通过 Rube MCP 自动执行 NPM 安装、脚本运行与包管理流程。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "npm-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/npm-automation/SKILL.md 2. 保存为 ~/.claude/skills/npm-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请通过 npm-automation 为这个 Node.js 项目执行依赖安装,然后运行 test 和 build 脚本;先搜索可用工具及其最新参数 schema,再按正确参数调用,并总结执行结果与报错。
返回安装、测试和构建的执行结果摘要,并列出失败步骤与错误信息。
请先搜索 npm 相关工具的当前 schema,然后将项目中的 eslint 和 typescript 更新到最新兼容版本,执行 npm install,并告诉我 package.json 与锁文件发生了哪些变化。
输出依赖更新结果、相关文件变更说明,以及是否安装成功。
请使用 npm-automation 先搜索工具 schema,再依次执行 npm ci、lint、test、build 和 npm pack,检查这个包是否具备发布条件,并汇总需要修复的问题。
给出完整检查结果、发布准备状态,以及待修复问题清单。
Automate NPM operations through Composio's NPM toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/npm
RUBE_MANAGE_CONNECTIONS with toolkit npmRUBE_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 npmAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "NPM 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 NPM task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["npm"]
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 NPM-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit npm |
| 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 schemaRef |
Powered by Composio
通过 Rube MCP 自动化 Agiled 中的客户、项目与业务流程操作。
通过 Rube MCP 自动化执行 Composio 任务,并先检索工具获取最新参数结构。