Wishlist
v1.0.0Build a personal wishlist system for capturing wants, tracking prices, and smart purchasing decisions.
⭐ 2· 954·2 current·2 all-time
byIván@ivangdavila
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (personal wishlist, price tracking, purchase decisions) match the instructions: create a ~/wishlist workspace, capture items, track price history, surface suggestions and move items to purchased.md. Nothing requested (no creds, no external binaries) is inconsistent with this purpose.
Instruction Scope
SKILL.md stays within wishlist functionality (creating/editing files in ~/wishlist, tracking prices, alerts, purchase flow). It asks the agent to 'search current prices across configured stores' and to 'periodically check prices' but gives no implementation details — this implies network access and web queries/scraping of public store pages (Amazon/Best Buy) which is plausible for the stated purpose but is vague about how checks run and what external data is fetched.
Install Mechanism
No install spec and no code files — instruction-only skill. Low risk from installation since nothing is written to disk beyond the files the agent is instructed to create in the user's home directory.
Credentials
The skill declares no environment variables, no credentials, and no config paths. That is proportionate: price checks use public store queries and local files only. There are no unexplained requests for secrets or unrelated service access.
Persistence & Privilege
always is false (good). The skill assumes periodic checks; to perform those the agent would need autonomous invocation or an external scheduler. Autonomous invocation is the platform default — consider that it would allow the agent to perform periodic network requests and write/update ~/wishlist without further prompts.
Assessment
This skill is instruction-only and appears coherent: it will create and update files under ~/wishlist and (when performing price checks) will likely make network requests to public store pages. Before installing: be aware it will write data to your home directory (ensure you’re comfortable with that path and its permissions), and that periodic price checks imply the agent may autonomously access the web and update files. If you don’t want automatic checks, disable autonomous invocation or run the skill only on demand. Also consider privacy (stored links, price history) and that price checking details are vague — you may want to review/limit which stores the skill queries or run it in a sandbox if you’re concerned about web scraping or compliance with retailer terms.Like a lobster shell, security has layers — review code before you run it.
latestvk974xgywkv5f74yjr85rmfxeh980zghz
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
⭐ Clawdis
OSLinux · macOS · Windows
