Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Searches the internet using Zhipu's GLM API with a built-in web_search tool. Sends queries to the bigmodel.cn endpoint and returns current information as plain text. Requires a MINIMAX_API_KEY from Zhipu's platform.
Retrieves live web results directly from a chat completion call, avoiding a separate search API integration.
When to use it
- Looking up latest news on a topic
- Getting current pricing or availability info
- Researching recent events the model doesn't know about
- Verifying up-to-date facts during a conversation
- Finding current documentation or release notes
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: What are the latest developments in fusion energy?
- 1Sets MINIMAX_API_KEY from environment
- 2Sends POST request to Zhipu GLM-4-flash endpoint with web_search tool enabled
- 3Passes the query as search_query parameter
- 4Pipes response through jq to extract message content
Plain-text summary of current web search results on fusion energy
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.