Overview
- Skill Key
- bartoszpijet/zai-search
- Author
- bartoszpijet
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/bartoszpijet/zai-search
- Latest Commit SHA
- 501f7b105a8bcba9c1ed7aecc8f7b294a842b682
AI-optimized web search via Z.AI Web Search API. Returns structured results (title, URL, summary) for LLM processing.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 z.ai-web-search 技能。 若已安装,则直接安装 z.ai-web-search 技能。
# Z.AI Web Search
AI-optimized web search using Z.AI Web Search API. Designed for LLMs – returns structured results with titles, URLs, summaries, site names and favicons.
## Search
```bash
node {baseDir}/scripts/search.mjs "query"
node {baseDir}/scripts/search.mjs "query" -n 15
node {baseDir}/scripts/search.mjs "query" --domain sohu.com
node {baseDir}/scripts/search.mjs "query" --recency oneWeek
node {baseDir}/scripts/search.mjs "query" --days 7
```
## Options
- `-n <count>`: Number of results (default: 10, max: 50)
- `--domain <domain>`: Limit results to specified domain (e.g. `sohu.com`, `www.example.com`)
- `--recency <filter>`: Time range – `oneDay`, `oneWeek`, `oneMonth`, `oneYear`, `noLimit` (default)
- `--days <n>`: Shorthand for recency (1→oneDay, 7→oneWeek, 30→oneMonth, 365→oneYear)
## Extract content from URL
```bash
node {baseDir}/scripts/extract.mjs "https://example.com/article"
```
Note: Z.AI does not provide an extract API. This script uses native fetch to retrieve pages and strips HTML for basic text extraction. For richer content, use search results (they include summaries).
## Setup
- Get API key at [Z.AI Platform](https://chat.z.ai)
- Set `ZAI_API_KEY` in your environment
- Docs: [Web Search Guide](https://docs.z.ai/guides/tools/web-search)
# Z.AI Web Search Web search skill using [Z.AI Web Search API](https://docs.z.ai/guides/tools/web-search). Returns structured results (title, URL, summary, site name) optimized for LLM processing. ## Setup 1. Get an API key from [Z.AI Platform](https://chat.z.ai) 2. Set environment variable: `export ZAI_API_KEY="your-api-key"` ## Usage ### Search ```bash node scripts/search.mjs "your search query" node scripts/search.mjs "economic news" -n 15 node scripts/search.mjs "news" --domain sohu.com --days 7 ``` ### Extract (basic) ```bash node scripts/extract.mjs "https://example.com/article" ``` Note: Z.AI has no extract API. The extract script uses native fetch + HTML stripping as a fallback. ## Options | Option | Description | |--------|-------------| | `-n <count>` | Number of results (1–50, default 10) | | `--domain <domain>` | Limit to domain (e.g. `sohu.com`) | | `--recency <filter>` | `oneDay`, `oneWeek`, `oneMonth`, `oneYear`, `noLimit` | | `--days <n>` | Shorthand for recency | ## API Reference - [Web Search Guide](https://docs.z.ai/guides/tools/web-search) - [Web Search API](https://docs.z.ai/api-reference/tools/web-search)
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.