← 返回 Skills 市场
Motor
作者
bytesagain1
· GitHub ↗
· v1.0.0
· MIT-0
159
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install motor
功能描述
Motor specification and selection tool
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install motor - 安装完成后,直接呼叫该 Skill 的名称或使用
/motor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
常见问题
Motor 是什么?
Motor specification and selection tool. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 159 次。
如何安装 Motor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install motor」即可一键安装,无需额外配置。
Motor 是免费的吗?
是的,Motor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Motor 支持哪些平台?
Motor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Motor?
由 bytesagain1(@bytesagain1)开发并维护,当前版本 v1.0.0。
推荐 Skills