clio
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseClio Skill
Clio Skill
Manage law practice with Clio's legal practice management platform.
使用Clio的法律实践管理平台管理法律业务。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/clio/install.sh | bashOr manually:
bash
cp -r skills/clio ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/clio/install.sh | bash或者手动安装:
bash
cp -r skills/clio ~/.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 CLIO_CLIENT_ID "your_client_id"
canifi-env set CLIO_CLIENT_SECRET "your_client_secret"
canifi-env set CLIO_ACCESS_TOKEN "your_access_token"
undefinedcanifi-env set CLIO_CLIENT_ID "your_client_id"
canifi-env set CLIO_CLIENT_SECRET "your_client_secret"
canifi-env set CLIO_ACCESS_TOKEN "your_access_token"
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
功能
- Matter Management: Track cases and legal matters
- Time Tracking: Log billable time and activities
- Billing: Generate invoices and collect payments
- Document Management: Store and organize case documents
- Client Portal: Communicate with clients securely
- 案件管理:追踪案件与法律事务
- 时间追踪:记录可计费时间与活动
- 账单管理:生成发票并收取款项
- 文档管理:存储并整理案件文档
- 客户门户:与客户进行安全沟通
Usage Examples
使用示例
Create Matter
创建案件
User: "Create a new matter for client Johnson"
Assistant: Creates case with client association用户:"为客户Johnson创建一个新案件"
助手:创建关联客户的案件Log Time
记录时间
User: "Log 2 hours for legal research on the Smith case"
Assistant: Creates time entry用户:"为Smith案件的法律研究记录2小时"
助手:创建时间条目Generate Invoice
生成发票
User: "Create an invoice for the pending time entries"
Assistant: Generates invoice from unbilled time用户:"为未结时间条目创建发票"
助手:根据未计费时间生成发票Search Documents
搜索文档
User: "Find all documents for the patent case"
Assistant: Returns matching case documents用户:"查找专利案件的所有文档"
助手:返回匹配的案件文档Authentication Flow
认证流程
- Register app in Clio developer portal
- Implement OAuth 2.0 flow
- Get access token for API calls
- Refresh tokens as needed
- 在Clio开发者门户注册应用
- 实现OAuth 2.0流程
- 获取用于API调用的访问令牌
- 根据需要刷新令牌
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Token expired | Refresh access token |
| 403 Forbidden | No access | Check permissions |
| 404 Not Found | Matter not found | Verify matter ID |
| 429 Rate Limited | Too many requests | Wait and retry |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 401 未授权 | 令牌过期 | 刷新访问令牌 |
| 403 禁止访问 | 无权限 | 检查权限设置 |
| 404 未找到 | 案件不存在 | 验证案件ID |
| 429 请求受限 | 请求过于频繁 | 等待后重试 |
Notes
注意事项
- Leading legal practice management
- Time tracking and billing
- Clio Grow for intake
- Integration marketplace
- Mobile apps available
- Cloud-based platform
- 领先的法律实践管理平台
- 时间追踪与账单管理
- Clio Grow用于客户招揽
- 集成市场
- 支持移动应用
- 云原生平台