← Back to Skills Marketplace
977
Downloads
2
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install wishlist
Description
Build a personal wishlist system for capturing wants, tracking prices, and smart purchasing decisions.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: wishlist
Version: 1.0.0
The skill bundle describes a personal wishlist system. Its instructions in SKILL.md detail core behaviors like creating a `~/wishlist/` directory, managing markdown files for items, and periodically checking prices on configured e-commerce stores. While these actions involve file system and network access, they are directly and reasonably aligned with the stated purpose of tracking prices and managing a wishlist. There is no evidence of intentional harmful behavior, data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent for malicious ends. Any potential for vulnerability would stem from the agent's underlying implementation of these instructions, not from the instructions themselves.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wishlist - After installation, invoke the skill by name or use
/wishlist - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Wishlist?
Build a personal wishlist system for capturing wants, tracking prices, and smart purchasing decisions. It is an AI Agent Skill for Claude Code / OpenClaw, with 977 downloads so far.
How do I install Wishlist?
Run "/install wishlist" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Wishlist free?
Yes, Wishlist is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Wishlist support?
Wishlist is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Wishlist?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills