← Back to Skills Marketplace
ckchzh

Actuator

by BytesAgain2 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
172
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install actuator
Description
Actuator selection and sizing calculator
README (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]

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install actuator
  3. After installation, invoke the skill by name or use /actuator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Slug actuator
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Actuator?

Actuator selection and sizing calculator. It is an AI Agent Skill for Claude Code / OpenClaw, with 172 downloads so far.

How do I install Actuator?

Run "/install actuator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Actuator free?

Yes, Actuator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Actuator support?

Actuator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Actuator?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v1.0.0.

💬 Comments