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.
tavily-web - Skill - OpenSmartRoute
Skillv1.0.0
tavily-web
Web search, content extraction, crawling, and research capabilities using Tavily API. Use when you need to search the web for current information, extracting content from URLs, or crawling websites.
Imported from Pranjal240/GUARDIAN-PULSE- (.agent/plugins/antigravity-awesome-skills/skills/tavily-web/SKILL.md). Install upstream with npx skills add Pranjal240/GUARDIAN-PULSE- --skill tavily-web. Copyright stays with the author.
tavily-web
Overview
Web search, content extraction, crawling, and research capabilities using Tavily API
When to Use
When you need to search the web for current information
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 - a plan picks it for its slot
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}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
pranjal240-guardian-pulse-tavily-web.ocm.jsonjson
{
"ocm": "1",
"id": "pranjal240-guardian-pulse-tavily-web",
"kind": "skill",
"name": "tavily-web",
"description": "Web search, content extraction, crawling, and research capabilities using Tavily API. Use when you need to search the web for current information, extracting content from URLs, or crawling websites.",
"publisher": "Pranjal240",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Web search, content extraction, crawling, and research capabilities using Tavily API. Use when you need to search the web for current information, extracting content from URLs, or crawling websites."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Pranjal240/GUARDIAN-PULSE-",
"path": ".agent/plugins/antigravity-awesome-skills/skills/tavily-web/SKILL.md",
"ref": "12b704c3303c3861803332f4705b5f2decb7f02a",
"url": "https://github.com/Pranjal240/GUARDIAN-PULSE-/blob/12b704c3303c3861803332f4705b5f2decb7f02a/.agent/plugins/antigravity-awesome-skills/skills/tavily-web/SKILL.md",
"key": "Pranjal240/GUARDIAN-PULSE-/.agent/plugins/antigravity-awesome-skills/skills/tavily-web/SKILL.md"
}
},
"instructions": "# tavily-web\n\n## Overview\nWeb search, content extraction, crawling, and research capabilities using Tavily API\n\n## When to Use\n- When you need to search the web for current information\n- When extracting content from URLs\n- When crawling websites\n\n## Installation\n```bash\nnpx skills add -g BenedictKing/tavily-web\n```\n\n## Step-by-Step Guide\n1. Install the skill using the command above\n2. Configure Tavily API key\n3. Use naturally in Claude Code conversations\n\n## Examples\nSee [GitHub Repository](https://github.com/BenedictKing/tavily-web) for examples.\n\n## Best Practices\n- Configure API keys via en",
"cost": {
"context_tokens": 195
}
}
Fetch it by URL: GET /api/v1/registry/pranjal240-guardian-pulse-tavily-web/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.