Automate PDF tasks like conversion, extraction, merging, and data handling.
This skill is essentially an open-source prompt/instruction file with no embedded secrets, scripts, or local execution logic. The main consideration is that it directs users to connect to remote Rube MCP/Composio services and handle PDF-related operations through external tools, so the overall posture is mostly low risk to caution.
The material says no API keys are needed, but the README explicitly requires establishing a `pdf_co` connection via `RUBE_MANAGE_CONNECTIONS` and following an auth link if the connection is not active, which implies third-party credentials may be managed by Rube/Composio. The skill itself does not directly request secrets, so exposure is limited, but there is still the usual risk of over-authorizing an external connection.
The README instructs users to configure `https://rube.app/mcp` as an MCP server and perform actions through Composio/PDF co tools, meaning user requests and potentially PDF data may be processed by remote services. The endpoint is explicitly identified in the material, and there is no clear red flag of exfiltration to unrelated or unknown domains, but this external transmission still warrants caution regarding data minimization and compliance.
Based on the provided material, this is a prompt-only skill consisting mainly of invocation order and workflow instructions, with no executable scripts, install commands, or requirement to spawn local processes. It may direct the use of MCP tools, but the skill itself does not claim direct local code execution capability.
The skill is intended to automate PDF co operations, so by function it may handle user-provided PDFs or related document content; however, the README does not define local file paths, persistence scope, or clear least-privilege boundaries. There is no obvious sign of excessive local authorization, but sending documents to external tools still requires caution based on data sensitivity.
The source is an open-source GitHub repository, `ComposioHQ/awesome-claude-skills`, with very high community adoption (64.7k stars), which are strong risk-reducing signals. Although the license is not stated and maintenance status is unknown, and the skill depends on the external Rube/Composio ecosystem, there is no clear sign here of a closed-source drop, spoofed origin, or other major supply-chain red flags.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "pdf-co-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/pdf-co-automation/SKILL.md 2. Save it as ~/.claude/skills/pdf-co-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate PDF co operations through Composio's PDF co toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/pdf_co
RUBE_MANAGE_CONNECTIONS with toolkit pdf_coRUBE_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 pdf_coAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "PDF co 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 PDF co task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["pdf_co"]
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 PDF co-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit pdf_co |
| 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 Scrapingant scraping tasks and workflows through Rube MCP.
Automate ScreenshotOne screenshot tasks and workflows through Rube MCP.
Automate YNAB budgeting tasks and data lookups through Rube MCP.
Automate Sendbird tasks via Rube MCP with schema lookup first.
Automate Sensibo climate-control tasks through Rube MCP integrations.
Automate Salesmate tasks through Rube MCP for faster sales and CRM workflows.
Automate Pdf4me PDF conversion, merging, and document workflows via Rube MCP.
Automate PDF API IO workflows via Rube MCP using current tool schemas first.
Automate Pdfless workflows and document tasks through Rube MCP.
Automate Api2pdf workflows for PDF generation, conversion, and document handling.
Automate Pdfmonkey PDF generation and document workflows through Rube MCP.
Automate Craftmypdf PDF generation and document workflows through Rube MCP.