📦 Fluid Network Agent — 流体网络求解

v1.0.0

读取 TOML 格式的稳态不可压缩流体网络,自动计算各节点压力及管路流量/压差(可选速度),并输出 PASS/FAIL 判定连通性与负载可靠性,快速验证工况下系统能否正常工作。

0· 130·0 当前·0 累计
by @zebra6-web (Zebra6-web)
下载技能包
最后更新
2026/3/20
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The files, instructions, and required inputs are coherent with a steady-state incompressible fluid-network solver skill; it asks for no unrelated credentials or system access and its runtime steps match the stated purpose.
评估建议
This skill appears internally consistent and implements the described solver/reporting flow. Before installing or running it: 1) Run it in an isolated environment (virtualenv/container). 2) Ensure Python 3.11 or the tomli package is available (the script tries tomllib then tomli). 3) Inspect and, if needed, test with the provided examples/example_network.toml so the agent cannot fabricate parameters silently — SKILL.md allows the agent to auto-complete missing TOML fields, so verify any generate...
详细分析 ▾
用途与能力
Name/description match the included code and SKILL.md: the package parses TOML network descriptions, runs numeric solves, and emits connectivity / PASS‑FAIL reports. No unrelated binaries, env vars, or credentials are requested.
指令范围
SKILL.md instructs the agent to validate/complete a TOML and run `python scripts/run_fluid_network.py --input <toml>` to produce a report. Allowing the Agent to '补齐最小可运行字段' (auto-complete missing TOML fields) is functionally reasonable for convenience, but it gives the agent discretion to fabricate parameter values if the user doesn't review/confirm them. Otherwise instructions limit actions to loading the TOML, running the solver, and returning results (no file reads beyond the TOML/output file).
安装机制
No install spec; code is provided in the skill bundle and execution relies on a local Python runtime. No external downloads or non-standard install paths are invoked. The code uses tomllib (py3.11+) or tomli fallback—this is a normal dependency but not declared as an install step.
凭证需求
The skill requires no environment variables, credentials, or config paths. All required inputs are user-provided TOML files and optional CLI flags, which are proportionate to the stated purpose.
持久化与权限
The skill does not request 'always: true' or any elevated/always-on presence. It does not attempt to modify other skills or system-wide agent settings in the provided files or instructions.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/20

initial release

无害

安装命令

点击复制
官方npx clawhub@latest install fluid-network-agent-lenovo
镜像加速npx clawhub@latest install fluid-network-agent-lenovo --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库