jiuwu-agent
调用久吾智能体API进行文本或文件分析处理。支持两种调用方式:(1) 文本内容分析 - 传入name(智能体名称)、docno(文档编号)、content(文本内容);(2) 文件分析 - 传入name、docno和files(文件列表)进行智能评审。适用于合同评审、需求评审、文档审查等场景。当用户要求评审合同、分析条款、审查文档、需求评审、合同条款分析、或需要对文本和文件进行AI智能分析时触发。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/05u/jiuwu-agentWhat This Skill Does
The jiuwu-agent skill enables seamless integration between OpenClaw and the Jiuwu Intelligent Agent API. It empowers users to perform advanced text and file analysis directly within their workflow. The skill supports two distinct modes: text-based analysis for rapid contract clause verification or opinion generation, and multi-file analysis for comprehensive review of complex documentation. By leveraging pre-configured tokens and an intuitive interface, it handles the complexities of document processing, including support for various formats such as PDF, DOCX, XLSX, and TXT, making it an essential tool for professional document auditing and requirements assessment.
Installation
To integrate this agent into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/05u/jiuwu-agent
Ensure that you have your API authorization token configured in the openclaw.json file under env.vars.JIUWU_CORE_TOKEN. The system automatically checks environment variables and local .env files for this credential to ensure secure communication with the backend.
Use Cases
- Contract Review: Instantly identify risk factors, check payment terms, and validate compliance against internal standards using text-based analysis.
- Requirement Validation: Upload complex requirement documents to perform systematic checks against project specifications, ensuring all technical criteria are met.
- Automated Documentation Auditing: Batch process multiple project reports or technical files to extract key insights or professional review opinions.
- Policy Enforcement: Analyze short clauses or paragraphs against organizational policies to ensure consistency across different project documents.
Example Prompts
- "Perform a risk assessment on the following contract clause: [Insert Text Here] using the '合同评审' agent."
- "Please conduct a thorough review of the attached requirement documents for project JWBG20260001 using the '信息化需求评审' agent."
- "Evaluate the provided legal text for any non-compliance with standard payment terms using the '合同评审' intelligent agent."
Tips & Limitations
- Precision is Key: When specifying the
nameparameter, use the full name of the agent (e.g., '信息化需求评审') rather than partial terms to prevent 'multiple agents found' errors. - File Management: For extremely large documents, ensure they are pre-processed or split into smaller files to avoid request timeouts or server-side size limits.
- Authentication: Always keep your
JIUWU_CORE_TOKENsecure. If you rotate your token, remember to update the environment variables in your OpenClaw configuration file immediately to avoid unauthorized access errors.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-05u-jiuwu-agent": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api