mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
39 lines
885 B
JSON
39 lines
885 B
JSON
{
|
|
"name": "web-search",
|
|
"display_name": "Web Search",
|
|
"kind": "tool",
|
|
"version": "0.2.0",
|
|
"wit_version": "0.3.0",
|
|
"description": "Search the web using Brave Search API",
|
|
"keywords": [
|
|
"search",
|
|
"web",
|
|
"brave",
|
|
"internet"
|
|
],
|
|
"source": {
|
|
"dir": "tools-src/web-search",
|
|
"capabilities": "web-search-tool.capabilities.json",
|
|
"crate_name": "web-search-tool"
|
|
},
|
|
"artifacts": {
|
|
"wasm32-wasip2": {
|
|
"url": "https://github.com/nearai/ironclaw/releases/latest/download/web-search-wasm32-wasip2.tar.gz",
|
|
"sha256": "66cb2b9b00652385e9f30f17c74902b9222c17c53e9d3bd1ef42f5cab705bcf6"
|
|
}
|
|
},
|
|
"auth_summary": {
|
|
"method": "manual",
|
|
"provider": "Brave",
|
|
"secrets": [
|
|
"brave_api_key"
|
|
],
|
|
"shared_auth": null,
|
|
"setup_url": "https://brave.com/search/api/"
|
|
},
|
|
"tags": [
|
|
"default",
|
|
"search"
|
|
]
|
|
}
|