Automate Beaconstac tasks through Rube MCP to streamline QR and marketing workflows.
This skill appears to be prompt/documentation-only and does not itself declare local execution, file access, or direct secret requirements. Given the open-source source and strong community adoption, overall risk is low; however, its intended use relies on external Rube MCP/Composio services for Beaconstac operations, so users should pay attention to connection scope and data flows.
The material states the skill itself needs no API key, but it requires an active `beaconstac` connection via `RUBE_MANAGE_CONNECTIONS` and directs the user to complete an external auth flow. This means credentials likely reside in the Rube/Composio-to-Beaconstac connection layer; the skill does not explicitly collect secrets itself, but normal third-party account-authorization exposure remains.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and references `composio.dev` docs; searches, connection management, and tool execution would likely send user inputs and Beaconstac operation data to those declared third-party services. The endpoints are known and relevant to the stated function, so this is standard egress rather than a red-flag pattern, but data does leave the local environment.
Based on the provided material, this is a skill/readme that instructs how to call external MCP tools; it does not include executable scripts, install commands, or a requirement to spawn local processes. The described execution capability belongs to the external Rube MCP tooling rather than direct local code-execution privileges requested by the skill itself.
The skill’s purpose is to 'Automate Beaconstac operations' and it uses discovered tools to query or modify Beaconstac resources; the exact data scope is not enumerated here and depends on runtime tool schemas and granted permissions. There is no stated local filesystem access, but normal business-level read/write access to Beaconstac account data and objects should be assumed.
The source is an open GitHub repository with strong community adoption (~64.9k stars), which are meaningful risk-reducing signals. What is shown here is skill documentation text rather than a closed-source binary; while the license is undeclared and maintenance status is unknown, the provided material does not show suspicious injection, abandonment indicators, or unrelated dependency red flags.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "beaconstac-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/beaconstac-automation/SKILL.md 2. Save it as ~/.claude/skills/beaconstac-automation/SKILL.md 3. Reload skills and tell me it's ready
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
Automate Astica AI tasks via Rube MCP using current tool schemas.
Automate Codacy tasks to streamline code quality checks and governance.
Automate Seqera tasks through Rube MCP to streamline workflow operations.
Automate Callpage tasks through Rube MCP to improve callback and lead operations.
Automate CustomJS tasks through Rube MCP for faster scripted workflows.
Automate Scrapegraph AI tasks via Rube MCP with schema-first tool discovery.
Automate Beaconchain queries and blockchain operations through Rube MCP.
Automate Ambee workflows via Rube MCP using current tool schemas first.
Automate Borneo tasks via Rube MCP with tool schema discovery first.
Automate Beeminder tasks and goal updates through Rube MCP workflows.
Automate Retailed workflows via Rube MCP after checking current tool schemas.
Automate Autom workflows via Rube MCP while checking current tool schemas first.