← Back to Skills Marketplace
🔌

PDFMonkey

by OOMOL · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
30
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install oo-pdfmonkey
Description
PDFMonkey (pdfmonkey.io). Use this skill for ANY PDFMonkey request — reading, creating, and updating data. Whenever a task involves PDFMonkey, use this skill...
README (SKILL.md)

PDFMonkey

Operate PDFMonkey through your OOMOL-connected account. This skill calls the pdfmonkey connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.

Category: Productivity, Design & Media. Exposes 7 action(s).

Running an action

Assume the user has already installed the oo CLI, signed in, and connected PDFMonkey. Do not run oo auth login or open the connection URL proactively — just run the action. Fall back to First-time setup only when a command actually fails with an auth or connection error.

1. Inspect the contract to get the authoritative input/output schema before building a payload:

oo connector schema "pdfmonkey" --action "\x3Caction_name>"

2. Run the action with a JSON payload that matches the input schema:

oo connector run "pdfmonkey" --action "\x3Caction_name>" --data '\x3Cjson>' --json
  • --data takes a JSON object string or @path/to/file.json; omit it to send {}.
  • The response is { "data": ..., "meta": { "executionId": "..." } }; the execution id lives under meta.executionId.

Each action below links to a reference file with its purpose and exact commands. Read the linked file, then fetch the live schema with oo connector schema before constructing --data.

Available actions

  • create_document — Create a PDFMonkey document and optionally queue generation immediately by setting status to pending.
  • get_current_user — Get the current PDFMonkey account resolved by the provided API key.
  • get_document — Get one full PDFMonkey document including its payload and generation logs.
  • get_document_card — Get one PDFMonkey document card for lightweight status polling without the full payload.
  • get_document_template — Get one full PDFMonkey document template including draft and published fields.
  • list_document_cards — List PDFMonkey document cards with optional filters for template, status, workspace, update time, and search text.
  • list_document_template_cards — List PDFMonkey document template cards for one workspace with optional folder, page, and sort filters.

Safety

  • Read actions (get / list / search) are safe to run directly.
  • Create, update, send, or post actions change PDFMonkey state — confirm the exact payload and effect with the user before running.
  • Delete or remove actions are destructive — always confirm the target and get explicit approval first.

First-time setup

These are one-time steps — do not repeat them on every call. Run a step only when a command fails for the matching reason.

  • oo: command not found — install the oo CLI (other platforms: \x3Chttps://cli.oomol.com/install-guide.md>):

    curl -fsSL https://cli.oomol.com/install.sh | bash    # macOS / Linux
    
    irm https://cli.oomol.com/install.ps1 | iex           # Windows PowerShell
    
  • Not signed in / authentication error — sign in to your OOMOL account once:

    oo auth login
    
  • scope_missing / credential_expired / app_not_ready / app_not_found — PDFMonkey is not connected, or the connection expired or lacks a scope. Connect once (auth type: API key) at:

    https://console.oomol.com/app-connections?provider=pdfmonkey
    
  • HTTP 402 / OOMOL_INSUFFICIENT_CREDIT — billing stop. Recharge at https://console.oomol.com/billing/token-recharge before retrying.

Resources

Usage Guidance
Install only if you intend to let an agent use your OOMOL-connected PDFMonkey account. Read/list actions may expose document payloads, templates, and logs, and `create_document` can change account state, so confirm payloads carefully before allowing document creation or queued generation.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The stated purpose, metadata, and action files consistently describe PDFMonkey operations via the `pdfmonkey` OOMOL connector: account lookup, document/template reads, listing, and document creation.
Instruction Scope
The trigger language is broad for PDFMonkey requests, but the action set is specific and the skill instructs schema inspection before calls and explicit confirmation before state-changing actions.
Install Mechanism
The artifact contains only markdown instructions and no executable scripts; it includes one-time oo CLI install/sign-in guidance only for setup or auth failures.
Credentials
The skill requires a connected PDFMonkey account and sensitive credentials, but says OOMOL injects credentials server-side and raw tokens are not handled by the agent.
Persistence & Privilege
No background workers or local persistence are present; the main privileged effect is creating PDFMonkey documents, optionally queued for generation, which is disclosed and gated by confirmation guidance.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install oo-pdfmonkey
  3. After installation, invoke the skill by name or use /oo-pdfmonkey
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Adds the initial `oo-pdfmonkey` skill for operating PDFMonkey through an OOMOL-connected account, using the `pdfmonkey` connector instead of direct API calls. - Supports creating PDFMonkey documents, with the option to queue generation immediately by setting the document status to pending. - Provides document lookup actions for full document details, generation payloads, logs, and lightweight document cards for status polling. - Provides template lookup and listing actions, including full template details with draft and published fields plus paginated template-card browsing. - Supports listing document cards with filters for template, status, workspace, update time, and search text. - Includes account resolution via `get_current_user` and built-in safety guidance for schema inspection, credential handling, and confirmation before state-changing actions.
Metadata
Slug oo-pdfmonkey
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is PDFMonkey?

PDFMonkey (pdfmonkey.io). Use this skill for ANY PDFMonkey request — reading, creating, and updating data. Whenever a task involves PDFMonkey, use this skill... It is an AI Agent Skill for Claude Code / OpenClaw, with 30 downloads so far.

How do I install PDFMonkey?

Run "/install oo-pdfmonkey" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is PDFMonkey free?

Yes, PDFMonkey is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does PDFMonkey support?

PDFMonkey is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created PDFMonkey?

It is built and maintained by OOMOL (@oomol); the current version is v1.0.0.

💬 Comments