neutrino-automation by composiohq/awesome-claude-skills
npx skills add https://github.com/composiohq/awesome-claude-skills --skill neutrino-automation通过 Composio 的 Neutrino 工具包和 Rube MCP 自动化 Neutrino 操作。
工具包文档 : composio.dev/toolkits/neutrino
RUBE_SEARCH_TOOLS 可用)RUBE_MANAGE_CONNECTIONS 建立有效的 Neutrino 连接,并指定工具包为 neutrinoRUBE_SEARCH_TOOLS 以获取当前工具模式获取 Rube MCP : 在您的客户端配置中将 https://rube.app/mcp 添加为 MCP 服务器。无需 API 密钥——只需添加端点即可工作。
RUBE_SEARCH_TOOLS 有响应来验证 Rube MCP 是否可用广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
RUBE_MANAGE_CONNECTIONS,指定工具包为 neutrino在执行工作流之前,始终先发现可用工具:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Neutrino operations", known_fields: ""}]
session: {generate_id: true}
这将返回可用的工具标识符、输入模式、推荐的执行计划以及已知的注意事项。
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Neutrino task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["neutrino"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLS 之前,切勿硬编码工具标识符或参数RUBE_MANAGE_CONNECTIONS 显示 ACTIVE 状态RUBE_MULTI_EXECUTE_TOOL 调用中包含 memory 参数,即使为空({})| 操作 | 方法 |
|---|---|
| 查找工具 | 使用 RUBE_SEARCH_TOOLS 并指定 Neutrino 相关的用例 |
| 连接 | 使用 RUBE_MANAGE_CONNECTIONS 并指定工具包 neutrino |
| 执行 | 使用 RUBE_MULTI_EXECUTE_TOOL 并指定发现的工具标识符 |
| 批量操作 | 使用 RUBE_REMOTE_WORKBENCH 并调用 run_composio_tool() |
| 完整模式 | 使用 RUBE_GET_TOOL_SCHEMAS 获取带有 schemaRef 的工具 |
由 Composio 提供支持
每周安装数
1
代码仓库
GitHub 星标数
42.7K
首次出现
2026年2月16日
安全审计
安装于
mcpjam1
claude-code1
replit1
junie1
windsurf1
zencoder1
Automate Neutrino operations through Composio's Neutrino toolkit via Rube MCP.
Toolkit docs : composio.dev/toolkits/neutrino
RUBE_MANAGE_CONNECTIONS with toolkit neutrinoRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit neutrinoAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Neutrino operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Neutrino task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["neutrino"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Neutrino-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit neutrino |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with |
Powered byComposio
Weekly Installs
1
Repository
GitHub Stars
42.7K
First Seen
Feb 16, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
mcpjam1
claude-code1
replit1
junie1
windsurf1
zencoder1
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
150,000 周安装
SQL性能优化助手 - 专业SQL查询调优与索引策略优化工具
8,600 周安装
Vue Router 最佳实践指南:导航守卫、路由生命周期与常见陷阱解决方案
9,200 周安装
后台代理状态通知 - 避免轮询浪费,高效处理AI代理进度更新
205 周安装
网站设计审查工具 - 自动检测并修复HTML/CSS/JS、React、Vue等框架的视觉与布局问题
8,900 周安装
.NET/C# 最佳实践指南:代码规范、设计模式、依赖注入与AI集成
8,900 周安装
Playwright MCP 测试生成工具 - 自动生成 TypeScript 端到端测试代码
9,000 周安装
schemaRef