📦 Switchgear — 开关设备管理
v1.0.0一键解析 JSON/CSV 格式开关设备任务,实时查询设备状态,批量维护规格参数,让高压配电管理更省心。
0· 128·1 当前·1 累计
下载技能包
最后更新
2026/3/21
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears to be a simple local record manager that stores data under ~/.switchgear (or the directory you set with SWITCHGEAR_DIR). Before installing, consider: 1) it will create and modify files in that directory (data.jsonl and config.txt) — inspect them if you want to verify contents; 2) it does not perform network I/O or request credentials, so it has limited blast radius; 3) the script uses standard Unix utilities (grep, sed, tail) so behavior may differ on non-GNU platforms (macOS ...详细分析 ▾
✓ 用途与能力
Name/description (switchgear spec manager, JSON/CSV tasks, status) match the shipped script: a local CLI that records, lists, searches, exports, and configures entries stored under SWITCHGEAR_DIR (default ~/.switchgear). No unrelated services or credentials are required.
✓ 指令范围
SKILL.md instructs the agent to run scripts/script.sh for the documented commands. The script only reads/writes files under the data directory and standard local tools (grep, sed, tail, etc.); it does not read other system-wide config, environment secrets, or contact external endpoints.
✓ 安装机制
No install spec is present (instruction-only with an included script). Nothing is downloaded or written to system locations during install; runtime creates user data under the configured data directory.
✓ 凭证需求
No required environment variables or credentials are declared. The script optionally honors SWITCHGEAR_DIR to set the data directory (reasonable and proportional). It reads $HOME implicitly to default the data dir, which is expected.
✓ 持久化与权限
The skill does not request permanent platform-wide presence (always:false). It persists only its own data under the user's data directory and does not modify other skills or global agent settings.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/21
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install switchgear
镜像加速npx clawhub@latest install switchgear --registry https://cn.longxiaskill.com