← Back to Skills Marketplace
aiwithabidi

Pandadoc

by aiwithabidi · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
280
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pandadoc
Description
PandaDoc — manage documents, templates, contacts, and e-signatures via REST API
Usage Guidance
This skill appears to do what it says: a simple PandaDoc REST CLI that needs only your PANDADOC_API_KEY. Before installing, confirm you trust the publisher (agxntsix.ai / M. Abidi) and that the API key you provide has only the permissions it needs. Note the script will try to read a .env file in $WORKSPACE or ~/.openclaw/workspace/.env if the env var is not set — make sure any .env in those locations does not contain other sensitive secrets you don't want read. If you need tighter isolation, run the script in an environment that only exposes the PandaDoc key (or set PANDADOC_API_KEY explicitly) and consider rotating the key if the skill is later removed.
Capability Analysis
Type: OpenClaw Skill Name: pandadoc Version: 1.0.0 The PandaDoc skill bundle is a standard API wrapper for managing documents, templates, and contacts via the official PandaDoc REST API (api.pandadoc.com). The Python script (scripts/pandadoc.py) uses only the standard library and follows expected patterns for credential management by reading the PANDADOC_API_KEY from environment variables or a local .env file. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description, declared requirement (PANDADOC_API_KEY), SKILL.md examples, and the included Python script all align: the script issues REST calls to https://api.pandadoc.com/public/v1 to manage documents, templates, contacts, webhooks, etc.
Instruction Scope
SKILL.md only instructs running the included Python CLI. The script itself will fall back to reading a .env file at $WORKSPACE or ~/.openclaw/workspace/.env to locate PANDADOC_API_KEY if the environment variable is not set; this fallback is not documented in SKILL.md. Apart from that, the runtime actions are limited to HTTP calls to the PandaDoc API and local .env reading.
Install Mechanism
No install spec — instruction-only with a bundled Python script. No downloads, package installs, or archive extraction are performed by the skill.
Credentials
The skill only requires a single credential (PANDADOC_API_KEY), which is appropriate. The script also reads the WORKSPACE env var (if present) to locate a .env file, but WORKSPACE is not declared in the manifest; the .env fallback only attempts to extract the declared API key, not arbitrary other envs.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills/configuration. It runs as an on-demand CLI.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pandadoc
  3. After installation, invoke the skill by name or use /pandadoc
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the PandaDoc skill. - Manage PandaDoc documents, templates, contacts, and e-signatures via REST API. - Easy CLI for common operations: list, create, send, get status, and delete documents. - Supports additional commands for managing templates, contacts, folders, and webhooks. - Requires PANDADOC_API_KEY; outputs JSON by default with optional human-readable formatting. - No dependencies; compatible with Python 3.10+ (stdlib only).
Metadata
Slug pandadoc
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pandadoc?

PandaDoc — manage documents, templates, contacts, and e-signatures via REST API. It is an AI Agent Skill for Claude Code / OpenClaw, with 280 downloads so far.

How do I install Pandadoc?

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

Is Pandadoc free?

Yes, Pandadoc is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Pandadoc support?

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

Who created Pandadoc?

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

💬 Comments