The JisuAPI Agent skill enables AI assistants to search and execute over 500 rich data services using simple natural language query matching.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install jisuapi
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install jisuapi using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The JisuAPI Agent is a specialized toolset designed to empower AI systems with access to over 500 comprehensive data interfaces ranging from mobile carrier queries to financial analytics. Unlike traditional integrations that require strict API path definitions, this skill relies on a natural language processing layer to automatically route query intent to the correct API tool. By implementing this tool, developers can extend their assistant capabilities without worrying about memorizing endpoints, as semantic matching handles parameter discovery and execution workflows seamlessly.
Optimized for developer setups deploying Openclaw Skills, JisuAPI Agent provides a unified gateway that supports Model Context Protocol (MCP) clients like Cursor and Claude Desktop, alongside traditional HTTP clients. This unified billing and access hub ensures fast integration, predictable cost control, and built-in tracking dashboards right out of the box.
First, sign up at JisuAPI to obtain your unique AppKey.
Next, configure your environment variables based on your operating system:
# Linux or macOS
export JISU_API_KEY="your_appkey_here"
# Windows PowerShell
$env:JISU_API_KEY="your_appkey_here"
To install this skill, use the following clawhub command:
clawhub install jisuapi
The JisuAPI Agent utilizes structured search and execution payloads. Below is the metadata taxonomy for the query endpoints:
| Field Name | Type | Required | Description |
|---|---|---|---|
| query | string | Yes | Natural language query describing the task |
| limit | int | No | Maximum search results returned (default: 5, max: 20) |
| category | string | No | Category filter (e.g., 'Life', 'Finance') |
| search_mode | string | No | Mode of execution ('auto', 'llm', or 'keyword') |
| Field Name | Type | Required | Description |
|---|---|---|---|
| tool_id | string | Yes | The tool ID extracted from search results |
| params | object | Yes | Key-value mapping of tool-specific parameters |
| search_id | string | No | Search reference ID to correlate operations |
| idempotency_key | string | No | Unique token valid for 24h to avoid duplicate runs |
Loading
A highly secure, read-only SQL query and data analysis capability for shell-capable AI agents connecting to AnalyticDB PostgreSQL databases via psql.

A Python-based CLI tool to aggregate LLM execution logs, distinguish internal/external users, and compute detailed multi-dimensional costs.

A high-performance real-time search tool for fetching articles, videos, and media from the WeChat ecosystem without requiring a personal WeChat account.

A read-only, keyless CLI-driven AI agent skill providing real-time football and basketball scores, sharp betting lines, and de-vigged fair probabilities.

An AI agent skill translating the classic late Ming Dynasty philosophy of Hong Yingming into actionable guidance for modern workplace resilience and personal growth.

A foundational template skill designed to demonstrate ClawHub capabilities and guide users through planning system-to-system integrations.








































