zhipu-web-searchZhipu AI Web Search Tool - Provides flexible search engine capabilities. Use when: - Need to search web information for latest data - Need specific search engines (Sogou, Quark, Zhipu Search) - Need to filter search results by time range or domain - Need to control result count and detail level Supported search engines: search_std (basic), search_pro (advanced), search_pro_sogou (Sogou), search_pro_quark (Quark) Supported parameters: search intent recognition, result count, time filter, domain filter, content size control
Install via ClawdBot CLI:
clawdbot install whyhit2005/zhipu-web-searchWeb search via Zhipu AI API, supporting multiple search engines and flexible parameter configuration.
# Use default parameters
search_query = "OpenClaw latest version"
search_engine = "search_std"
search_query = "AI development trends" # Required, max 70 chars
search_engine = "search_pro" # Required: search_std/search_pro/search_pro_sogou/search_pro_quark
search_intent = true # Optional, default false, enable search intent recognition
count = 20 # Optional, default 10, range 1-50
search_domain_filter = "example.com" # Optional, whitelist domain filter
search_recency_filter = "oneWeek" # Optional: oneDay/oneWeek/oneMonth/oneYear/noLimit
content_size = "high" # Optional: medium/high, control content detail level
request_id = "unique-request-id" # Optional, unique request identifier
user_id = "user-123456" # Optional, end user ID (6-128 chars)
python scripts/zhipu_search.py \
--query "search content" \
--engine search_pro \
--count 10
System will automatically select appropriate parameters based on needs.
| Parameter | Type | Required | Default | Description |
|-----------|------|----------|---------|-------------|
| search_query | string | ✅ | - | Search content, recommended ≤70 chars |
| search_engine | enum | ✅ | - | search_std/search_pro/search_pro_sogou/search_pro_quark |
| search_intent | boolean | - | false | Enable search intent recognition |
| count | integer | - | 10 | Result count, 1-50 |
| search_domain_filter | string | - | - | Whitelist domain filter |
| search_recency_filter | enum | - | noLimit | oneDay/oneWeek/oneMonth/oneYear/noLimit |
| content_size | enum | - | - | medium/high, control content length |
| request_id | string | - | - | Unique request identifier |
| user_id | string | - | - | End user ID (6-128 chars) |
| Engine | Use Case |
|--------|----------|
| search_std | Basic search, regular Q&A |
| search_pro | Advanced search, need more accurate results |
| search_pro_sogou | Sogou search, China domestic content |
| search_pro_quark | Quark search, specific scenarios |
{
"id": "task-id",
"created": 1704067200,
"request_id": "request-id",
"search_intent": [
{
"query": "original query",
"intent": "SEARCH_ALL",
"keywords": "rewritten keywords"
}
],
"search_result": [
{
"title": "title",
"content": "content summary",
"link": "result link",
"media": "site name",
"icon": "site icon",
"refer": "reference number",
"publish_date": "publish date"
}
]
}
ZHIPU_API_KEY must be configuredGenerated Feb 26, 2026
Startups can use this skill to gather the latest data on AI development trends, competitor activities, and industry news by filtering results by time (e.g., oneWeek) and domain (e.g., tech blogs). The search_pro engine ensures accurate, up-to-date information for strategic decision-making.
Researchers can leverage the skill to search for recent academic papers, articles, and reports on specific topics, using time filters like oneMonth to focus on current studies. The content_size parameter set to 'high' provides detailed summaries, aiding in comprehensive literature reviews.
Marketing professionals can utilize the skill to find trending topics, news, and insights for blog posts or social media content. By enabling search_intent recognition, they get refined keywords and relevant results from engines like search_pro_sogou for China-focused content, enhancing SEO and engagement.
Companies can integrate this skill to search for up-to-date solutions, product updates, or troubleshooting guides from specific domains (e.g., support sites). Using search_std for basic queries helps quickly retrieve information to improve response accuracy and reduce resolution times.
Financial analysts can employ the skill to track real-time market news, regulatory updates, and economic reports by setting search_recency_filter to oneDay. The search_pro engine with domain filters ensures reliable sources, supporting timely investment decisions and risk assessment.
Offer this skill as part of a subscription-based service where businesses pay monthly or annually for access to advanced search capabilities, including multiple engines and high result counts. Revenue is generated through tiered pricing based on usage volume and features like search_intent recognition.
License the search functionality to developers and tech companies who integrate it into their own applications, such as chatbots or data platforms. Revenue comes from API call fees, with pricing based on the number of searches, engine types (e.g., search_pro_sogou), and additional parameters like content_size.
Provide a customizable white-label version of the skill for marketing or research agencies to rebrand and offer to their clients. Revenue is generated through one-time setup fees and ongoing support contracts, leveraging the skill's flexibility in search engines and filters for tailored solutions.
💬 Integration Tip
Ensure the ZHIPU_API_KEY environment variable is securely configured before deployment, and start with basic parameters like search_std and default count to test functionality before scaling.
Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).
AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.
This skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses DuckDuckGo's search API to return results in clean, formatted output (text, markdown, or JSON). Use for research, fact-checking, finding recent information, or gathering web resources.
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
Search indexed Discord community discussions via Answer Overflow. Find solutions to coding problems, library issues, and community Q&A that only exist in Discord conversations.
Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and WolframAlpha knowledge queries. No API keys required.