← 返回 Skills 市场
Pandadoc
作者
aiwithabidi
· GitHub ↗
· v1.0.0
280
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pandadoc
功能描述
PandaDoc — manage documents, templates, contacts, and e-signatures via REST API
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pandadoc - 安装完成后,直接呼叫该 Skill 的名称或使用
/pandadoc触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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).
元数据
常见问题
Pandadoc 是什么?
PandaDoc — manage documents, templates, contacts, and e-signatures via REST API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 280 次。
如何安装 Pandadoc?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pandadoc」即可一键安装,无需额外配置。
Pandadoc 是免费的吗?
是的,Pandadoc 完全免费(开源免费),可自由下载、安装和使用。
Pandadoc 支持哪些平台?
Pandadoc 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pandadoc?
由 aiwithabidi(@aiwithabidi)开发并维护,当前版本 v1.0.0。
推荐 Skills