hellosign
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseHelloSign Skill
HelloSign Skill
Manage electronic signatures with HelloSign's simple e-signature solution.
借助HelloSign简洁的电子签名解决方案管理电子签名。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/hellosign/install.sh | bashOr manually:
bash
cp -r skills/hellosign ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/hellosign/install.sh | bash或者手动安装:
bash
cp -r skills/hellosign ~/.canifi/skills/Setup
配置
Configure via canifi-env:
bash
undefined通过canifi-env进行配置:
bash
undefinedFirst, ensure canifi-env is installed:
首先,确保已安装canifi-env:
curl -sSL https://canifi.com/install.sh | bash
curl -sSL https://canifi.com/install.sh | bash
canifi-env set HELLOSIGN_API_KEY "your_api_key"
undefinedcanifi-env set HELLOSIGN_API_KEY "your_api_key"
undefinedPrivacy & Authentication
隐私与认证
Your credentials, your choice. Canifi LifeOS respects your privacy.
您的凭据,由您掌控。 Canifi LifeOS尊重您的隐私。
Option 1: Manual Browser Login (Recommended)
选项1:手动浏览器登录(推荐)
If you prefer not to share credentials with Claude Code:
- Complete the Browser Automation Setup using CDP mode
- Login to the service manually in the Playwright-controlled Chrome window
- Claude will use your authenticated session without ever seeing your password
如果您不想与Claude Code共享凭据:
- 使用CDP模式完成浏览器自动化设置
- 在Playwright控制的Chrome窗口中手动登录服务
- Claude将使用您的已认证会话,且全程不会获取您的密码
Option 2: Environment Variables
选项2:环境变量
If you're comfortable sharing credentials, you can store them locally:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
如果您愿意共享凭据,可以将其存储在本地:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"注意:存储在canifi-env中的凭据仅能在您的本地机器上访问,绝不会被传输。
Capabilities
功能特性
- Signature Requests: Send documents for electronic signature
- Templates: Create and use signature templates
- Team Management: Manage team members and permissions
- Embedded Signing: Embed signing experience in apps
- API Access: Full API for custom integrations
- 签名请求:发送文档以获取电子签名
- 模板:创建并使用签名模板
- 团队管理:管理团队成员与权限
- 嵌入式签名:在应用中嵌入签名体验
- API访问:用于自定义集成的完整API
Usage Examples
使用示例
Send Signature Request
发送签名请求
User: "Send this document to Sarah for signature"
Assistant: Creates and sends signature request用户:"将这份文档发送给Sarah以获取签名"
助手:创建并发送签名请求Use Template
使用模板
User: "Send the NDA template to the new client"
Assistant: Creates request from template用户:"将NDA模板发送给新客户"
助手:从模板创建请求Check Status
检查状态
User: "Is the contract signed yet?"
Assistant: Returns signature request status用户:"合同已经签好了吗?"
助手:返回签名请求状态Download Signed
下载已签署文档
User: "Download the signed agreement"
Assistant: Downloads completed document用户:"下载已签署的协议"
助手:下载已完成的文档Authentication Flow
认证流程
- Get API key from HelloSign settings
- Use API key for Basic Auth
- API key provides full access
- Test mode available
- 从HelloSign设置中获取API密钥
- 使用API密钥进行基础认证
- API密钥提供完整访问权限
- 支持测试模式
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API key | Verify credentials |
| 400 Bad Request | Invalid request | Check parameters |
| 404 Not Found | Request not found | Verify request ID |
| 429 Rate Limited | Too many requests | Wait and retry |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 401 Unauthorized | 无效的API密钥 | 验证凭据 |
| 400 Bad Request | 请求无效 | 检查参数 |
| 404 Not Found | 请求不存在 | 验证请求ID |
| 429 Rate Limited | 请求过于频繁 | 等待后重试 |
Notes
注意事项
- Now part of Dropbox
- Simple, developer-friendly API
- Unlimited templates in Pro
- Team features available
- White-labeling options
- Competitive pricing
- 现隶属于Dropbox
- 简洁、对开发者友好的API
- Pro版支持无限模板
- 提供团队功能
- 支持白标选项
- 价格有竞争力