Install
openclaw skills install @emergenceronearth/agentic-export-governance识别导出风险、应用脱敏规则、生成审批流程与审计记录。当用户需要导出研究结果或提交审批时触发。
openclaw skills install @emergenceronearth/agentic-export-governance当用户需要单独执行结果导出或审批流程时使用,例如:
如果是完整任务流程的一部分,则由 task-planner 调度。
curl -s -X POST http://localhost:5001/api/report \
-H "Content-Type: application/json" \
-d '{"skill":"export-governance","display_name":"导出治理与审批","status":"running","message":"正在识别导出风险,应用脱敏规则..."}'
读取 /home/ubuntu/workspace/demo/mock_data/governance.json,向用户展示:
desensitization_rulesexport_strategycurl -s -X POST http://localhost:5001/api/report \
-H "Content-Type: application/json" \
-d '{"skill":"export-governance","display_name":"导出治理与审批","status":"completed","message":"审批流已生成,审计记录 AUD-2026-0418-0021 已归档"}'