Automate Quaderno tax and billing workflows through Rube MCP integrations.
This skill is an open-source, prompt-only wrapper that does not directly require local secrets and does not describe local code execution or file access, so its baseline risk is low. However, it is designed to route actions through remote Rube MCP/Composio and a Quaderno connection, so users should remain cautious about network egress, third-party connections, and supply-chain boundaries.
The material says no API key is needed to add Rube MCP, but it also requires creating an ACTIVE `quaderno` connection via `RUBE_MANAGE_CONNECTIONS` and following an auth link. This implies real service credentials or OAuth-style authorization are involved in a third-party connection flow. The skill does not directly request secrets itself, but there is a normal credential-delegation risk when authorizing Quaderno access to an external platform.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using Composio/Rube to search tools, manage connections, and execute Quaderno operations. Task arguments, session IDs, and potentially business data will be sent to that remote service. The endpoint is declared and functionally relevant, so this is normal tool egress rather than a red flag, but users should assume operational data leaves the local client.
The system marks this skill as `prompt-only`, and the material does not describe starting local processes, running scripts, installing binaries, or invoking a system shell. It mainly instructs how to call remote MCP tools. Based on the provided facts, no local code-execution capability is evident.
The material does not claim direct local file read/write access, but it is intended to automate Quaderno operations and can invoke remote tools via `RUBE_MULTI_EXECUTE_TOOL` and `RUBE_REMOTE_WORKBENCH`, which typically means access to data the user authorizes in Quaderno. There is no sign of excessive local data permissions, but the third-party platform may handle authorized business data.
The source is an open GitHub repository, the system marks it as `open-source`, and community adoption is high (about 64.9k stars), all of which materially lower risk. The provided material appears to be descriptive skill content rather than an executable payload; although the license is unspecified and maintenance status is unknown, that alone is not enough to raise it to high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "quaderno-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/quaderno-automation/SKILL.md 2. Save it as ~/.claude/skills/quaderno-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Quaderno operations through Composio's Quaderno toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/quaderno
RUBE_MANAGE_CONNECTIONS with toolkit quadernoRUBE_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 quadernoAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Quaderno 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 Quaderno task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["quaderno"]
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 Quaderno-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit quaderno |
| 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 Browserbase tasks via Rube MCP and check latest tool schemas first.
Automate common Payhip store operations and management tasks through Rube MCP.
Automate Documint document generation and processing tasks through Rube MCP.
Automate BTCPay Server payment and merchant operations through Rube MCP.
Automate Bubble tasks via Rube MCP using the latest tool schemas.
Automate Pdfless workflows and document tasks through Rube MCP.
Use natural language to calculate tax, validate tax IDs, and create invoices.
Automate Lexoffice invoices, contacts, and finance workflows through Rube MCP.
Automate TaxJar workflows via Rube MCP after checking the latest tool schemas.
Automate PDF tasks like conversion, extraction, merging, and data handling.
Automate Moneybird finance and business workflows through Rube MCP tools.
Automate Booqable rental and inventory workflows through Rube MCP.