BoldSign
BoldSign e-signature platform API integration with managed OAuth. Send documents for signature, manage documents, create embedded signing links, and track do...
Jay
@hith3sh
What This Skill Does
API integration for BoldSign e-signature platform that sends documents for signature, manages documents, creates embedded signing links, and tracks document status through managed OAuth.
Replaces manually uploading documents to a web portal or using separate e-signature tools by automating the entire send-sign-track workflow from within your chat interface.
When to Use It
- Send a contract or agreement for e-signature to one or more recipients
- List all documents in your BoldSign account with status filters
- Create an embedded signing link for in-app document signing
- Extend the expiry date of a pending signature request
- Create or edit custom fields for document templates
- Check remaining API credits on your BoldSign plan
Install
$ openclaw skills install @hith3sh/boldsignBoldSign

BoldSign is an e-signature platform for sending, signing, and managing electronic documents. This integration lets you send documents for signature, track document status, manage brands and custom fields, and create embedded signing experiences through ClawLink's hosted OAuth flow.
Setup in 3 Steps
| Step 1: Install | Step 2: Pair Account | Step 3: Connect BoldSign |
|---|---|---|
![]() | ![]() | App-specific connection GIF coming soon |
| Run the install command in OpenClaw | Sign in and approve the device | Open the dashboard and connect BoldSign |
How It Works
┌─────────────────┐ ┌──────────────┐ ┌──────────────────┐
│ OpenClaw │────>│ ClawLink │────>│ BoldSign API │
│ (User Chat) │ │ (OAuth) │ │ │
└─────────────────┘ └──────────────┘ └──────────────────┘
Install
openclaw plugins install clawhub:clawlink-plugin
openclaw config set tools.alsoAllow '["clawlink-plugin"]' --strict-json
openclaw gateway restart
Quick Start
- List your documents --
boldsign_document_list - Send a document for signature --
boldsign_document_send - Check API credits --
boldsign_plan_get_api_credits_count
Authentication
ClawLink handles OAuth automatically. When you connect BoldSign through the dashboard, ClawLink obtains and refreshes tokens on your behalf. No API keys needed.
Connect at: https://claw-link.dev/dashboard?add=boldsign
Connection Management
- List connections:
clawlink_list_integrations - Verify connection:
clawlink_list_tools --integration boldsign - Reconnect: Visit https://claw-link.dev/dashboard?add=boldsign
Security & Permissions
Read operations (listing documents, brands, credits) are safe. Write operations (sending documents, creating custom fields) require confirmation. Destructive operations (removing document authentication) are marked high-impact and require explicit approval.
Tool Reference
Document Operations
| Tool | Description | Mode |
|---|---|---|
boldsign_document_list | List documents in My Documents with filters | Read |
boldsign_document_behalf_list | List documents sent on behalf of users | Read |
boldsign_document_team_list | List team documents with optional filters | Read |
boldsign_document_send | Send a document for eSignature | Write |
boldsign_document_edit_beta | Edit a draft or sent document (beta) | Write |
boldsign_document_extend_expiry | Extend a document's expiry date | Write |
boldsign_document_remove_authentication | Remove signer authentication from a document | Write |
Brand Operations
| Tool | Description | Mode |
|---|---|---|
boldsign_brand_get | Get brand details by brand ID | Read |
boldsign_brand_list | List all brands in the account | Read |
Custom Field Operations
| Tool | Description | Mode |
|---|---|---|
boldsign_custom_field_create | Create a brand-scoped custom field | Write |
boldsign_custom_field_edit | Edit an existing custom field | Write |
Embedded Signing Operations
| Tool | Description | Mode |
|---|---|---|
boldsign_embedded_request_create_link | Create an embedded request link for in-app signing | Write |
File Operations
| Tool | Description | Mode |
|---|---|---|
boldsign_file_upload | Upload a file for use in other BoldSign actions | Write |
Plan & Billing Operations
| Tool | Description | Mode |
|---|---|---|
boldsign_plan_get_api_credits_count | Get remaining API credits count | Read |
Code Examples
List documents
{
"tool": "boldsign_document_list",
"args": { "page": 1, "pageSize": 20 }
}
Send a document for signature
{
"tool": "boldsign_document_send",
"args": {
"title": "Service Agreement",
"signers": [{ "name": "John Doe", "emailAddress": "john@example.com" }],
"files": [{ "fileUrl": "https://example.com/contract.pdf" }]
}
}
Create embedded signing link
{
"tool": "boldsign_embedded_request_create_link",
"args": {
"title": "NDA",
"signers": [{ "name": "Jane Smith", "emailAddress": "jane@example.com" }]
}
}
Discovery Workflow
- Call
clawlink_list_integrationsto confirmboldsignis connected. - Call
clawlink_list_tools --integration boldsignto see the live catalog. - Use
boldsign_document_listto find existing documents. - Use
boldsign_brand_listto see available brand configurations.
Execution Workflow
Read path: User asks "Show my documents" -> boldsign_document_list
Write path: User asks "Send contract for signing" -> Confirm -> boldsign_document_send
Notes
- Documents can only be edited while in draft status or before finalization.
- The
boldsign_file_uploadtool is a helper that returns a key used by other tools (like brand logo upload). - Embedded request links are useful for integrating signing directly into your application.
- API credit consumption depends on your BoldSign plan.
Error Handling
| Status / Error | Meaning |
|---|---|
| Tool not found | BoldSign integration not connected |
| Missing connection | Authenticate via https://claw-link.dev/dashboard?add=boldsign |
| 403 Forbidden | Insufficient permissions or expired credits |
| Document not found | Invalid document ID or document does not belong to your account |
Troubleshooting
Tools Not Visible
Run clawlink_list_tools --integration boldsign to confirm the connection is active.
Document Send Fails
Ensure the file URL is publicly accessible. Check that signer email addresses are valid.
Resources
- BoldSign API Docs: https://developers.boldsign.com/
- ClawLink: https://claw-link.dev/?utm_source=clawhub&utm_medium=referral&utm_content=boldsign
- ClawLink Docs: https://docs.claw-link.dev/openclaw
Powered by ClawLink -- an integration hub for OpenClaw

Top skills in this category
API Gateway
@byungkyuCall third-party APIs through the Maton gateway, which injects the credential for an app the user has already connected. Use this skill when the user names a connected app and a concrete action in it - read a mailbox, query a CRM, file an issue, update a spreadsheet, run a query through a connected
1password
@steipeteSet up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
google-slides
@byungkyuGoogle Slides API integration with managed OAuth. Create presentations, add slides, insert content, and manage slide formatting. Use this skill when users want to interact with Google Slides. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user.
LinkedIn API integration with managed OAuth. Share posts, manage profile, and access LinkedIn features. Use this skill when users want to share content on LinkedIn, get profile/organization information, or interact with LinkedIn's platform. Advertising features (campaigns, ad accounts) require additional OAuth scopes — verify granted scopes before use. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key. Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user.
google-workspace-admin
@byungkyuGoogle Workspace Admin SDK integration with managed OAuth. This is a write-capable administrative integration for users, groups, organizational units, roles, and domain settings. Only connect with a least-privileged Google admin account, restrict OAuth scopes to the specific resources needed, and revoke the connection after use. All write operations require explicit user approval showing the exact HTTP method, endpoint path, and target resource identifier before execution. Use this skill only when users need Google Workspace administration. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user.

