← Back to Skills Marketplace
harshasic

recipe-finder

by Sai Harsha · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
798
Downloads
0
Stars
8
Active Installs
1
Versions
Install in OpenClaw
/install recipe-finder
Description
Search and suggest recipes by ingredients, cuisine, or dietary preferences using TheMealDB API with detailed meal info and instructions.
Usage Guidance
This skill appears safe and coherent: it simply calls TheMealDB's public API and needs no secrets or installs. Before enabling, note that web_fetch will send users' queries to TheMealDB (so queries are transmitted to a third party), TheMealDB has limited/uneven metadata (dietary tags like gluten-free may be unreliable), and you may want to handle rate-limiting/caching if you expect frequent use. If you need strict dietary filtering or an offline/local dataset, this skill alone may not be sufficient.
Capability Analysis
Type: OpenClaw Skill Name: recipe-finder Version: 1.0.0 The skill bundle is benign. The `_meta.json` file contains standard metadata. The `SKILL.md` instructions clearly define a 'Recipe Finder' skill that interacts solely with the legitimate TheMealDB API using the `web_fetch` tool. There are no instructions for data exfiltration, malicious execution, persistence, or any form of prompt injection against the agent to perform unauthorized or harmful actions. All network calls are directed to a single, well-known public API, and the instructions are fully aligned with the stated purpose.
Capability Assessment
Purpose & Capability
Name and description match the runtime instructions: the SKILL.md only uses TheMealDB public endpoints (search/filter/lookup) and does not request unrelated binaries, credentials, or host access.
Instruction Scope
Instructions are narrowly scoped to parsing user recipe requests and calling TheMealDB via web_fetch. Minor caveat: the SKILL.md suggests handling dietary restrictions (e.g., 'gluten-free'), but TheMealDB does not provide robust structured dietary tags; implementing this would require heuristic filtering or external data and may produce inaccurate results.
Install Mechanism
Instruction-only skill with no install spec or code files — nothing is written to disk or fetched during install.
Credentials
No environment variables, credentials, or config paths are requested. The only external interaction is network calls to TheMealDB (public API), which is appropriate for the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges. It is user-invocable and may be called autonomously per platform default, which is expected behavior.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install recipe-finder
  3. After installation, invoke the skill by name or use /recipe-finder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Recipe Finder skill initial release: - Find recipes based on ingredients, cuisine type, or dietary preferences using TheMealDB API. - Supports user queries like “what can I make with [ingredient]”, “Italian recipes”, and “vegetarian options”. - Fetches and formats recipe data, including recipe names, images, cuisine, ingredients, and brief instructions. - No API key required; makes use of open and reliable data from TheMealDB. - Presents recipes in a clear, easy-to-scan format.
Metadata
Slug recipe-finder
Version 1.0.0
License
All-time Installs 8
Active Installs 8
Total Versions 1
Frequently Asked Questions

What is recipe-finder?

Search and suggest recipes by ingredients, cuisine, or dietary preferences using TheMealDB API with detailed meal info and instructions. It is an AI Agent Skill for Claude Code / OpenClaw, with 798 downloads so far.

How do I install recipe-finder?

Run "/install recipe-finder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is recipe-finder free?

Yes, recipe-finder is completely free (open-source). You can download, install and use it at no cost.

Which platforms does recipe-finder support?

recipe-finder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created recipe-finder?

It is built and maintained by Sai Harsha (@harshasic); the current version is v1.0.0.

💬 Comments