自动化查询与处理 BuiltWith 网站技术栈信息,辅助竞品研究与线索分析
该技能本身更像提示模板,开源且社区采用度高,整体风险偏低。需注意其文档明确依赖远程 Rube MCP 与 Builtwith 连接,实际使用时会产生第三方网络交互与账号授权。
材料写明“无 API keys”,但要求通过 `RUBE_MANAGE_CONNECTIONS` 建立 `builtwith` 的 ACTIVE 连接,并跟随返回的认证链接完成授权;这意味着实际可能由 Rube/Composio 代管或中转 Builtwith 账号授权令牌,存在常规第三方凭证委托风险。
README 明确要求添加远程 MCP 端点 `https://rube.app/mcp`,并通过 Composio/Builtwith 工具执行查询与操作;因此用户输入、工具参数、会话 ID 及查询内容会按工作流发送到第三方服务。未见不明或明显无关外发端点,但存在常规外发。
从已给材料看,这是一个 prompt-only 技能说明,本身不包含本地可执行代码、安装脚本或要求在本机起进程的步骤;文中提到的 `RUBE_MULTI_EXECUTE_TOOL`/`RUBE_REMOTE_WORKBENCH` 是远程工具调用模式,而非该技能自身直接获得本机执行权限。
未见其声明读取/写入本地文件系统或请求系统级过度权限;但通过远程 MCP 会访问 Builtwith 连接对应的数据与操作能力,并在会话中传递 `memory`、session 信息和任务参数,因此对远程业务数据存在常规访问面。
来源为 GitHub 开源仓库,且社区采用度高(64.7k star),这显著降低供应链风险;当前材料未见闭源二进制、混淆安装命令或明显注入内容。需留意许可证未声明、维护状态未知,但不足以单独升为高风险。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "builtwith-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/builtwith-automation/SKILL.md 2. 保存为 ~/.claude/skills/builtwith-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
Automate Builtwith operations through Composio's Builtwith toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/builtwith
RUBE_MANAGE_CONNECTIONS with toolkit builtwithRUBE_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 builtwithAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Builtwith 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 Builtwith task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["builtwith"]
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 Builtwith-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit builtwith |
| 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 自动执行 Dromo 任务,并按最新工具结构进行操作
通过 Rube MCP 自动处理 Amara 任务,并先检索最新工具结构后执行操作。
通过 Rube MCP 自动执行亚马逊相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动化执行 All Images AI 的图像生成与处理任务。
通过 Rube MCP 自动执行 Ambient Weather 查询与天气数据相关操作。
通过先检索工具 schema,自动执行 Keap 任务与流程集成操作。
帮助用户用自然语言查询网站所使用的技术栈与建站工具信息
通过 Rube MCP 自动化执行 Moz 相关 SEO 任务,并先检索最新工具 schema。
通过 Rube MCP 自动化 BrowseAI 任务,批量抓取网页数据与监控变更
通过 Rube MCP 自动执行浏览器工具任务,并先检索最新工具模式。
通过 Rube MCP 自动化执行 Ipinfo IO 查询与网络情报相关任务
通过 Rube MCP 自动化执行 IP2WHOIS 查询与相关信息检索任务