05u/jiuwu-agent/SKILL.md
调用久吾智能体API进行文本或文件分析处理。支持两种调用方式:(1) 文本内容分析 - 传入name(智能体名称)、docno(文档编号)、content(文本内容);(2) 文件分析 - 传入name、docno和files(文件列表)进行智能评审。适用于合同评审、需求评审、文档审查等场景。当用户要求评审合同、分析条款、审查文档、需求评审、合同条款分析、或需要对文本和文件进行AI智能分析时触发。
npx skillsauth add openclaw/skills jiuwu-agentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
调用久吾智能体API进行文本或文件分析。
Token 从环境变量 JIUWU_CORE_TOKEN 读取,OpenClaw 会自动注入 env.vars 中的变量。也可在 ~/.openclaw/workspace/.env 或 ~/.openclaw/.env 中配置。
始终使用 scripts/call_agent.py,不要直接 curl。
python scripts/call_agent.py text -n "智能体名称" -d "文档编号" -c "要分析的文本内容"
示例:
python scripts/call_agent.py text -n "合同评审" -d "JWSO20260001" -c "合同金额:10万元,付款方式:先款后货"
python scripts/call_agent.py file -n "智能体名称" -d "文档编号" -f 文件路径1 文件路径2 ...
示例:
python scripts/call_agent.py file -n "信息化需求评审" -d "JWBG20260001" -f "需求文档.docx"
支持的文件格式: .doc, .docx, .pdf, .xls, .xlsx, .txt
合同评审 - 合同条款分析信息化需求评审 - 需求文档审查信息化问题评审 - 问题分析| 参数 | 缩写 | 说明 |
|-----|-----|------|
| --name | -n | 智能体名称 |
| --docno | -d | 文档编号 |
| --content | -c | 要分析的文本(text子命令) |
| --files | -f | 文件列表(file子命令) |
成功时返回 success: true 和 data.reviewOpinion(分析结果文本)。失败时返回 success: false 和错误信息。
name 需更精确,如用 信息化需求评审 而非 信息化name 是否正确,确认智能体存在tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。