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.
ddg-search - Skill - OpenSmartRoute
Skillv1.0.0
ddg-search
Perform web searches using DuckDuckGo. Use when web search is needed and no API key is available or Brave Search is not preferred.
Imported from kunwl123456/zeroclaw-skills-collection (ddg-search/SKILL.md). Install upstream with npx skills add kunwl123456/zeroclaw-skills-collection --skill ddg-search. Copyright stays with the author.
DuckDuckGo Search Skill
This skill provides the ability to perform web searches using DuckDuckGo.
Usage
To use this skill, provide a search query. The skill will return relevant results from DuckDuckGo.
Scripts
search.py: Executes the DuckDuckGo search and returns the results.
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 - 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.
{
"ocm": "1",
"id": "kunwl123456-zeroclaw-skills-collection-ddg-search",
"kind": "skill",
"name": "ddg-search",
"description": "Perform web searches using DuckDuckGo. Use when web search is needed and no API key is available or Brave Search is not preferred.",
"publisher": "kunwl123456",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Perform web searches using DuckDuckGo. Use when web search is needed and no API key is available or Brave Search is not preferred."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/kunwl123456/zeroclaw-skills-collection",
"path": "ddg-search/SKILL.md",
"ref": "2b68cb5c6611b4077385d98e8bc9831fac9ddff9",
"url": "https://github.com/kunwl123456/zeroclaw-skills-collection/blob/2b68cb5c6611b4077385d98e8bc9831fac9ddff9/ddg-search/SKILL.md",
"key": "kunwl123456/zeroclaw-skills-collection/ddg-search/SKILL.md"
}
},
"instructions": "# DuckDuckGo Search Skill\n\nThis skill provides the ability to perform web searches using DuckDuckGo.\n\n## Usage\n\nTo use this skill, provide a search query. The skill will return relevant results from DuckDuckGo.\n\n## Scripts\n\n- `search.py`: Executes the DuckDuckGo search and returns the results.",
"cost": {
"context_tokens": 73
}
}
Fetch it by URL: GET /api/v1/registry/kunwl123456-zeroclaw-skills-collection-ddg-search/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.