← Back to Skills Marketplace
bytesagain1

Motor

by bytesagain1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
159
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install motor
Description
Motor specification and selection tool
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: motor Version: 1.0.0 The 'motor' skill is a local utility for managing motor specifications, storing data in JSONL format within the user's home directory (~/.motor). The bash script (scripts/script.sh) implements standard CRUD operations, search, and configuration management. While the script contains minor shell-scripting vulnerabilities due to a lack of input sanitization in sed and grep calls, there is no evidence of malicious intent, data exfiltration, or unauthorized remote execution.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install motor
  3. After installation, invoke the skill by name or use /motor
  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 motor
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Motor?

Motor specification and selection tool. It is an AI Agent Skill for Claude Code / OpenClaw, with 159 downloads so far.

How do I install Motor?

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

Is Motor free?

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

Which platforms does Motor support?

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

Who created Motor?

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

💬 Comments