页面加载中...
快速搭建 Discord 机器人:命令注册、事件处理、Slash 命令和按钮交互。
快速安装
确保已安装 clawhub CLI
clawhub install discord-bot-builder快速搭建功能完整的 Discord 机器人,支持 Slash 命令、按钮交互、模态框和自动化。
clawhub install discord-bot-builder
{ "commands": [ { "name": "analyze", "description": "分析一个 GitHub 仓库", "options": [{"name": "repo", "type": "string", "required": true}], "handler": "github-analyzer" }, { "name": "deploy", "description": "部署项目到 Vercel", "options": [{"name": "project", "type": "string"}], "handler": "vercel-deployer", "permissions": ["admin"] } ] }
版本
v1.0.0
作者
AgentSkill Hub
平台
发布时间
2026年4月25日
微软官方出品,包含 132 个 Agent Skill,覆盖 Azure SDK、AI Foundry、M365 Agents 等开发场景。支持 Python、.NET、TypeScript、Java、Rust 五种语言,一键安装即可增强编码 Agent 的领域知识。
Dify 平台官方网页搜索插件,支持 Google、Bing、DuckDuckGo、SearXNG 等多种搜索引擎。可为 Dify 工作流和 Agent 提供实时网络信息检索能力,配置灵活,支持搜索结果摘要和全文提取。
LangChain 社区贡献的 200+ 工具集成,覆盖搜索引擎、数据库、云存储、邮件、社交媒体等。可直接作为 Agent Tool 使用,也可封装为 MCP Server 供其他平台调用。