运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install contract-audit-stream
镜像加速npx clawhub@latest install contract-audit-stream --registry https://cn.longxiaskill.com
技能文档
概述
批量审核合同的 SSE 接口,支持链接或文件上传,甲/乙方视角可选。部署
域名:https://dyinsight.cn 主要 API 端點:/api/v1/skills/contract/audit触发短语
- 中文:审核合同
- 英文:audit contract
使用示例
# 示例命令,实际使用请参考官方文档
curl https://dyinsight.cn/api/v1/skills/contract/audit \
-H 'Authorization: Bearer YOUR_API_KEY' \
-F 'contract=@/path/to/contract.pdf' \
-F 'perspective=甲方'