Gousto Recipes
/install gousto
Gousto Recipe Skill
Search and browse 9,000+ Gousto recipes from the command line.
Quick Start
# First time: build the cache (~3 min)
./scripts/update-cache.sh
# Search recipes
./scripts/search.sh chicken
./scripts/search.sh "beef curry"
# Get full recipe with ingredients & steps
./scripts/recipe.sh honey-soy-chicken-with-noodles
Scripts
| Script | Purpose |
|---|---|
search.sh \x3Cquery> |
Search recipes by title (uses local cache) |
recipe.sh \x3Cslug> |
Get full recipe details with ingredients and cooking steps |
update-cache.sh |
Rebuild local cache from Gousto API (~3 min) |
API Details
Official Gousto API (recipe listing):
https://production-api.gousto.co.uk/cmsreadbroker/v1/recipes?limit=50&offset=0
- Returns metadata: title, rating, prep_time, url
- Paginate with
offsetparameter (NOTskip— that's broken!) - ~9,300 recipes total
Official Gousto API (single recipe):
https://production-api.gousto.co.uk/cmsreadbroker/v1/recipe/{slug}
- Full recipe with ingredients, cooking steps, nutritional info
- HTML in steps is stripped to plain text by the script
Cache Format
data/recipes.json — array of objects:
{
"title": "Chicken Tikka Masala",
"slug": "chicken-tikka-masala",
"rating": 4.8,
"rating_count": 12543,
"prep_time": 35,
"uid": "blt123..."
}
Notes
- Cache is gitignored — run
update-cache.shafter cloning - Search is instant (local jq filter)
- Recipe fetch requires network (vfjr.dev proxy)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gousto - After installation, invoke the skill by name or use
/gousto - Provide required inputs per the skill's parameter spec and get structured output
What is Gousto Recipes?
Search and browse 9,000+ Gousto recipes. Get full ingredients and step-by-step cooking instructions via official API. It is an AI Agent Skill for Claude Code / OpenClaw, with 1896 downloads so far.
How do I install Gousto Recipes?
Run "/install gousto" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Gousto Recipes free?
Yes, Gousto Recipes is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Gousto Recipes support?
Gousto Recipes is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Gousto Recipes?
It is built and maintained by Dhruv Kelawala (@dhruvkelawala); the current version is v1.0.0.