← 返回 Skills 市场
bytesagain3

Switchgear

作者 bytesagain3 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
158
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install switchgear
功能描述
Switchgear specification manager. Use when json switchgear tasks, csv switchgear tasks, checking switchgear status.
安全使用建议
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 sed -i differences). If you are comfortable with local file storage and want a small CLI for switchgear entries, this skill is coherent with its description.
功能分析
Type: OpenClaw Skill Name: switchgear Version: 1.0.0 The 'switchgear' skill is a local management tool for tracking specifications, storing data in a flat-file JSONL format within the user's home directory (~/.switchgear). The bash script (scripts/script.sh) implements standard CRUD operations (add, list, search, remove) and configuration management without any network activity, data exfiltration, or suspicious execution patterns.
能力评估
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install switchgear
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /switchgear 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug switchgear
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Switchgear 是什么?

Switchgear specification manager. Use when json switchgear tasks, csv switchgear tasks, checking switchgear status. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。

如何安装 Switchgear?

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

Switchgear 是免费的吗?

是的,Switchgear 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Switchgear 支持哪些平台?

Switchgear 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Switchgear?

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

💬 留言讨论