coordinate-external-ag…
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull…
Plan, build, and validate Telegram Bot API integrations, webhooks or polling, inline interactions, and Mini Apps.
$ npx -y skills add gaelic-ghost/socket --skill telegram-bot-workflow --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/telegram-bot-workflowContext preview
The summary Claude sees to decide when to auto-load this skill.
Plan, build, and validate Telegram Bot API integrations, webhooks or polling, inline interactions, and Mini Apps.
name: telegram-bot-workflow description: Plan, build, and validate Telegram Bot API integrations, webhooks or polling, inline interactions, and Mini Apps.
1. Choose Bot API interaction, inline mode, group behavior, or Mini App. Use MTProto/TDLib only when building a Telegram client rather than a bot. 2. Register through BotFather and keep the token in the selected secret store; never commit it. 3. Decide between webhook delivery and polling based on the deployed runtime, public endpoint, and local-development needs. Do not run both against the same update stream. 4. Account for the initiation boundary: bots cannot begin a private chat before a user starts one or adds the bot to a group. 5. Use update IDs for idempotency, acknowledge callback queries promptly, and design keyboards or Mini App actions with authorization and expiry checks. 6. Test private chat, group privacy mode, callback handling, duplicate updates, bot restart, and command discovery.
Use [Telegram's Bot API](https://core.telegram.org/bots/api) and [Bots introduction](https://core.telegram.org/bots) as primary sources. Hand HTTP service work to the chosen server stack skill.
Stuff for Agents on macOS Promo audio: Socket Codex Marketplace Promo
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull…
Assign worktree, branch, write, validation, integration, and cleanup ownership before parallel repository work. Use when a worker will inspect or modify…
Design framework-neutral agent and automation workflows before implementation. Use when choosing between Codex app automations, codex exec, Codex subagents,…
Design evaluation workflows for agent, skill, prompt, and automation behavior before implementation. Use when choosing eval cases, graders, thresholds,…
Design safe n8n workflows with deterministic routing, credentials, idempotency, recovery, local-model checks, drafts, and exact approval gates.
Coordinate bounded worker tasks with a launch envelope, report-back, escalation, and synthesis contract. Use before spawning, resuming, steering, cancelling,…