spoonos-platform-integration
Installation
SKILL.md
Platform Integration
Connect SpoonOS agents to external platforms.
Integration Options
| Platform | Use Case | Transport |
|---|---|---|
| Telegram | Chat bot | Polling/Webhook |
| Discord | Server bot | Gateway/Webhook |
| Slack | Workspace bot | Events API |
| REST API | HTTP interface | FastAPI/Flask |
| Webhooks | Event triggers | HTTP POST |
| Scheduler | Cron tasks | APScheduler |