← Back to Skills Marketplace
Orders
by
bytesagain4
· GitHub ↗
· v3.4.1
· MIT-0
319
Downloads
0
Stars
1
Active Installs
14
Versions
Install in OpenClaw
/install orders
Description
Track orders locally. Use when creating orders, checking status, updating quantities, canceling, or generating sales reports.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install orders - After installation, invoke the skill by name or use
/orders - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Orders?
Track orders locally. Use when creating orders, checking status, updating quantities, canceling, or generating sales reports. It is an AI Agent Skill for Claude Code / OpenClaw, with 319 downloads so far.
How do I install Orders?
Run "/install orders" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Orders free?
Yes, Orders is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Orders support?
Orders is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Orders?
It is built and maintained by bytesagain4 (@xueyetianya); the current version is v3.4.1.
More Skills