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.
npx agentmods add skills/docusealco/docuseal-agent-skills/docuseal-codenpx skills add docusealco/docuseal-agent-skills --skill docuseal-codegit clone --depth 1 https://github.com/docusealco/docuseal-agent-skillsWrote 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.
[](https://agentmods.dev/skills/docusealco/docuseal-agent-skills/docuseal-code)<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>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.
| Model | Per session | Once 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 |
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.
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>)
- JavaScript / HTML → references/embed/signing-form-js.md
- React → references/embed/signing-form-react.md
- Vue → references/embed/signing-form-vue.md
- Angular → references/embed/signing-form-angular.md
- Mobile (Android/iOS/React Native/Flutter via WebView) → references/embed/signing-form-mobile-integration.md
Form Builder (<docuseal-builder>)
- JavaScript / HTML → references/embed/form-builder-js.md
- React → references/embed/form-builder-react.md
- Vue → references/embed/form-builder-vue.md
- Angular → references/embed/form-builder-angular.md
After loading the main component reference, follow a link from its ## Guides section for step-by-step walkthroughs.
Cross-cutting
- JWT token generation — Form Builder (Node/TypeScript/Ruby/Python/PHP/Java/C#/Go) → references/embed/form-builder-jwt-token.md
- JWT token generation — Signing Form completed/preview mode → references/embed/signing-form-completed-preview-jwt-token.md
- EU Cloud / self-hosted
hostconfiguration — Signing Form → references/embed/signing-form-hosts.md - EU Cloud / self-hosted
hostconfiguration — Form Builder → references/embed/form-builder-hosts.md - Custom CSS theming — Signing Form (dark theme reference) → references/embed/signing-form-custom-css.md
- Custom CSS theming — Form Builder (dark theme reference) → references/embed/form-builder-custom-css.md
- Signing Form security recommendations → references/embed/signing-form-security-recommendations.md
- Form Builder security recommendations → references/embed/form-builder-security-recommendations.md
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.
- references/api/archive-a-submission.md 2.0 KB
- references/api/archive-a-template.md 2.1 KB
- references/api/clone-a-template.md 4.4 KB
- references/api/create-a-submission-from-docx.md 14 KB
- references/api/create-a-submission-from-html.md 16 KB
- references/api/create-a-submission-from-pdf.md 18 KB
- references/api/create-a-submission.md 11 KB
- references/api/create-a-template-from-docx.md 7.7 KB
- references/api/create-a-template-from-html.md 8.6 KB
- references/api/create-a-template-from-pdf.md 11 KB
- references/api/create-pdf-document-fillable-form-with-html-api.md 14 KB
- references/api/create-submissions-from-emails.md 4.6 KB
- references/api/download-signed-documents.md 8.2 KB
- references/api/form-webhook.md 3.4 KB
- references/api/get-a-submission.md 4.0 KB
- references/api/get-a-submitter.md 3.2 KB
- references/api/get-a-template.md 3.6 KB
- references/api/get-submission-documents.md 2.5 KB
- references/api/list-all-submissions.md 5.0 KB
- references/api/list-all-submitters.md 5.0 KB
- references/api/list-all-templates.md 5.2 KB
- references/api/merge-templates.md 5.1 KB
- references/api/pre-fill-pdf-document-form-fields-with-api.md 11 KB
- references/api/send-documents-for-signature-via-api.md 11 KB
- references/api/submission-webhook.md 2.5 KB
- references/api/template-webhook.md 2.9 KB
- references/api/update-a-submission.md 5.5 KB
- references/api/update-a-submitter.md 9.6 KB
- references/api/update-a-template.md 3.5 KB
- references/api/update-template-documents.md 5.9 KB
- references/api/use-dynamic-content-variables-in-docx-to-create-personalized-documents.md 18 KB
- references/api/use-embedded-text-field-tags-in-the-pdf-to-create-a-fillable-form.md 9.1 KB
- references/embed/form-builder-angular-generate-jwt-on-your-back-end-to-authorize-users.md 6.3 KB
- references/embed/form-builder-angular-mount-form-builder-component.md 1.9 KB
- references/embed/form-builder-angular-styling-the-builder-with-custom-css.md 16 KB
- references/embed/form-builder-angular.md 12 KB
- references/embed/form-builder-custom-css.md 13 KB
- references/embed/form-builder-hosts.md 1.8 KB
- references/embed/form-builder-js-generate-jwt-on-your-back-end-to-authorize-users.md 6.3 KB
- references/embed/form-builder-js-render-html-form-element-with-jwt.md 798 B
- references/embed/form-builder-js-styling-the-builder-with-custom-css.md 15 KB
- references/embed/form-builder-js.md 12 KB
- references/embed/form-builder-jwt-token.md 6.7 KB
- references/embed/form-builder-react-generate-jwt-on-your-back-end-to-authorize-users.md 6.3 KB
- references/embed/form-builder-react-mount-form-builder-component-with-jsx.md 1.3 KB
- references/embed/form-builder-react-styling-the-builder-with-custom-css.md 16 KB
- references/embed/form-builder-react.md 12 KB
- references/embed/form-builder-security-recommendations.md 3.5 KB
- references/embed/form-builder-vue-generate-jwt-on-your-back-end-to-authorize-users.md 6.3 KB
- references/embed/form-builder-vue-mount-form-builder-component.md 1.1 KB
- references/embed/form-builder-vue-styling-the-builder-with-custom-css.md 15 KB
- references/embed/form-builder-vue.md 12 KB
- references/embed/signing-form-angular-document-signing-form-initiated-via-api.md 6.3 KB
- references/embed/signing-form-angular-document-signing-form-with-template-link.md 1.8 KB
- references/embed/signing-form-angular-preview-completed-document.md 1.2 KB
- references/embed/signing-form-angular-styling-the-signing-form-with-custom-css.md 14 KB
- references/embed/signing-form-angular.md 8.8 KB
- references/embed/signing-form-completed-preview-jwt-token.md 5.0 KB
- references/embed/signing-form-custom-css.md 10 KB
- references/embed/signing-form-hosts.md 1.9 KB
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.
- 2d ago Changed · +8 lines a0e3a3891d3a
- 6d ago First seen · 183 lines · 100 tokens per session scan A 1b258cf96e67
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.
Other skills, from other repositories
html-ppt-zhangzara-stencil-tablet
A workplace-safety compliance review for a manufacturing regulator — findings, the evidence chain, and the corrective mandate. Built as a decision-grade policy briefing deck for regulator, plant leadership.
cuopt-numerical-optimization-formulation
LP, MILP, QP — concepts, problem-text parsing, and formulation patterns (parameters, constraints, decisions, objective). Concepts only; no API.
deepstream-sop
Use this skill when building, deploying, evaluating, debugging, or measuring latency for the DeepStream SOP Inference Microservice — a GPU-accelerated FastAPI service that detects whether operators perform assembly-line steps in order via event boundary detection (GEBD) plus VLM classification. Trigger even if the…
jp-compliance-reporter
Generate regulatory compliance reports for Japanese financial institutions.
amc-run-rtsp-calibration
Calibrate a new dataset from live RTSP camera streams via the AutoMagicCalib REST API. Use when the user provides RTSP URLs or asks to calibrate live cameras; VIOS records clips, AMC ingests them, then runs calibration.
cuopt-multi-objective-exploration
Trace, complete, and interpret the Pareto frontier across competing objectives using repeated single-objective cuOpt solves (weighted-sum and ε-constraint).