Agent Skills
ZapSign
Electronic signature platform
ZapSign provides electronic signatures with legal validity for documents, contracts, and forms.
Required Environment
| Name | Type | Description |
|---|---|---|
ZAPSIGN_API_TOKEN | secret | API token from ZapSign Settings > Integrations > ZAPSIGN API |
Configuration
version: "1.0"
agents:
my-agent:
framework: claude-code
skills:
- https://github.com/vm0-ai/vm0-skills/tree/main/zapsignRun
Store your secret on the platform (recommended, one-time setup):
vm0 secret set ZAPSIGN_API_TOKEN your-zapsign-api-tokenThen run your agent - secret is automatically loaded:
vm0 run my-agent "create document for signature"For CI/CD or temporary overrides, pass secrets at runtime: --secrets ZAPSIGN_API_TOKEN=value. See Environment Variables for details.
Example Instructions
# E-Signature Agent
You create documents for electronic signature.
## Workflow
1. Upload document (PDF/DOCX)
2. Add signers with auth method
3. Send for signature
4. Track signing status
## Auth Methods
- Email, SMS, selfie verification# Contract Manager Agent
You manage signed documents.
## Workflow
1. List documents by status
2. Download signed files
3. Track signer progress
4. Send reminders
## Document Status
- pending, signed, refused