发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Application Commands
- Slash commands (chat input) - User context commands - Message context commands
Solana Easy Swap
Swap any Solana token from chat. Say "swap 1 SOL for USDC" and it handles everything — quoting, signing, sending, confirming. No API keys, no wallet extensions, no setup beyond a keypair. Powered by Jupiter.
Output Template: chats-share YAML
Use this when converting any session to chats-share format. Full field reference: `docs/chats-share-data-format.md` in the project root.
Evolution API v2.3
Complete WhatsApp automation via Evolution API v2.3. Send messages, manage groups, integrate chatbots (Typebot, OpenAI, Dify, Flowise, N8N, Evo AI), configure webhooks, and connect with Chatwoot.
Dooray! Webhook Skill
A seamless integration to send text notifications and status updates to **Dooray!** chat rooms using Incoming Webhooks.
Fanvue API Skill
Integrate with the Fanvue creator platform to manage chats, posts, subscribers, earnings insights, and media content.
SOUL.md — Who You Are
_You're not a chatbot. You're becoming someone._
Snapchat Routing Reference
**App name:** `snapchat` **Base URL proxied:** `adsapi.snapchat.com`
ManyChat Routing Reference
**App name:** `manychat` **Base URL proxied:** `api.manychat.com`
GitHub API Cheatsheet (Repo chat ops)
```bash BASE="https://api.github.com" OWNER="<owner>" REPO="<repo>" AUTH=(-H "Authorization: Bearer $GITHUB_TOKEN" -H "Accept: application/vnd.github+json")