Plugins that help developers integrate Anvil's document automation APIs into their applications. Built for Claude Cowork, also compatible with Claude Code.
| Plugin | How it helps |
|---|---|
| anvil-document-sdk | Implement Anvil API integrations — PDF Filling, HTML-to-PDF Generation, Etch E-Sign, and Workflows — into any existing Node.js or TypeScript codebase. |
This repository is a plugin marketplace. To add it to Claude Cowork:
- Open Claude Cowork
- Go to
Customize- in the left hand side nav bar - Click on
Browse plugins - Click on the "Personal" tab
- Click on the
+button - Select
Add marketplace from GitHub - Add this url as the source:
anvilco/anvil-plugins - Install the
Anvil document sdkplugin
/plugin marketplace add anvilco/anvil-pluginsthen run
/plugin install <plugin-name>@anvil-pluginsA guided implementation skill that walks developers through integrating Anvil's four core products:
- PDF Filling — Populate existing PDF templates with dynamic data via
fillPDF - HTML-to-PDF Generation — Create PDFs from HTML/CSS or structured Markdown via
generatePDF - Etch E-Sign — Send documents for electronic signature with embedded or email-based signing via
createEtchPacket - Workflows — Build multi-step document workflows with webforms and approvals via
forgeSubmit
The skill includes:
- Quick Start flow for 5-minute setup verification
- Full discovery and implementation planning
- Reference files for each product with production-ready code patterns
- Bundled migration script for bulk PDF template uploads with AI-powered field detection
- Best practices for storage, webhooks, rate limiting, and security
To add a new plugin to this marketplace:
- Create a new directory at the root with your plugin name (kebab-case)
- Add
.claude-plugin/plugin.jsonwith the plugin manifest - Add your skills, commands, or other components
- Add an entry to
.claude-plugin/marketplace.json
MIT