发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Telegram Update Routing
- Normalize inbound updates to a single envelope: - `update_id`, `chat_id`, `user_id`, `message_id`, `text`, `callback_data`, `type` - This makes routing logic consistent across message types.
Telegram Request Templates (HTTP)
POST `/sendMessage` ```json { "chat_id": 123456789, "text": "Hello",
Application Commands
- Slash commands (chat input) - User context commands - Message context commands
Lattice
Lattice is a file-based operating system for AI agent teams. It replaces volatile chat windows with persistent files, enabling agents to work stably through long, iterative development cycles via an 8-phase execution pipeline.
WeChat Send
Send messages to WeChat contacts by automating the macOS WeChat desktop app.
SuperMemory
Store, search, and chat with your personal knowledge base using SuperMemory's API.
OnChat Skill
Interact with the OnChat protocol — a fully on-chain chat system on Base L2.
WeChat HTML Compatibility Reference
Practical constraints and API details for publishing to WeChat Official Accounts. Sourced from production debugging sessions.
GitHub Release Guide
Use this checklist before pushing `research-to-wechat` as a public-facing skill update.
Research to WeChat
Use this skill as a research-first control plane. Do not duplicate downstream skill wording.