Back to the catalog

docuseal

Add DocuSeal document signing to your app. Embed signing forms and template builder, use the REST API and SDKs to send documents for signing

Open source Repository Open in the app JSON README (API)

About

Add DocuSeal document signing to your app. Embed signing forms and template builder, use the REST API and SDKs to send documents for signing, track submissions, and handle completion webhooks.

Details

Kind
Plugins
Topic
Developer tools
Publisher
docusealco
Origin
marketplace
Category
ferramentas
Stars
8
Forks
4
Last push
2026-09-03T16:43:22Z
Repository state
ativo
License
MIT
Added
2026-08-30 01:48:58
Updated
2026-08-30 01:48:58
Origin id
docusealco/docuseal-agent-skills/docuseal

README

# DocuSeal Agent Skills

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![DocuSeal](https://img.shields.io/badge/DocuSeal-CLI-blue)](https://www.docuseal.com)

A collection of [Agent Skills](https://agentskills.io/) for the [DocuSeal](https://www.docuseal.com) e-signature platform - create templates from PDF/DOCX/HTML, send documents for signing, track submissions, and manage submitters.

## Available Skills

| Skill | Description | Source |
|-------|-------------|--------|
| [docuseal-cli](skills/docuseal-cli) | Manage e-signature templates, submissions, and submitters with DocuSeal | Synced from [docusealco/docuseal-cli](https://github.com/docusealco/docuseal-cli) |
| [docuseal-code](skills/docuseal-code) | DocuSeal development reference. Embed UI components, REST API, webhooks, and SDK examples | Authored here |

## Installation

### Universal (all agents)

```bash
npx skills add docusealco/docuseal-agent-skills
```

### Hermes Agent

```bash
hermes skills install docusealco/docuseal-agent-skills/skills/docuseal-cli
```

The skill declares `DOCUSEAL_API_KEY` and `DOCUSEAL_SERVER` in its frontmatter, so Hermes prompts for them on first load and passes them through to the terminal sandbox.

## Plugins

Platform-specific manifests:

| Platform | Directory |
|----------|-----------|
| Claude Code | [`.claude-plugin/`](.claude-plugin/) |
| OpenAI Codex | [`.codex-plugin/`](.codex-plugin/) |
| Cursor | [`.cursor-plugin/`](.cursor-plugin/) |

## Prerequisites (docuseal-cli)

1. Install the [DocuSeal CLI](https://github.com/docusealco/docuseal-cli): `npm install -g docuseal`
2. Set your API key:
```bash
export DOCUSEAL_API_KEY="your-api-key"       # Required. Get yours at https://console.docuseal.com/api
export DOCUSEAL_SERVER="global"              # Optional: global (default), europe, or full URL for self-hosted
```

## License

MIT License - see [LICENSE](LICENSE) for details.

More