← Back to Skills Marketplace
1181
Downloads
2
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install restaurants
Description
Build a personal restaurant system for tracking places to try, favorites, and dining memories.
Usage Guidance
This skill appears to do what it says: it will create and manage a ~/restaurants/ folder and plain-text markdown entries for places, favorites, and visits. Before installing/using it, consider: 1) Do you want a new directory and files created in your home folder? Back up or choose a different path if not. 2) The files will contain personal notes (preferences, visits); treat them like personal data — encrypt or avoid storing sensitive info if needed. 3) The skill makes no network calls or require credentials, but the agent will read those local files when recommending restaurants; ensure you’re comfortable with the agent having that local-file access. 4) If you prefer a cloud or encrypted store, modify the workflow accordingly. Overall the package is internally consistent and not requesting excessive privileges.
Capability Analysis
Type: OpenClaw Skill
Name: restaurants
Version: 1.0.0
The skill bundle defines an OpenClaw agent skill for tracking restaurants. The `SKILL.md` file provides instructions for the agent to create and manage markdown files within a `~/restaurants/` directory. All instructions are clearly aligned with the stated purpose, focusing on file system operations for data storage and retrieval. There is no evidence of prompt injection attempts, data exfiltration, malicious execution, persistence mechanisms, or any other harmful behaviors. The file system access is a necessary and benign capability for this skill's functionality.
Capability Assessment
Purpose & Capability
Name and description match the instructions: the skill manages a local personal restaurant workspace, tracks places to try, favorites, and visit notes. It does not ask for unrelated credentials, binaries, or cloud access.
Instruction Scope
SKILL.md explicitly instructs creating and using a workspace at ~/restaurants/ and defines file formats and read/write behavior. This is within scope for a personal tracker, but it means the agent will create and modify files in the user's home directory and will read those files when making recommendations.
Install Mechanism
There is no install spec and no code files — lowest-risk instruction-only skill. Nothing is downloaded or written to disk by an installer beyond what the agent itself does when following the instructions.
Credentials
The skill requires no environment variables, credentials, or config paths. No disproportionate secrets or unrelated env access are requested.
Persistence & Privilege
always is false and the skill is user-invocable (normal). It will persist user data by creating files under ~/restaurants/, which is expected for its purpose; users should be aware these local files will contain personal data and may be read by the agent when invoked.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install restaurants - After installation, invoke the skill by name or use
/restaurants - 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 Restaurants?
Build a personal restaurant system for tracking places to try, favorites, and dining memories. It is an AI Agent Skill for Claude Code / OpenClaw, with 1181 downloads so far.
How do I install Restaurants?
Run "/install restaurants" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Restaurants free?
Yes, Restaurants is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Restaurants support?
Restaurants is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Restaurants?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills