Travel Outfit Planner

v1.0.0

Generate travel capsule-wardrobe plans with outfit formulas, packing lists, layering strategy, and visual lookbook. Use for trip outfits, what to pack, cross...

0· 41·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the provided materials: SKILL.md, examples and a Python script to generate an HTML lookbook. Required binary (python3) and optional Pexels API usage are consistent with producing the visual lookbook described.
Instruction Scope
Runtime instructions are narrowly scoped to collecting trip inputs, generating wardrobe JSON, producing Markdown output, and running the included script to build an HTML lookbook. The instructions do not direct the agent to read unrelated system files, search shell history, or access credentials beyond an optional Pexels key.
Install Mechanism
There is no install spec and only a small Python script is shipped. No remote downloads or archive extraction are performed by an installer. The single included script uses only the Python stdlib and makes optional HTTPS calls to the Pexels API—this is proportionate to the stated feature of fetching scene photos.
Credentials
The skill requires no environment variables or credentials by default. It optionally accepts a Pexels API key to fetch photos; that is reasonable and documented. There are no unrelated secrets requested or hidden credential access patterns.
Persistence & Privilege
The skill is not always-on, does not request elevated privileges, and does not modify other skills or global agent configuration. The only persistence is generating an output HTML file (wardrobe-lookbook.html) in the working directory, which is expected behavior.
Assessment
This skill appears coherent for its purpose. A few practical notes before installing or running it: - The lookbook script will call the Pexels API if you pass a Pexels key; if you don't want any external network requests, do not supply the key (the script will render local CSS placeholders instead). - The script generates an HTML file (wardrobe-lookbook.html) in the run directory; check that file before sharing, since scene queries (place names, styles) used to fetch images may reveal itinerary/context sent to Pexels. - If you are concerned about any external calls, run the skill offline (omit --pexels-key) or inspect the generated wardrobe_data.json the agent will produce before running the script. - The SKILL.md enforces Chinese (Simplified) output and mandates lookbook generation every use; if that conflicts with your workflows, modify expectations or the skill before use.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fsrvr9pg2g66080k9954p6n8405dd

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binspython3

Comments