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 skills add withoneai/one-agent-plugin --skill bold-signgit clone --depth 1 https://github.com/withoneai/one-agent-pluginWrote 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/withoneai/one-agent-plugin/bold-sign)<a href="https://agentmods.dev/skills/withoneai/one-agent-plugin/bold-sign"><img src="https://agentmods.dev/badge/skills/withoneai/one-agent-plugin/bold-sign/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/withoneai/one-agent-plugin/bold-sign"><img src="https://agentmods.dev/badge/skills/withoneai/one-agent-plugin/bold-sign.svg" alt="Reviewed on agentmods" width="80" 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.00109 | $0.05042 |
| Opus 5 | $0.00055 | $0.02521 |
| Sonnet 5 | $0.00022 | $0.01008 |
| Haiku 4.5 | $0.00011 | $0.00504 |
Grade A, and why
bold-sign 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 5d 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.
This is a copy
73% identical to 2-chat — 273 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 240 lines — stays where its author put it; the contents beside it link to each section on GitHub.
BoldSign through One
BoldSign is an electronic signature platform that provides APIs and workflow tools for sending, signing, and managing digital documents, allowing businesses and developers to automate agreement processes, collect legally binding signatures, and track document status across applications.
One exposes BoldSign through four MCP tools. The table below carries real action ids from One's knowledge base, so for a common operation you can skip search and go straight to reading the action's parameters.
How to run an action
- Find the action in the table below, or call
search_one_platform_actionswith platformbold-signif it is not listed. - Call
get_one_action_knowledgewith the action id. Do this every time, including for actions in this table. The table gives you the id, not the parameters. - Call
execute_one_actionwith parameters copied from that knowledge.
Never guess a parameter name, a body field, or an enum value. The knowledge has the real schema, and a guessed field is either a 400 or a silent write of the wrong thing.
Before you start
Call list_one_integrations once and confirm BoldSign is connected. If it is missing, the user has not connected it: say so and point them at https://app.withone.ai rather than reaching for raw HTTP.
Each connection carries an access field. If it reports {"policy": "methods", "methods": ["GET"]} the agent is read-only here, so plan a read-only answer instead of attempting a write that will be refused.
Before a write
Creates, updates, deletes and sends land on a real BoldSign account and cannot be recalled. State the action and the specific target in one line before the first write in a task, and let the user stop you. Reads need no confirmation.
Actions
Document
| Action | Method | Path | Action id |
|---|---|---|---|
| Download Attachment | GET | /v1/document/downloadAttachment |
conn_mod_def::GLuudwDObQw::IfKdnClJSOyOxj4cBFcC4Q |
| Download Audit Log Using Document | GET | /v1/document/downloadAuditLog |
conn_mod_def::GLuudzC_5xI::lc1QyFMmTviIi5SYEoBfCA |
| Download Document | GET | /v1/document/download |
conn_mod_def::GLuudwO1RZg::mLOz88uuSCu8zkwLH0OKBQ |
| Get Embedded Sign Link Using Document | GET | /v1/document/getEmbeddedSignLink |
conn_mod_def::GLuud6bJBpg::EZS1cHIdTYyoN8b4TCSJdA |
| Cancel Editing for a Document | POST | /v1/document/cancelEditing |
conn_mod_def::GLuudmhJHw4::SXWsdv3SSJGaRk1vXGA-Ag |
| Change Recipient Using Document | PATCH | /v1/document/changeRecipient |
conn_mod_def::GLuudmPqJhM::XLcE27AITAu-FNDYntwOmQ |
| Create Embedded Edit URL for a Document | POST | /v1/document/createEmbeddedEditUrl |
conn_mod_def::GLuud6Ggw28::m_IEM8TeSGyP6KUh_kIoHg |
| Create Embedded Request URL Using Document | POST | /v1/document/createEmbeddedRequestUrl |
conn_mod_def::GLuud5xf4w8::xlQxbQutQAOrmsoymU2ikg |
| Delete Document | DELETE | /v1/document/delete |
conn_mod_def::GLuudwqN0-o::mAJHDhqaSqiS0KqikbNclg |
| Draft Send Document | POST | /v1/document/draftSend |
conn_mod_def::GLuueLfho5Y::DldHC9rhR4m-hBgqMvvkoA |
| Edit Document | PUT | /v1/document/edit |
conn_mod_def::GLuud5nnWCs::140dD7TYR2iDMncIhYuhAw |
| Extend Expiry for a Document | PATCH | /v1/document/extendExpiry |
conn_mod_def::GLuud6gckME::3_xcKAsmR_CSHcHP8OUeXw |
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.
- 5d ago First seen · 240 lines · 0 tokens per session scan A 065cb7bd8a28
bold-sign is a skill published in the GitHub repository withoneai/one-agent-plugin (1 stars, last pushed 19d ago), licensed MIT. It adds 109 tokens to every session and 5,042 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 73% identical to 2-chat, differing in 273 lines, and is treated as a copy.
Other skills, from other repositories
legal-contract-review
Skill "legal-contract-review" from frank-luongt/faos-skills-marketplace, covering legal contract review, use this skill when, do not use this skill when, instructions and 10-point contract review checklist.
hyperpod-version-checker
Check and compare software component versions on SageMaker HyperPod cluster nodes - NVIDIA drivers, CUDA toolkit, cuDNN, NCCL, EFA, AWS OFI NCCL, GDRCopy, MPI, Neuron SDK (Trainium/Inferentia), Python, and PyTorch. Use when checking component versions, verifying CUDA/driver compatibility, detecting version mismatches…
gesellschaftsrechtliche-satzungen-agb
Für Gesellschaftsrechtliche Satzungen AGB Abgrenzung: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt. Fachgebiet: AGB-Recht-Prüfer. Route: gesellschaftsrechtliche-satzungen-agb.
nda-review
Use when the user uploads or pastes a non-disclosure agreement and asks for review, redline, risk assessment, or a recommendation on whether to sign. Identifies missing standard protections, one-sided or unusual provisions, and operational issues; produces a structured report with severity ratings and citations to…
civic-publish-gate
Run deterministic source, citation, freshness, privacy, meeting-certainty, accessibility, correction-state, and human-approval checks before civic publication.
patsnap-maintain-payment
Patsnap Maintain Payment MCP for AI agents. A global patent search tool for freedom-to-operate assessment. It supports query-based, semantic, and image search, and can be combined with patent family, legal status, and analytics views to help users identify patents that may create FTO barriers more systematically. It…