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:

  1. Click "Add App and Integration Key"
  2. Name it something like "Claude Skill — server"
  3. Copy the Integration Key (Client ID) — UUID format
  4. 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)
  5. Under "URI for Redirect", add: https://www.docusign.com (placeholder; only used during one-time consent)
Installs
1
GitHub Stars
12
First Seen
5 days ago
docusign-skill — idanbeck/claude-skills