docuseal-code

docuseal-code is a skill for Claude Code from docusealco/docuseal-agent-skills. It costs 100 tokens per session (3,198 once invoked), scanned A, original, MIT.

A development reference for DocuSeal, a service that lets people sign documents electronically. It covers embedded signing forms, a form builder, a web API, and notifications sent to your app.

In plain words
What is it for?
Use it to add signing screens to JavaScript, React, Vue, Angular, or mobile apps, or to create templates, send documents, track submissions, and handle updates through code.
Why use it?
It gives developers the integration details needed to add document signing without working out each request and interface connection themselves.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the docuseal plugin — 2 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/docusealco/docuseal-agent-skills/docuseal-code
Any agent
npx skills add docusealco/docuseal-agent-skills --skill docuseal-code
Clone the repo
git clone --depth 1 https://github.com/docusealco/docuseal-agent-skills

Made for: Claude Code.

Or install docuseal, the plugin that ships this one along with the rest of its 2 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for docuseal-code

README.md
[![agentmods](https://agentmods.dev/badge/skills/docusealco/docuseal-agent-skills/docuseal-code.svg)](https://agentmods.dev/skills/docusealco/docuseal-agent-skills/docuseal-code)
Your own site
<a href="https://agentmods.dev/skills/docusealco/docuseal-agent-skills/docuseal-code"><img src="https://agentmods.dev/badge/skills/docusealco/docuseal-agent-skills/docuseal-code.svg" alt="Measured on agentmods" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,198 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00100 $0.03198
Opus 5 $0.00050 $0.01599
Sonnet 5 $0.00020 $0.00640
Haiku 4.5 $0.00010 $0.00320

Measured 2d ago against content hash a0e3a3891d3a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

docuseal-code scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/docuseal-code/SKILL.md · 191 lines

How it starts

The opening of the file, as written. The whole thing — 191 lines — stays where its author put it; the contents beside it link to each section on GitHub.

How References Are Organised

Reference files live in two subdirectories under references/:

  • references/embed/ — Embed UI components (signing forms, template builder). Each file is self-contained — load only the ones matching the user's stack.
  • references/api/ — REST API endpoints and webhooks. One file per endpoint/webhook with parameters, schemas, code examples, and response samples.

Embed UI Components

Component Tag Purpose JWT
Signing Form <docuseal-form> Embed document signing UI into a page optional
Form Builder <docuseal-builder> Embed a full template/document builder required

Each component ships in four frontend implementations: JavaScript / React / Vue / Angular.

Signing Form (<docuseal-form>)

Form Builder (<docuseal-builder>)

After loading the main component reference, follow a link from its ## Guides section for step-by-step walkthroughs.

Cross-cutting

Read the full file on GitHub · 191 lines

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago Changed · +8 lines a0e3a3891d3a
  2. 6d ago First seen · 183 lines · 100 tokens per session scan A 1b258cf96e67

Subscribe to this mod's changes

docuseal-code is a skill published in the GitHub repository docusealco/docuseal-agent-skills (8 stars, last pushed 2d ago), licensed MIT. It adds 100 tokens to every session and 3,198 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories