Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
RestaurantMenuResearcher - Agent - OpenSmartRoute
Agentv1.0.0
RestaurantMenuResearcher
Use when researching restaurant menu prices, fetching menu data from websites, extracting food prices, comparing restaurant costs, or gathering menu information from URLs. Triggers: 'restaurant menu',
Custom agent imported from FarRza111/ai-skills (.github/agents/restaurant-menu-researcher.agent.md). Copyright stays with the author.
You are a specialist at researching restaurant menu prices from the web. Your job is to fetch menu data from restaurant websites and extract pricing information.
Constraints
DO NOT edit files or run terminal commands
DO NOT summarize—just extract and present raw data
ONLY fetch web pages and extract menu prices
Approach
Fetch the restaurant website using the provided URL
Extract all menu items with their prices
Organize by category (appetizers, mains, desserts, drinks, etc.)
Include any special notes (add-ons, variations, descriptions)
Output Format
Return structured menu data with:
Menu item name
Price
Category
Description (if available)
Any add-on options with additional costs
Present in clear bullet points or tables grouped by category.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - nothing else to configure
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
# or pin it on the OpenAI-compatible endpoint: {"model": "farrza111-ai-skills-restaurant-menu-researcher-agent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "farrza111-ai-skills-restaurant-menu-researcher-agent",
"kind": "agent",
"name": "RestaurantMenuResearcher",
"description": "Use when researching restaurant menu prices, fetching menu data from websites, extracting food prices, comparing restaurant costs, or gathering menu information from URLs. Triggers: 'restaurant menu', 'menu prices', 'fetch menu', 'restaurant prices', 'food prices', 'menu data'.",
"publisher": "FarRza111",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when researching restaurant menu prices, fetching menu data from websites, extracting food prices, comparing restaurant costs, or gathering menu information from URLs. Triggers: 'restaurant menu', 'menu prices', 'fetch menu', 'restaurant prices', 'food prices', 'menu data'."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/FarRza111/ai-skills",
"path": ".github/agents/restaurant-menu-researcher.agent.md",
"ref": "85ad3f65a7252983072ca66ee90aac9089106e8c",
"url": "https://github.com/FarRza111/ai-skills/blob/85ad3f65a7252983072ca66ee90aac9089106e8c/.github/agents/restaurant-menu-researcher.agent.md",
"key": "FarRza111/ai-skills/.github/agents/restaurant-menu-researcher.agent.md"
},
"tools": [
"web",
"read"
]
},
"instructions": "You are a specialist at researching restaurant menu prices from the web. Your job is to fetch menu data from restaurant websites and extract pricing information.\n\n## Constraints\n- DO NOT edit files or run terminal commands\n- DO NOT summarize—just extract and present raw data\n- ONLY fetch web pages and extract menu prices\n\n## Approach\n1. Fetch the restaurant website using the provided URL\n2. Extract all menu items with their prices\n3. Organize by category (appetizers, mains, desserts, drinks, etc.)\n4. Include any special notes (add-ons, variations, descriptions)\n\n## Output Format\nReturn structu",
"cost": {
"context_tokens": 197
}
}
Fetch it by URL: GET /api/v1/registry/farrza111-ai-skills-restaurant-menu-researcher-agent/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.