webex-notify/SKILL.md
Use when you need to send WebEx notifications to flipkey-home-bot - supports markdown formatting, auto-retry with backoff, rate limiting, and message history tracking
npx skillsauth add leprachuan/pot-o-skills webex-notifyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Send WebEx messages to flipkey-home-bot with markdown formatting, auto-retry, and rate limiting. Reliable notification delivery with built-in resilience.
Core principle: Simple, reliable WebEx messaging with automatic retries and rate limiting.
| Feature | Behavior |
|---------|----------|
| Send | Message delivered via WebEx |
| Format | Markdown support (**bold**, _italic_, `code`) |
| Retry | Auto-retry up to 3 times on failure |
| Rate Limit | Configurable: 30 messages per 60 seconds |
| History | All sent messages logged |
| Test | Verify WebEx connection |
| Input | Action | |-------|--------| | "Send 'Task complete'" | Sends plain text message | | "Send formatted: bold and italic" | Sends with WebEx markdown | | "Notify about backup completion" | Sends notification | | "Test WebEx connection" | Verifies bot connectivity |
Supports WebEx markdown:
**bold** → bold_italic_ → italic`code` → code```code block``` → code block[link text](url) → hyperlinksEnvironment variables:
WEBEX_BOT_TOKEN=your_bot_token_here
WEBEX_ROOM_ID=your_room_id_here
WEBEX_MAX_RETRIES=3
WEBEX_RETRY_DELAY=2
WEBEX_RATE_LIMIT_MESSAGES=30
WEBEX_RATE_LIMIT_WINDOW=60
When send fails:
Prevents flooding:
Test connection before sending:
Action: "Test WebEx connection"
Response: "✓ WebEx connection successful"
See README.md for complete documentation.
data-ai
Interactive TODO board for Wee Canvas. Displays TODOs from both GitHub Issues (leprachuan/fosterbot-home) and flat files in two views: list and kanban. Features filtering, drag-and-drop status changes, quick-add, and auto-refresh every 30 seconds. Use when Foster asks to "show TODOs", "open TODO board", "view my tasks", or "TODO kanban".
tools
Web-based terminal tools for Wee Canvas: remote SSH terminal (WebSSH) and local bash terminal (ttyd). Embeds interactive terminal panels in Wee Canvas iframes. Use when the user asks for a 'web terminal', 'local terminal', 'browser SSH', 'webssh', or wants to interact with a host through the WebUI canvas. For browser windows, see the browser-window skill.
tools
Production-ready TODO management with dual-source support (GitHub Issues + flat files), due dates, labels, and automatic reminders. Fully portable with environment variable configuration.
development
Use when you need to send Telegram notifications - supports markdown formatting, auto-retry with backoff, rate limiting, and message history tracking