A skill for generating BoldSign eSignature integration guidance and code scaffolding for .NET, Node.js, Python, and PHP.
This repository packages the BoldSign/ skill folder with the root SKILL.md entrypoint and stack- and workflow-specific reference files.
BoldSign/
├── SKILL.md
└── references/
├── stacks/
│ ├── dotnet.md
│ ├── nodejs.md
│ ├── php.md
│ └── python.md
└── workflows/
├── embedded-saas.md
└── multi-signer.md
- Sending documents for signature
- Embedded signing and embedded sending flows
- Webhook handling and HMAC verification
- Template-based workflows
- Multi-signer and sequential signing flows
- Multi-tenant SaaS patterns using Sender Identities
- Stack-specific guidance for .NET, Node.js, Python, and PHP
- Download or clone this repository.
- Copy the
BoldSign/folder into your current Code Studio workspace. - Start prompting AI agent with BoldSign eSignature tasks.
Example install path used in our documentation:
cp -R BoldSign /mnt/skills/user/boldsign-esignature/Adjust the target path if your AI agent environment uses a different skills directory.
Send a PDF for signature using BoldSign in .NET C#. Use API Key auth.Add a BoldSign webhook handler for ASP.NET Core.Generate an embedded signing link so signers can sign inside my app.Set up a 3-party NDA with sequential signing in C#.Show me the Node.js flow for sending a document from a template.
BoldSign/SKILL.mdcontains the universal guidance shared across all integrations.BoldSign/references/stacks/*.mdcontains stack-specific instructions.BoldSign/references/workflows/*.mdcontains workflow-specific instructions.
- Start in the BoldSign Sandbox environment before switching to Live.
- The generated output is intended as strong implementation scaffolding and should still be reviewed, wired into your application, and tested end to end.
- Webhook-based status handling is preferred over polling.
- BoldSign API docs: https://developers.boldsign.com
- BoldSign website: https://boldsign.com
This project is licensed under the MIT License. See the LICENSE file for details.