← Back to Skills Marketplace
Pdfco
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
98
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pdfco-integration
Description
PDF.co integration. Manage Jobs, Templates. Use when the user wants to interact with PDF.co data.
Usage Guidance
This skill is an instruction-only integration that expects you to install and use the Membrane CLI to talk to PDF.co. Before installing: 1) Confirm you trust the Membrane project (@membranehq on npm and the GitHub repo referenced) — inspect the CLI package and recent maintainers/activity. 2) Be aware the CLI will store auth tokens/connections and may upload PDF data to Membrane/PDF.co — avoid using it with highly sensitive documents until you've reviewed their privacy/security docs. 3) Note the small metadata mismatch: the registry entry didn't list required tooling (npm, network, Membrane account) even though the SKILL.md requires them. 4) Consider running the CLI in a sandbox or non-production environment first, and verify OAuth/browser flow and connection IDs reported by the CLI match expected endpoints (getmembrane.com / pdf.co). If you need higher assurance, request a code-based skill (so the package can be audited) or ask the publisher for an explicit provenance/commit hash for the CLI package.
Capability Analysis
Type: OpenClaw Skill
Name: pdfco-integration
Version: 1.0.1
The skill bundle provides instructions for an AI agent to integrate with PDF.co using the Membrane CLI. The documentation (SKILL.md) outlines standard procedures for installing the '@membranehq/cli' package, authenticating via OAuth/CLI login, and discovering or executing PDF processing actions. It specifically includes security-positive instructions advising the agent to let the Membrane platform handle credential management rather than requesting raw API keys from the user. No malicious code, obfuscation, or data exfiltration patterns were found.
Capability Assessment
Purpose & Capability
The name/description (PDF.co integration) aligns with the runtime instructions: the skill uses the Membrane CLI to connect to PDF.co and run actions. However, the registry metadata declares no required binaries or env vars while the SKILL.md explicitly requires npm (or npx) and network access plus a Membrane account; this mismatch is a minor inconsistency that should be verified.
Instruction Scope
The SKILL.md stays on-topic: it tells the agent/user how to install/use the Membrane CLI, authenticate, create/list connections, search for and run PDF.co actions. It does not instruct reading unrelated system files or exporting arbitrary local data. It does, however, direct installing and running a third-party CLI which will write files and store credentials locally (expected for a CLI-based integration).
Install Mechanism
There is no platform install spec; the instructions ask you to run 'npm install -g @membranehq/cli@latest' and use npx. Installing a package from the public npm registry is a common but non-trivial operation (moderate risk). The skill does not ask to download arbitrary archives or use obscure URLs, but you should verify the package and its source (GitHub) before installing globally.
Credentials
The skill requests no environment variables or direct credentials in the metadata. Authentication is delegated to the Membrane CLI/browser flow and Membrane connections will hold the PDF.co credentials. This is proportionate, but it does mean you're trusting the Membrane service and CLI with any PDF.co credentials and with network access to upload or process documents.
Persistence & Privilege
The skill does not request 'always: true' or any elevated platform privileges. The only persistent change described is installing the Membrane CLI on the machine, which is local persistence and expected for CLI-based workflows.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pdfco-integration - After installation, invoke the skill by name or use
/pdfco-integration - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Pdfco?
PDF.co integration. Manage Jobs, Templates. Use when the user wants to interact with PDF.co data. It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.
How do I install Pdfco?
Run "/install pdfco-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pdfco free?
Yes, Pdfco is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pdfco support?
Pdfco is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pdfco?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills