coze-web-search
/install coze-web-search
Coze Web Search
Search the web using coze-coding-dev-sdk. Returns structured results with URLs, snippets, and AI summaries.
Quick Start
Basic Search
npx ts-node {baseDir}/scripts/search.ts -q "Python programming"
With Time Filter
npx ts-node {baseDir}/scripts/search.ts \
-q "AI news" \
--time-range 1w \
--count 15
Site-Specific Search
npx ts-node {baseDir}/scripts/search.ts \
-q "Python tutorials" \
--sites "python.org,github.com,stackoverflow.com"
Image Search
npx ts-node {baseDir}/scripts/search.ts \
-q "mountain landscape" \
--type image \
--count 20
Output as Markdown
npx ts-node {baseDir}/scripts/search.ts \
-q "machine learning" \
--format markdown
Script Options
| Option | Description |
|---|---|
-q, --query \x3Ctext> |
Search query (required) |
--type \x3Ctype> |
web or image (default: web) |
--count \x3Cn> |
Number of results (default: 10) |
--time-range \x3Crange> |
1d, 1w, 1m (web only) |
--sites \x3Cdomains> |
Comma-separated domains to include |
--block-hosts \x3Cdomains> |
Comma-separated domains to exclude |
--no-summary |
Disable AI summary |
--need-content |
Include full page content |
--format \x3Cfmt> |
json, text, markdown (default: text) |
Time Range
| Value | Description |
|---|---|
1d |
Last 24 hours |
1w |
Last week |
1m |
Last month |
Output Formats
Text (default)
============================================================
AI SUMMARY
============================================================
Python is a high-level programming language...
============================================================
SEARCH RESULTS (10 items)
============================================================
[1] Python.org
URL: https://www.python.org
Source: Python Software Foundation
The official home of the Python Programming Language...
Markdown
Formatted with headers, links, and collapsible content sections.
JSON
Raw API response.
Notes
- Use
--time-rangefor recent content - Use
--sitesto limit to trusted sources - Use
--need-contentsparingly (increases response size)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install coze-web-search - After installation, invoke the skill by name or use
/coze-web-search - Provide required inputs per the skill's parameter spec and get structured output
What is coze-web-search?
Search the web using coze-coding-dev-sdk. Supports web search, image search, AI summaries, time filters, and site restrictions. It is an AI Agent Skill for Claude Code / OpenClaw, with 432 downloads so far.
How do I install coze-web-search?
Run "/install coze-web-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is coze-web-search free?
Yes, coze-web-search is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does coze-web-search support?
coze-web-search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created coze-web-search?
It is built and maintained by hanxueyuan (@hanxueyuan); the current version is v0.1.0.