docusign-skill
Installation
SKILL.md
DocuSign Skill
Programmatic DocuSign — send a PDF, anchor-place signature fields, get status, download completed copies. JWT Grant auth so the skill is server-to-server (no browser handoff per call).
First-time setup (~10 minutes)
You only do this once per DocuSign account.
1. Get an Integration Key + RSA keypair
DocuSign Admin → Apps and Keys:
- Click "Add App and Integration Key"
- Name it something like "Claude Skill — server"
- Copy the Integration Key (Client ID) — UUID format
- Under "Service Integration", add an RSA Keypair:
- Click "Generate RSA"
- Download the private key immediately (you can't retrieve it later)
- Save it as
~/.claude/skills/docusign-skill/private.key(chmod 600)
- Under "URI for Redirect", add:
https://www.docusign.com(placeholder; only used during one-time consent)