coze-web-search

Search the web using coze-coding-dev-sdk. Supports web search, image search, AI summaries, time filters, and site restrictions.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "coze-web-search" with this command: npx skills add hanxueyuan/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

OptionDescription
-q, --query <text>Search query (required)
--type <type>web or image (default: web)
--count <n>Number of results (default: 10)
--time-range <range>1d, 1w, 1m (web only)
--sites <domains>Comma-separated domains to include
--block-hosts <domains>Comma-separated domains to exclude
--no-summaryDisable AI summary
--need-contentInclude full page content
--format <fmt>json, text, markdown (default: text)

Time Range

ValueDescription
1dLast 24 hours
1wLast week
1mLast 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-range for recent content
  • Use --sites to limit to trusted sources
  • Use --need-content sparingly (increases response size)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Webhook Tester

Webhook testing and debugging tool. Send test webhook payloads to any URL, simulate various webhook events (GitHub, Stripe, Slack), inspect responses, and lo...

Registry SourceRecently Updated
Coding

Azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and o azuredatastudio, typescript, azure, azure-data-studio, e...

Registry SourceRecently Updated
1130ckchzh
Coding

Awesome Postgres

A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-m awesome postgres, python, database, postgres, postgresql...

Registry SourceRecently Updated
Coding

Awesome Cheatsheets

👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They awesome cheatsheets, javascript, backend, bash, chea...

Registry SourceRecently Updated