Install
openclaw skills install @lnktwo/zai-searchFree live web search powered by Z.AI GLM-4.5-Flash with built-in web_search tool. Real-time results, real URLs, zero cost. Works with Z.AI Coding Plan keys — no separate API balance required.
openclaw skills install @lnktwo/zai-searchFree live web search using GLM-4.5-Flash with Z.AI's built-in web_search tool.
Real-time web results with real URLs — not training data, not hallucinations. Zero cost: uses the free Flash model tier with integrated web access. No separate Web Search API balance needed.
| Problem | Solution |
|---|---|
| Z.AI Web Search API requires paid balance | Uses GLM-4.5-Flash (free) with built-in web_search tool |
| Web scraping from servers gets blocked | Search runs through Z.AI's infrastructure |
| Other search skills need API keys + payment | Works with existing Coding Plan API key |
| Models hallucinate URLs | GLM returns only real search results |
fetch + ESM)# Basic search
node scripts/search.mjs "latest pfSense release notes"
# Limit results (default: 10, max: 20)
node scripts/search.mjs "Home Assistant integrations" -n 5
# Domain filter
node scripts/search.mjs "VPN setup" --domain netgate.com
# Raw mode — faster, no summarization
node scripts/search.mjs "python asyncio tutorial" --raw
User Query
│
▼
GLM-4.5-Flash (free model)
│
├──► web_search tool (live results from Z.AI infrastructure)
│
▼
Structured Output
├── Sources with real URLs
├── Brief summaries per result
└── Combined analysis
tools: [{type: "web_search", web_search: {enable: true}}]