← 返回 Skills 市场
ckchzh

Actuator

作者 BytesAgain2 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
172
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install actuator
功能描述
Actuator selection and sizing calculator
使用说明 (SKILL.md)

actuator

Actuator selection and sizing calculator

Commands

status

scripts/script.sh status

Show current status

add

scripts/script.sh add

Add new entry

list

scripts/script.sh list

List all entries

search

scripts/script.sh search

Search entries

remove

scripts/script.sh remove

Remove entry by number

export

scripts/script.sh export

Export data to file

stats

scripts/script.sh stats

Show statistics

config

scripts/script.sh config

View or set config

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Use scripts/script.sh config \x3Ckey> \x3Cvalue> to set preferences.

Variable Required Description
ACTUATOR_DIR No Data directory (default: ~/.actuator/)

Data Storage

All data stored in ~/.actuator/ using JSONL format (one JSON object per line).

Output

Structured output to stdout. Exit code 0 on success, 1 on error.


Powered by BytesAgain | bytesagain.com | [email protected]

安全使用建议
This skill is locally focused and appears coherent with its description. Before installing: (1) be aware it stores data unencrypted in ~/.actuator (or ACTUATOR_DIR if set) — avoid storing secrets there; (2) the script parses JSON via simple grep/cut which may fail on embedded quotes or complex values — review entries for correctness; (3) it has no network behavior and requests no credentials, so risk is limited to local file access; (4) if you run agents with autonomous skill invocation enabled, this skill can be executed by the agent but it has no external exfiltration capability. If you need stronger guarantees, inspect and run the script locally or run it in a restricted environment before enabling in an automated agent.
功能分析
Type: OpenClaw Skill Name: actuator Version: 1.0.0 The 'actuator' skill is a simple utility for logging and managing local data entries related to industrial actuators. The core logic in `scripts/script.sh` performs basic file I/O within a dedicated directory (~/.actuator/) and lacks any indicators of data exfiltration, remote code execution, or persistence. While the script lacks robust input sanitization for its internal JSONL storage, this is a common implementation flaw rather than a malicious vulnerability.
能力评估
Purpose & Capability
Name/description (actuator selection and sizing) match the included script and commands. The skill only manages local entries, config, exports and stats — nothing requested or included is out of scope for that purpose.
Instruction Scope
SKILL.md instructs the agent to run the bundled bash script with specific commands. The script only reads/writes files under DATA_DIR (default ~/.actuator) and operates on its own data files (data.jsonl, config.txt). It does not reference other system paths, network endpoints, or other credentials.
Install Mechanism
No install spec — instruction-only with a bundled script. No downloads, package installs, or archive extraction are present.
Credentials
No required environment variables or credentials. The script optionally honors ACTUATOR_DIR to override the data directory, which is reasonable for a local data-store tool.
Persistence & Privilege
always is false and the skill does not request elevated privileges or modify other skills or system-wide configurations. It creates/manipulates only its own data directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install actuator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /actuator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug actuator
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Actuator 是什么?

Actuator selection and sizing calculator. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 172 次。

如何安装 Actuator?

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

Actuator 是免费的吗?

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

Actuator 支持哪些平台?

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

谁开发了 Actuator?

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

💬 留言讨论