skills/writing-and-planning/copywriting/document-editorial/composio-skills/pandadoc-automation/SKILL.md
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.
npx skillsauth add lunartech-x/superpowers PandaDoc AutomationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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://rube.app/mcp
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 namerecipients (required) -- array of recipient objects, each with:
email (required) -- recipient emailfirst_name, last_name -- recipient namerole -- signer (default), approver, or cc (must be unique per recipient)signing_order -- numeric order (if set for one, must be set for all)file -- uploaded file object with name, mimetype, and s3keyurl -- alternatively, a public HTTPS URL to the fileparse_form_fields (default false) -- parse PDF form fieldstags -- array of strings for categorizationowner -- document owner (email or membership_id)Example prompt: "Create a PandaDoc document from contract.pdf with [email protected] as signer and [email protected] as approver"
Fetch comprehensive metadata for a document including recipients, fields, tokens, pricing, tags, and content-block references.
Tool: PANDADOC_GET_DOCUMENT_DETAILS
Key parameters:
id (required) -- the unique document identifier (e.g., BhVzRcxH9Z2LgfPPGXFUqa)Use this to check document status, inspect recipient completion, review field values, or gather metadata for reporting.
Example prompt: "Get the full details and status for PandaDoc document BhVzRcxH9Z2LgfPPGXFUqa"
Create new contacts or update existing ones in PandaDoc. Contacts are matched by email -- if a contact with the given email exists, it gets updated; otherwise, a new one is created.
Tool: PANDADOC_CREATE_OR_UPDATE_CONTACT
Key parameters:
email (required) -- contact email addressfirst_name, last_name -- contact namecompany -- company namejob_title -- role/titlephone -- phone numberstreet_address, city, state, postal_code, country -- address fieldsExample prompt: "Create a PandaDoc contact for [email protected] at Acme Corp as Software Engineer"
Create folders and move documents to organize your PandaDoc workspace.
Tools: PANDADOC_CREATE_FOLDER, PANDADOC_LIST_DOCUMENT_FOLDERS, PANDADOC_MOVE_DOCUMENT_TO_FOLDER
For creating folders:
name (required) -- folder nameparent_uuid -- parent folder UUID for nested structuresExample prompt: "Create a 'Q1 2026 Contracts' folder in PandaDoc and move document BhVzRcxH9Z to it"
Create webhook subscriptions to receive real-time notifications when document events occur.
Tool: PANDADOC_CREATE_WEBHOOK
Key parameters:
name (required) -- descriptive name for the webhookurl (required) -- endpoint URL for notificationstriggers (required) -- event types: document_state_changed, recipient_completed, document_updated, etc.active (default true) -- enable/disable the webhookpayload -- additional data to include: fields, products, metadata, tokens, pricingExample prompt: "Set up a PandaDoc webhook to notify https://api.example.com/hooks when documents change state or recipients complete"
Create reusable templates from PDF files or from scratch with structured content blocks.
Tool: PANDADOC_CREATE_TEMPLATE
Key parameters:
name (required) -- template namefile_path -- path to PDF file for template creationcontent -- structured content object with title and blocks array for building from scratchdescription -- template descriptiontags -- categorization tagsExample prompt: "Create a PandaDoc template called 'Standard NDA' from the nda-template.pdf file"
role value (e.g., signer, signer_2, approver, cc).signing_order for any recipient, you must specify it for ALL recipients in the document. Partial ordering will cause errors.file (with s3key) or url must be provided for document creation, not both. The URL must be publicly accessible HTTPS.PANDADOC_CREATE_OR_UPDATE_CONTACT matches by email. If you need to update a contact's email itself, you must create a new contact and handle the old one separately.BhVzRcxH9Z2LgfPPGXFUqa). They are returned when documents are created and can be found via the PandaDoc dashboard.document_state_changed, not stateChanged or state_changed). Check PandaDoc API docs for the complete list.blocks array must contain valid content block objects per PandaDoc's schema. Check their API documentation for supported block types.| Tool Slug | Description |
|---|---|
| PANDADOC_CREATE_DOCUMENT_FROM_FILE | Create a document from PDF/DOCX/RTF with recipients |
| PANDADOC_GET_DOCUMENT_DETAILS | Get full document metadata, status, and fields |
| PANDADOC_CREATE_OR_UPDATE_CONTACT | Create or update a contact by email |
| PANDADOC_CREATE_FOLDER | Create a folder for document organization |
| PANDADOC_LIST_DOCUMENT_FOLDERS | List all document folders |
| PANDADOC_MOVE_DOCUMENT_TO_FOLDER | Move a document to a specific folder |
| PANDADOC_CREATE_WEBHOOK | Set up event notification webhooks |
| PANDADOC_CREATE_TEMPLATE | Create a reusable document template |
Powered by Composio
tools
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
testing
Access AlphaFold 200M+ AI-predicted protein structures. Retrieve structures by UniProt ID, download PDB/mmCIF files, analyze confidence metrics (pLDDT, PAE), for drug discovery and structural biology.
development
Access real-time and historical stock market data, forex rates, cryptocurrency prices, commodities, economic indicators, and 50+ technical indicators via the Alpha Vantage API. Use when fetching stock prices (OHLCV), company fundamentals (income statement, balance sheet, cash flow), earnings, options data, market news/sentiment, insider transactions, GDP, CPI, treasury yields, gold/silver/oil prices, Bitcoin/crypto prices, forex exchange rates, or calculating technical indicators (SMA, EMA, MACD, RSI, Bollinger Bands). Requires a free API key from alphavantage.co.
development
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.