Motor

v1.0.0

Motor specification and selection tool

0· 90·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, SKILL.md commands, and the included scripts/script.sh all implement a local CLI for adding, searching, exporting, and configuring motor entries. No unrelated binaries, env vars, or cloud services are requested.
Instruction Scope
SKILL.md instructs the agent to run the packaged shell script with specific subcommands. The script only reads/writes files under the configured DATA_DIR (default ~/.motor) and does not access other system paths, credentials, or external endpoints.
Install Mechanism
No install spec or external downloads; the skill is instruction-only with an included shell script. Nothing is being fetched from the network or extracted to disk beyond the shipped files.
Credentials
No required environment variables or credentials are declared. The script honors MOTOR_DIR if set; otherwise it uses $HOME/.motor. That is proportionate to a local data-store CLI.
Persistence & Privilege
Skill is not always-enabled and does not modify other skills or system-wide settings. It persists only its own data under ~/.motor and its own config file there.
Assessment
This skill is coherent and implements a simple local CLI that stores JSONL records in ~/.motor. It does not request credentials or make network calls. Before installing, review what you'll store in the data directory (do not store secrets or credentials there) and confirm you are comfortable with a script being executed locally when the skill is invoked. If you need confidentiality, consider encrypting the data directory or avoiding storing sensitive information. If you want extra assurance, inspect scripts/script.sh directly (it is included) to verify behavior.

Like a lobster shell, security has layers — review code before you run it.

latestvk972n40ej545nvvxm5ankj48e5839ryc

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments