← 返回 Skills 市场
zhulihuaaaaa

太湖云水务知识库

作者 zhulihuaaaaa · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
276
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install water-knowledge-assistant
功能描述
水务设备知识库 AI 助手,提供设备查询、选型建议、参数对比等功能
安全使用建议
Before installing: 1) Clarify required credentials — the registry claims none but SKILL.md and scripts require OPENAI_API_KEY and TAVILY_API_KEY (and they will call api.tavily.com and an embeddings endpoint). Only provide keys you trust and scope their permissions. 2) Note the skill uses absolute Windows D:\ paths — verify these map to safe, intended directories on your system; it is Windows-centric and not portable. 3) The audit logger records full user input and other fields to JSONL logs in the project folder; if you expect users to supply personal contact info (the skill asks for phone/company/contactor), consider redacting or limiting log retention and access. 4) The Tavily updater and embedding client perform outbound network requests; confirm you trust those external services and review privacy implications for sending documents/queries. 5) Because the registry metadata didn’t declare the env vars the code uses, ask the publisher to correct metadata or provide an explanation. 6) If you plan to run the scripts, inspect and test them in an isolated environment, replace placeholder API keys, and configure strict file permissions for the log and vector_store directories.
功能分析
Type: OpenClaw Skill Name: water-knowledge-assistant Version: 1.0.0 The bundle is a legitimate RAG-based (Retrieval-Augmented Generation) assistant designed for water equipment knowledge management. It includes well-structured scripts for audit logging (audit-logger.py), local file synchronization (ingest-from-e-drive.py), and external news updates via the Tavily API (tavily-daily-update.py). The requested file system permissions are restricted to specific local workspace directories (D:\code\openclaw_lakeskill\), and the network access is limited to the stated purpose of updating the knowledge base. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the bundled scripts align: the code ingests local device docs, builds a vector store, answers queries, and fetches live updates. However the registry metadata claims no required environment variables or credentials while SKILL.md and scripts clearly expect API keys (OPENAI_API_KEY, TAVILY_API_KEY) and network access. That mismatch is an incoherence you should clarify with the publisher.
Instruction Scope
SKILL.md explicitly grants read access to D:\code\openclaw_lakeskill\outerfiles\ and read-write to D:\code\openclaw_lakeskill\; the scripts follow these paths and do not attempt to read other system or user directories. Concerns: (1) the skill will prompt/accept buyer contact details and the audit logger records full user input (potentially including phone numbers/company info) to local JSONL logs; (2) SKILL.md and scripts allow network retrieval (Tavily) and embedding calls — it will send queries and retrieved content to external services when updating. Overall scope is mostly within stated purpose but includes collecting/storing potentially sensitive user-provided contact info and contacting external APIs.
Install Mechanism
No install specification is provided (instruction-only / script bundle). That limits automatic code download risks. However the package includes local Python scripts which the operator is expected to run; there is no automated installer fetching remote code during install.
Credentials
Registry metadata lists no required env vars but SKILL.md installation instructions ask for OPENAI_API_KEY and TAVILY_API_KEY, and scripts use a Tavily API endpoint and an embeddings service base_url (dashscope.aliyuncs.com). Tavily usage will require an API key and transmits queries/results to api.tavily.com. The skill will also write logs and a vector_store to local directories. The declared absence of credentials in the registry is inconsistent with the actual code and docs.
Persistence & Privilege
The skill is not marked always:true and does not try to modify other skills or system-wide agent settings. It does write persistent artifacts (logs in logs/, vector store files, saved MD files) under the project directory on D:\. That local persistence is expected for a knowledge-base skill but you should confirm retention policy and that the destination paths are acceptable.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install water-knowledge-assistant
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /water-knowledge-assistant 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 首个发布版本,水务设备知识库 AI 助手上线 - 支持液位计、水尺、流量计、水质传感器等设备的问答、选型、参数查询与对比 - 提供询价引导、文档下载、定时/按需知识库更新等功能 - 集成审计日志系统,强化操作、结果、追溯记录 - 支持设备和数据源的灵活扩展,完善的权限与异常处理机制 - 提供详细的安装、初始化与部署指南
元数据
Slug water-knowledge-assistant
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

太湖云水务知识库 是什么?

水务设备知识库 AI 助手,提供设备查询、选型建议、参数对比等功能. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 276 次。

如何安装 太湖云水务知识库?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install water-knowledge-assistant」即可一键安装,无需额外配置。

太湖云水务知识库 是免费的吗?

是的,太湖云水务知识库 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

太湖云水务知识库 支持哪些平台?

太湖云水务知识库 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 太湖云水务知识库?

由 zhulihuaaaaa(@zhulihuaaaaa)开发并维护,当前版本 v1.0.0。

💬 留言讨论