通过 Rube MCP 自动处理 Amcards 相关任务,并先检索最新工具模式再执行。
该技能本身更像开源提示/操作说明,但其设计目标是通过远程 Rube MCP 调用 Composio 的 Amcards 工具,涉及外部连接与第三方账户授权。基于材料未见本地执行或直接索取密钥的红旗,整体以需留意为主,供应链可信度因开源且高社区采用而偏低风险。
材料声明该技能本身无 API key,但要求通过 `RUBE_MANAGE_CONNECTIONS` 建立 `amcards` 的 ACTIVE 连接,并引导用户完成外部认证链接;这意味着实际会涉及第三方账户授权/令牌,只是由 Rube/Composio 代管,存在常规凭证委托风险。
README 明确要求添加远程 MCP 端点 `https://rube.app/mcp`,并通过该服务发现工具、管理连接、执行操作;用户任务内容、参数和可能的业务数据会经由该远程服务转发到相关工具链。端点已声明且与功能相关,但属于真实的数据外发路径。
从提供材料看,这是提示型技能说明,未描述其自身会在本机起进程、执行脚本或申请系统级执行权限;其操作主要是调用已连接的 MCP 工具接口。
该技能意在“Automate Amcards operations”,并支持执行发现到的工具、批量操作和分页拉取;这通常意味着可访问 Amcards 账户内的业务对象与返回结果。材料未显示本地文件读写或明显过度系统授权,但对第三方服务账户数据具备常规操作面。
来源为 GitHub 开源仓库,且社区采用度高(约 64.9k star),这些都是明显的降风险因素。虽然许可证未声明、维护状态未知,且实际依赖外部 Rube/Composio 服务,但仅就当前技能材料本身而言,可审计性和来源可信度较好。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "amcards-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/amcards-automation/SKILL.md 2. 保存为 ~/.claude/skills/amcards-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
Automate Amcards operations through Composio's Amcards toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/amcards
RUBE_MANAGE_CONNECTIONS with toolkit amcardsRUBE_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 amcardsAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Amcards 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 Amcards task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["amcards"]
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 Amcards-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit amcards |
| 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 自动执行 Autobound 相关任务与工作流操作
通过 Rube MCP 自动化执行 V0 相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动执行 Mem0 相关任务,并先检索最新工具结构
通过 Rube MCP 自动执行 Browserhub 浏览器任务,并先检索最新工具 schema。
通过 Rube MCP 自动化执行 Fixer 任务,并先检索最新工具 schema。
帮助用户发现并筛选 Claude 技能、资源与工具,优化 AI 工作流定制
通过 Rube MCP 自动处理 Amara 任务,并先检索最新工具结构后执行操作。
通过 Rube MCP 自动执行 Cardly 工作流,并先检索最新工具结构。
通过 Rube MCP 自动化执行 Ambee 相关任务,并先检索最新工具结构。
通过 Rube MCP 自动执行 Autom 相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动化 Re:amaze 客服任务,并先检索最新工具结构后执行。
通过 Rube MCP 自动执行亚马逊相关任务,并先检索最新工具 schema。