dashscope-search
v1.0.1
Published
DashScope web search plugin for OpenClaw using Qwen OAuth
Downloads
241
Maintainers
Readme
dashscope-search
DashScope web search plugin for OpenClaw. Uses Qwen OAuth token for free web search.
Install
npm install -g dashscope-searchConfigure OpenClaw
Add to ~/.openclaw/openclaw.json:
{
"tools": {
"web": {
"search": {
"provider": "dashscope-search"
}
}
},
"plugins": {
"entries": {
"dashscope-search": {
"enabled": true,
"config": {}
}
}
}
}How It Works
- Queries your local qwen-proxy (port 4099) first
- Falls back to direct DashScope API using
~/.qwen/oauth_creds.json - Returns Tavily-compatible format for OpenClaw compatibility
- No API keys needed — uses your Qwen OAuth token
License
MIT
