← Back to Skills Marketplace
shopping-list-fashion
by
jpengcheng523-netizen
· GitHub ↗
· v1.0.0
· MIT-0
103
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jpeng-shopping-list-fashion
Description
Create shopping lists
README (SKILL.md)
Fashion Shopping List
Create shopping lists
When to Use
- User needs shopping related functionality
- Automating list tasks
- Fashion operations
Usage
python3 scripts/shopping_list_fashion.py --input \x3Cinput> --output \x3Coutput>
Configuration
Set required environment variables:
export LIST_API_KEY="your-api-key"
Output
Returns JSON with results:
{
"success": true,
"data": {}
}
Usage Guidance
This package appears incomplete or mispackaged. Before installing: (1) Ask the publisher for the missing script(s) and a clear install/usage guide (where scripts live, what the API key is for, which external endpoint is contacted). (2) Do not provide a real API key until you can inspect the code to verify how it is used and where data is sent. (3) Prefer skills that declare required env vars in their metadata and include either code or an install spec. (4) If you must test it, run it in an isolated environment or sandbox and monitor network traffic. The current mismatch (instructions require a script and LIST_API_KEY, but no code or declared env vars are present) makes the skill suspicious rather than clearly benign.
Capability Analysis
Type: OpenClaw Skill
Name: jpeng-shopping-list-fashion
Version: 1.0.0
The provided files (_meta.json and SKILL.md) contain standard metadata and documentation for a fashion-related shopping list skill. There are no signs of malicious intent, prompt injection, or suspicious commands in the documentation; the referenced Python script (scripts/shopping_list_fashion.py) was not included in the provided content for analysis.
Capability Assessment
Purpose & Capability
The declared purpose is simple (create shopping lists) but the SKILL.md instructs running python3 scripts/shopping_list_fashion.py and exporting LIST_API_KEY. The package contains no script or code, and the registry metadata lists no required env vars or credentials. Requesting an API key and a local script is disproportionate/unexplained for an instruction-only skill without included code.
Instruction Scope
Runtime instructions tell the agent to execute a local script with input/output arguments and to set LIST_API_KEY, yet no script or further details about the external API are provided. The instructions are vague (no target API, no expected input format, no location of the script), which gives the agent broad, unspecified discretion and will lead to failure or unexpected behavior if executed.
Install Mechanism
There is no install spec (lowest-risk pattern) but the SKILL.md presumes a files/scripts/ layout and a Python script. Because no code is included, the lack of an install mechanism makes the instructions unusable and suggests the skill is either incomplete or mispackaged.
Credentials
The instructions ask the user to export LIST_API_KEY, but the registry metadata does not declare any required environment variables or a primary credential. The purpose does not explain why an API key is needed or which service it would authenticate, so requesting a secret-like variable is not justified by the package contents.
Persistence & Privilege
The skill does not request persistent presence (always:false), does not declare config paths, and does not modify other skills. Default autonomous invocation is allowed but not combined with other high privileges here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jpeng-shopping-list-fashion - After installation, invoke the skill by name or use
/jpeng-shopping-list-fashion - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
jpeng-shopping-list-fashion version 1.0.0
- Initial release of the skill.
- Enables users to create fashion-related shopping lists.
- Provides a command line interface for list creation and automation.
- Supports environment variable configuration for API access.
- Outputs results in JSON format.
Metadata
Frequently Asked Questions
What is shopping-list-fashion?
Create shopping lists. It is an AI Agent Skill for Claude Code / OpenClaw, with 103 downloads so far.
How do I install shopping-list-fashion?
Run "/install jpeng-shopping-list-fashion" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is shopping-list-fashion free?
Yes, shopping-list-fashion is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does shopping-list-fashion support?
shopping-list-fashion is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created shopping-list-fashion?
It is built and maintained by jpengcheng523-netizen (@jpengcheng523-netizen); the current version is v1.0.0.
More Skills