Motor

v1.0.0

Motor specification and selection tool

0· 154·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bytesagain1/motor.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Motor" (bytesagain1/motor) from ClawHub.
Skill page: https://clawhub.ai/bytesagain1/motor
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install motor

ClawHub CLI

Package manager switcher

npx clawhub@latest install motor
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
154downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

motor

Motor specification and selection tool

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 <key> <value> to set preferences.

VariableRequiredDescription
MOTOR_DIRNoData directory (default: ~/.motor/)

Data Storage

All data stored in ~/.motor/ 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 | hello@bytesagain.com

Comments

Loading comments...