← 返回 Skills 市场
Orders
作者
bytesagain4
· GitHub ↗
· v3.4.1
· MIT-0
319
总下载
0
收藏
1
当前安装
14
版本数
在 OpenClaw 中安装
/install orders
功能描述
Track orders locally. Use when creating orders, checking status, updating quantities, canceling, or generating sales reports.
安全使用建议
This appears to be a simple local orders tool that stores data in ~/.orders/orders.json and requires bash+python3. Before installing or running: 1) inspect the full scripts/script.sh file (the provided content was truncated in the listing) to ensure there are no hidden network calls or unexpected behavior in the remaining lines; 2) run it in a sandbox or non-sensitive account the first time to verify behavior; 3) ensure the ~/.orders directory has appropriate filesystem permissions if the data is sensitive; 4) note the SKILL.md version header differs slightly from registry version (minor mismatch) but is not itself dangerous. If you need the agent to run this autonomously, remember it will have access to the local orders file—limit autonomous invocation if that file contains sensitive customer data.
功能分析
Type: OpenClaw Skill
Name: orders
Version: 3.4.1
The 'orders' skill is a local order management utility that allows users to create, list, update, and report on orders stored in a local JSON file (~/.orders/orders.json). The implementation uses Bash for command dispatching and Python for data manipulation, adhering strictly to its stated purpose without any evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description promise (create, list, update, cancel, report orders) matches the provided SKILL.md and script. The script implements those commands and stores data locally in ~/.orders/orders.json; nothing required by the skill is disproportionate to that purpose.
Instruction Scope
SKILL.md instructs the agent to run the included script with explicit subcommands. The script operates on a local data file and does not reference unexpected files, secrets, or external endpoints in the visible code. Commands and file paths are confined to the stated order-management scope.
Install Mechanism
No install spec is present (instruction-only). The skill includes a shell script that runs with bash + python3; no downloads or package installs are performed. This is a low-risk installation model for a local tool.
Credentials
The skill declares no required environment variables, no credentials, and no config paths beyond its local data directory (~/.orders). The script uses only environment variables it sets itself when invoking python and does not request or access unrelated secrets.
Persistence & Privilege
always is false and the skill does not request any elevated or persistent platform privileges. It stores data under the user's home directory (~/.orders) which is appropriate for this functionality.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install orders - 安装完成后,直接呼叫该 Skill 的名称或使用
/orders触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.4.1
v2.5 standard: Use-when desc, homepage, source, security fix
v3.4.0
manual
v3.3.0
Major rewrite: domain-specific commands, Use-when description, security fixes, dependency declarations
v1.0.6
manual
v3.2.0
Concise description (no truncation), add homepage+source metadata
v3.1.0
Security fix: safe env-var Python invocation; add Requirements section; fix description format
v3.0.1
Fix: add Requirements, fix description
v3.0.0
Major rewrite: order management
v1.0.5
yaml-fix+quality
v1.0.4
yaml-fix+quality
v1.0.3
Quality upgrade
v1.0.2
Quality upgrade: custom functionality
v1.0.1
Standards compliance: unique content, no template text
v1.0.0
Initial release
元数据
常见问题
Orders 是什么?
Track orders locally. Use when creating orders, checking status, updating quantities, canceling, or generating sales reports. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 319 次。
如何安装 Orders?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install orders」即可一键安装,无需额外配置。
Orders 是免费的吗?
是的,Orders 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Orders 支持哪些平台?
Orders 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Orders?
由 bytesagain4(@xueyetianya)开发并维护,当前版本 v3.4.1。
推荐 Skills