jiuwu-agent

调用久吾智能体API进行文本或文件分析处理。支持两种调用方式:(1) 文本内容分析 - 传入name(智能体名称)、docno(文档编号)、content(文本内容);(2) 文件分析 - 传入name、docno和files(文件列表)进行智能评审。适用于合同评审、需求评审、文档审查等场景。当用户要求评审合同、分析条款、审查文档、需求评审、合同条款分析、或需要对文本和文件进行AI智能分析时触发。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "jiuwu-agent" with this command: npx skills add 05u/jiuwu-agent

久吾智能体

调用久吾智能体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: truedata.reviewOpinion(分析结果文本)。失败时返回 success: false 和错误信息。

常见错误

  • 匹配到多个智能体name 需更精确,如用 信息化需求评审 而非 信息化
  • 未获取到智能体:检查 name 是否正确,确认智能体存在

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Img2img

Generate images from text descriptions using DALL-E 3 while adhering to usage policies and avoiding realistic human faces.

Registry SourceRecently Updated
General

Habitat-GS-Navigator

Navigate and interact with photo-realistic 3DGS environments via the Habitat-GS Bridge. Use when: user asks to explore a 3D scene, perform embodied navigatio...

Registry SourceRecently Updated
General

Memory Palace

持久化记忆管理。Use when: 用户告诉你个人信息/偏好/习惯、需要记住项目状态/技术决策、完成任务后有可复用经验、用户说"记住""别忘了""下次注意"、需要回忆之前的对话内容。支持语义搜索和时间推理。

Registry SourceRecently Updated
General

Podcast Transcript Mining Authority Positioning

Extract guest appearances, speaking topics, and soundbites from podcast transcripts to build authority portfolios and generate podcast pitch templates. Use w...

Registry SourceRecently Updated
jiuwu-agent | V50.AI