Automate Docnify document tasks through Rube MCP with schema-first tool discovery.
The material is an open-source prompt/instruction skill with no embedded code execution, secrets, or direct local file access, so overall risk is low. The main consideration is that it is designed to rely on remote Rube MCP and external Docnify connections, which introduces third-party data flow and account authorization at runtime.
The skill itself declares no keys or environment variables, but the README explicitly requires an active Docnify connection via `RUBE_MANAGE_CONNECTIONS` and completion of an auth link. So the skill does not directly embed credentials, yet runtime use depends on external account authorization; token scope and lifecycle on the third-party connection should be reviewed.
The README instructs users to configure `https://rube.app/mcp` as an MCP server and execute actions through Composio/Docnify tooling. This means task content, tool arguments, and related business data may be sent to remote Rube/Composio/Docnify services. This is normal for this kind of integration, but data flow and privacy boundaries should be verified.
Based on the provided material, this is a prompt-only skill description with no executable script, install command, or local process control logic. It describes how to call external MCP tools rather than directly executing code on the local machine.
The material does not describe direct read/write access to the local filesystem or system resources. However, once connected to Docnify, the remote tools may access account or document data relevant to Docnify operations. There is no clear sign of excessive local authorization beyond the stated purpose, but the connected account should still follow least-privilege principles.
The source is a GitHub open-source repository with strong community adoption (64.7k stars). Combined with its prompt-only nature, auditability is good and supply-chain risk is relatively low. The missing license declaration and unknown maintenance status are worth noting, but they are not enough on their own to raise this to high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "docnify-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/docnify-automation/SKILL.md 2. Save it as ~/.claude/skills/docnify-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Docnify operations through Composio's Docnify toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/docnify
RUBE_MANAGE_CONNECTIONS with toolkit docnifyRUBE_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 docnifyAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Docnify 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 Docnify task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["docnify"]
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 Docnify-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit docnify |
| 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 Plasmic tasks through Rube MCP to speed up page and component management.
Automate Replicate model runs, uploads, schema checks, and prediction management.
Automate Salesmate tasks through Rube MCP for faster sales and CRM workflows.
Automate Scrapingant scraping tasks and workflows through Rube MCP.
Automate ScreenshotOne screenshot tasks and workflows through Rube MCP.
Automate Ngrok tunnels, endpoints, and operations through Rube MCP.
Automate Documint document generation and processing tasks through Rube MCP.
Search current schemas first, then automate Docupilot document generation workflows.
Automate Documenso signing, templates, and status tracking through Rube MCP.
Automate Docsbot AI tasks via Rube MCP using current tool schemas first.
Automate Docsumo document extraction and processing tasks through Rube MCP.
Automate Docugenerate document generation workflows through Rube MCP for faster operations.