Automate Beeminder tasks and goal updates through Rube MCP workflows.
This skill is essentially an open-source prompt/workflow guide with strong community adoption, so overall risk is low. The main caution is that it relies on external Rube MCP and a Beeminder connection, which routes actions and related account data through third-party services.
The material says 'No API keys needed,' but it requires an ACTIVE `beeminder` connection via `RUBE_MANAGE_CONNECTIONS` and a returned auth link. This implies Beeminder authorization tokens or sessions are handled by Rube/Composio; while no local plaintext secret is requested, there is still the normal need to verify third-party credential handling and granted scopes.
It explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using Composio's Beeminder toolkit for search, connection management, and tool execution. Task descriptions, tool arguments, session IDs, and related Beeminder operation data are therefore likely sent to Rube/Composio and then involve Beeminder. No unrelated or hidden exfiltration endpoint is stated, so this is a standard external-service caution.
This material is classified as `prompt-only`, and it mainly provides workflow instructions. It does not claim to spawn local processes, run shell/scripts, install dependencies, or access system-level capabilities. Although it mentions `RUBE_MULTI_EXECUTE_TOOL` and `RUBE_REMOTE_WORKBENCH` for remote tool execution, there is no stated local code-execution permission.
Based on the description, its access scope is mainly the connected Beeminder account resources plus parameters, state, and possible paginated results passed through the MCP session. There is no stated access to the local filesystem, databases, or broad system resources. The caution is that a third party can process account operations and related data, but no overbroad access beyond the stated purpose is evident.
The source is an open GitHub repository with strong community adoption (64.7k stars), which materially lowers supply-chain risk; the material is also a skill description rather than an executable installer. Caveats are that the license is undeclared, maintenance status is unknown, and the server-side Rube/Composio implementation is not fully auditable from this material, but that alone does not justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "beeminder-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/beeminder-automation/SKILL.md 2. Save it as ~/.claude/skills/beeminder-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Beeminder operations through Composio's Beeminder toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/beeminder
RUBE_MANAGE_CONNECTIONS with toolkit beeminderRUBE_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 beeminderAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Beeminder 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 Beeminder task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["beeminder"]
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 Beeminder-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit beeminder |
| 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
Connect and automate Twelve Data workflows through Rube MCP tools.
Discover Claude skills and resources to customize and improve AI workflows.
Automate Ticketmaster searches and task workflows through Rube MCP tools.
Automate Zoho Books invoicing, bills, payments, and contacts with natural language.
Automate Docuseal signing, templates, and document workflows through Rube MCP.
Automate Tomba contact lookup and email data tasks through Rube MCP.
Automate Beamer workflows to streamline updates, publishing, and team coordination.
Automate Ambee workflows via Rube MCP using current tool schemas first.
Automate Supportbee tickets and support workflows through Rube MCP.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Botpress tasks and workflow actions through Rube MCP.
Automate Habitica task creation, updates, and lookups through Rube MCP.