ワンクリックで
sapphire-telegram
Telegram bot framework — handlers, commands, notification routing, agent dispatch
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Telegram bot framework — handlers, commands, notification routing, agent dispatch
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Infrastructure-as-code — GCP Terraform, Pi deployment configs, Docker
Trading engine — signals, risk, execution, self-improvement loop
PM hub — project board, task scoring, event stream, Telegram integration
Send a test trading signal through the Sapphire pipeline
Agent dispatch — OpenClaw, NemoClaw, orchestrator, runtime policy
Aster DEX trading bot — Solana perpetuals, CEX-style API, Shield HFT strategy
| name | sapphire-telegram |
| description | Telegram bot framework — handlers, commands, notification routing, agent dispatch |
| type | library |
| runtime | python |
| deploy_target | rari1 |
| dependencies | ["sapphire-core"] |
| entry_point | src/sapphire_telegram/bot.py |
| test_command | pytest tests/ |
Shared Telegram bot framework used by control-plane and lighter services. Handles bot lifecycle, command routing, and outbound notifications.
bot.py — Bot init, webhook/polling mode switch, startup validatorhandlers.py — Command handlers: /status, /pnl, /deploy, /task, /alertfrom sapphire_telegram.bot import SapphireBot
bot = SapphireBot(token=os.getenv("TELEGRAM_BOT_TOKEN"))
bot.run_polling()
Outbound notifications are tagged before send:
priority:p0 → immediate push, bypass quiet hourstype:trading → trading channelagent:kimi → Kimi status channelsapphire-telegram-bot-tokenhttps://pm.sapphirealpha.xyz/telegram/webhook