通过 Rube MCP 自动化 Beaconstac 任务,提升二维码与营销流程效率。
该技能本身是提示型/文档型内容,未声明自身需要密钥、未直接暴露本地执行或文件访问能力,结合开源且高社区采用度,整体偏低风险。但其设计目标是通过外部 Rube MCP/Composio 连接并操作 Beaconstac,实际使用时会产生对第三方服务的网络交互与账号授权,需留意连接范围与数据流向。
材料写明该技能自身无 API 密钥,但要求通过 `RUBE_MANAGE_CONNECTIONS` 建立 `beaconstac` 的活动连接,并引导用户完成外部认证链接。这意味着凭证主要存在于 Rube/Composio 与 Beaconstac 连接层,技能本体未见明示的凭证收集,但仍存在第三方账号授权的常规滥用面。
README 明确要求添加远程 MCP 端点 `https://rube.app/mcp`,并引用 `composio.dev` 文档;执行搜索、连接管理和工具调用时,用户输入与 Beaconstac 操作数据预计会发送到这些声明的第三方服务。端点在材料中是已知且与功能相关,属常规外发,但数据会离开本地环境。
就提供材料看,这是一个指导如何调用外部 MCP 工具的技能说明,本身未包含可执行脚本、安装命令或本机起进程要求。文中提到的执行能力属于外部 Rube MCP 提供的工具调用,而非该技能直接申请的本地代码执行权限。
技能目标是“Automate Beaconstac operations”,并通过搜索到的工具对 Beaconstac 资源执行查询/变更;具体可访问的数据范围未在材料中枚举,需依赖运行时工具 schema 与用户授权决定。未见其声明本地文件系统访问,但对 Beaconstac 账户数据和对象应视为具有常规业务级读写可能。
来源为 GitHub 开源仓库,且社区采用度高(约 64.9k star),这些都是显著的降风险证据。当前看到的是技能说明文本而非闭源二进制;虽许可证未声明、维护状态未知,但就现有材料未见可疑注入、失维或与功能无关的可疑依赖指向。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "beaconstac-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/beaconstac-automation/SKILL.md 2. 保存为 ~/.claude/skills/beaconstac-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
Automate Beaconstac operations through Composio's Beaconstac toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/beaconstac
RUBE_MANAGE_CONNECTIONS with toolkit beaconstacRUBE_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 beaconstacAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Beaconstac 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 Beaconstac task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["beaconstac"]
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 Beaconstac-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit beaconstac |
| 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 自动执行 Battlenet 相关任务,并先检索最新工具参数。
通过 Rube MCP 自动执行 Cardly 工作流,并先检索最新工具结构。
通过 Rube MCP 自动处理 Beeminder 任务与目标更新流程
通过 Rube MCP 自动处理 Chatwork 消息、任务与协作流程,减少重复操作。
通过 Rube MCP 自动处理 Lessonspace 相关任务,并先检索最新工具结构。
通过 Rube MCP 自动化 Linkup 任务,并先检索最新工具 schema 后执行操作。
通过 Rube MCP 自动化执行 Beaconchain 相关查询与链上运维任务。
通过 Rube MCP 自动化执行 Ambee 相关任务,并先检索最新工具结构。
通过 Rube MCP 自动化执行 Borneo 任务,并先检索最新工具结构
通过 Rube MCP 自动化 Retailed 相关任务,并先检索最新工具模式后执行。
通过 Rube MCP 自动执行 Autom 相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动化 ActiveCampaign 任务,提升营销运营与客户管理效率。