bot▌
10 indexed skills · max 10 per page
telegram-bot-builder
sickn33/antigravity-awesome-skills · Frontend
Expert guidance for building Telegram bots from simple automation to complex AI-powered assistants. \n \n Covers bot architecture patterns, command design, inline keyboards, webhook management, and user onboarding workflows \n Includes stack recommendations (Telegraf, grammY, python-telegram-bot, aiogram) with language-specific setup examples \n Provides monetization strategies including freemium models, subscriptions, Telegram Payments integration, and usage-limit enforcement \n Highlights anti
discord-bot-architect
davila7/claude-code-templates · Productivity
Modern Discord bot setup with Discord.js v14 and slash commands
telegram-bot-builder
davila7/claude-code-templates · Frontend
Role: Telegram Bot Architect
playwright-bot-bypass
greekr4/playwright-bot-bypass · Testing
Bypass bot detection and CAPTCHA triggers using rebrowser-playwright with stealth techniques. \n \n Uses real GPU rendering, removes WebDriver signatures, and patches fingerprinting vectors to pass bot detection tests like bot.sannysoft.com \n Requires headed mode ( headless: false ) and real Chrome browser ( channel: 'chrome' ) to be effective \n Includes addInitScript to remove navigator.webdriver property, the most common detection method \n For Python, recommends undetected-chromedriver over
discord-bot
claude-office-skills/skills · Productivity
Build Discord bots for community management, moderation, notifications, and AI integration. Based on n8n's Discord workflow templates.
slack-bot-builder
sickn33/antigravity-awesome-skills · Frontend
Build Slack apps with Bolt framework across Python, JavaScript, and Java using Block Kit. \n \n Covers Bolt app foundation with event handling, slash commands, and request verification built-in \n Block Kit UI pattern for rich messages and modals with up to 50 blocks per message and interactive components \n OAuth 2.0 installation flow for multi-workspace distribution with token storage and scope management \n Available in Python, JavaScript (Node.js), and Java with consistent patterns across la
telegram-bot
claude-office-skills/skills · Productivity
Build Telegram bots for chatbots, notifications, AI assistants, and group automation. Based on n8n's Telegram workflow templates.
discord-bot-architect
sickn33/antigravity-awesome-skills · Productivity
Production-ready Discord bot development with Discord.js and Pycord, covering slash commands, components, intents, and deployment patterns. \n \n Supports both Discord.js v14 (JavaScript/TypeScript) and Pycord (Python) with modern slash command architecture and minimal gateway intent configuration \n Includes interactive component patterns for buttons, select menus, and modals with event collection and timeout handling \n Documents critical sharp edges: privileged intents, command sync rate limi
okx-cex-bot
okx/agent-skills · Productivity
Native OKX grid and DCA trading bot management with server-side execution. \n \n Create and manage spot grid bots (price range, grid count, investment amount) and contract grid bots (long/short/neutral with leverage) — both run entirely on OKX servers \n Contract DCA (Dollar Cost Averaging / Martingale) bots with configurable safety orders, price steps, volume multipliers, take-profit, and stop-loss \n Monitor active bots, retrieve P&L, view individual fills and cycles, and stop bots with c
slack-bot-builder
davila7/claude-code-templates · Frontend
The Bolt framework is Slack's recommended approach for building apps. It handles authentication, event routing, request verification, and HTTP request processing so you can focus on app logic.