LaunchKit · 2026
Back to Skills

minimax-tts-v2

Use Zhipu (智谱) web search API for searching the internet.

0
0 downloads
by @honestqiao

Setup & Installation

openclaw skills install @honestqiao/minimax-tts-v2

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install minimax-tts-v2

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.

INPUT

User asks: What are the latest developments in fusion energy?

AGENT
  1. 1Sets MINIMAX_API_KEY from environment
  2. 2Sends POST request to Zhipu GLM-4-flash endpoint with web_search tool enabled
  3. 3Passes the query as search_query parameter
  4. 4Pipes response through jq to extract message content
OUTPUT

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.

MINIMAX_API_KEY environment variableZhipu account with API access at https://www.bigmodel.cn/usercenter/proj-mgmt/apikeys