Agent skill

PandaDoc Automation

Automate document workflows with PandaDoc -- create documents from files, manage contacts, organize folders, set up webhooks, create templates, and track document status through the Composio PandaDoc integration.

composio-communitygithub.com/composio-communityGitHub ↗
codex
Install
npx skills add composio-community/awesome-codex-skills --skill pandadoc-automation --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: composio-skills/pandadoc-automation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 15,591
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# PandaDoc Automation Manage **PandaDoc** document workflows directly from Claude Code. Create documents from uploaded files, manage recipients and contacts, organize with folders, set up event webhooks, create templates, and track document status without leaving your terminal. **Toolkit docs:** [composio.dev/toolkits/pandadoc](https://composio.dev/toolkits/pandadoc) --- ## Setup 1. Add the Composio MCP server to your configuration: ``` https://rube.app/mcp ``` 2. Connect your PandaDoc account when prompted. The agent will provide an OAuth link to authenticate. 3. Ensure your PandaDoc workspace has the appropriate plan for the features you need (e.g., e-signatures, templates, webhooks). --- ## Core Workflows ### 1. Create a Document from File Upload a PDF, DOCX, or RTF file to create a new PandaDoc document with designated recipients for signing and tracking. **Tool:** `PANDADOC_CREATE_DOCUMENT_FROM_FILE` Key parameters: - `name` (required) -- document name - `recipients` (required) -- array of recipient objects, each with: - `email` (required) -- recipient email - `first_name`, `last_name` -- recipient name - `role` -- `signer` (default), `approver`, or `cc` (must be unique per re

What's inside
Steps it walks through
  1. Setup
  2. Core Workflows
  3. 1. Create a Document from File
  4. 2. Get Document Details
  5. 3. Manage Contacts
  6. 4. Organize with Folders
  7. 5. Set Up Webhooks
  8. 6. Create Templates
  9. Known Pitfalls
  10. Quick Reference
More from awesome-codex-skills
All skills →
About this skill
What does the PandaDoc Automation skill do?

Automate document workflows with PandaDoc -- create documents from files, manage contacts, organize folders, set up webhooks, create templates, and track document status through the Composio PandaDoc integration.

How do I install it?

Run `npx skills add composio-community/awesome-codex-skills --skill pandadoc-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From composio-community/awesome-codex-skills, a repository with 15,591 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going