← Back to Skills Marketplace
41
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jike-word-query
Description
汉语词语查询。支持搜索词语、词语详情、随机词语、近义词查询和反义词查询,返回词语、拼音、解释、出处、例句、故事、用法、近义词和反义词。适用场景:用户说“查一下太公钓鱼是什么意思”“一言相关词语”“伟大的近义词”“高兴的反义词”等。数据由即刻数据(jikeapi.cn)开放接口提供。
README (SKILL.md)
汉语词语查询 - 即刻数据
数据由 即刻数据 提供,帮助 AI 客户端快速接入可靠数据服务。
支持:词语搜索、词语详情、随机词语、近义词查询、反义词查询。
前置配置
export JIKE_WORD_QUERY_KEY=你的AppKey
# 或使用通用 Key
export JIKE_APPKEY=你的AppKey
使用方法
python3 scripts/word_query.py search --keyword 一言 --page-size 5
python3 scripts/word_query.py detail --id 75046
python3 scripts/word_query.py random
python3 scripts/word_query.py similar --word 伟大
python3 scripts/word_query.py opposite --word 高兴
python3 scripts/word_query.py similar --word 伟大 --json
AI 使用步骤
- 用户按关键词找词语时,使用
search子命令。 - 用户问词语解释、出处、用法时,优先搜索获取 ID,再用
detail查询详情。 - 用户要求随机词语时,使用
random子命令。 - 用户问近义词时,使用
similar子命令。 - 用户问反义词时,使用
opposite子命令。
返回字段
| 字段 | 含义 |
|---|---|
id |
词语 ID |
word |
词语 |
pinyin |
拼音 |
explanation |
解释 |
source_book |
出处书名 |
source_text |
出处原文 |
example_text |
例句 |
usage |
用法 |
similar |
近义词 |
opposite |
反义词 |
脚本位置
scripts/word_query.py
Usage Guidance
This skill is reasonable to install if you intend to use Jike API for Chinese word lookups. Set JIKE_WORD_QUERY_KEY securely, avoid passing the key directly on the command line, and make sure JIKE_API_BASE_URL is not set to an untrusted host.
Capability Analysis
Type: OpenClaw Skill
Name: jike-word-query
Version: 1.0.0
The skill is a standard API client for the Jike Chinese word query service (jikeapi.cn). The script `scripts/word_query.py` implements basic search, detail, and relation queries using the `urllib` library to communicate with `api.jikeapi.cn`. It handles API keys through standard environment variables and provides formatted text or JSON output as described in `SKILL.md`. No malicious behaviors, data exfiltration, or suspicious instructions were identified.
Capability Assessment
Purpose & Capability
The described purpose, CLI commands, and included script are coherent: they support word search, details, random words, synonyms, and antonyms through the Jike API.
Instruction Scope
The AI instructions are limited to selecting the appropriate query subcommand based on the user's request and do not attempt to override user intent or force unrelated actions.
Install Mechanism
There is no install step; the skill uses a Python script and requires python3 plus an API key environment variable.
Credentials
The script uses an external API and an AppKey, which is expected for this provider-backed lookup skill. The source shown for the script is truncated in the submitted artifact, so confidence is medium rather than high.
Persistence & Privilege
The script can read the AppKey from environment variables, a CLI argument, or a script-local .env file. This is purpose-aligned credential handling, but users should treat the key as sensitive.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jike-word-query - After installation, invoke the skill by name or use
/jike-word-query - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of jike-word-query skill.
- Enables searching for Chinese words, viewing details, and retrieving random words.
- Supports synonym and antonym lookup with comprehensive word explanations.
- Powered by 即刻数据(jikeapi.cn)public APIs.
- Includes command-line script for querying and CLI usage examples.
Metadata
Frequently Asked Questions
What is 汉语词语查询 - 即刻数据?
汉语词语查询。支持搜索词语、词语详情、随机词语、近义词查询和反义词查询,返回词语、拼音、解释、出处、例句、故事、用法、近义词和反义词。适用场景:用户说“查一下太公钓鱼是什么意思”“一言相关词语”“伟大的近义词”“高兴的反义词”等。数据由即刻数据(jikeapi.cn)开放接口提供。 It is an AI Agent Skill for Claude Code / OpenClaw, with 41 downloads so far.
How do I install 汉语词语查询 - 即刻数据?
Run "/install jike-word-query" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 汉语词语查询 - 即刻数据 free?
Yes, 汉语词语查询 - 即刻数据 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 汉语词语查询 - 即刻数据 support?
汉语词语查询 - 即刻数据 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 汉语词语查询 - 即刻数据?
It is built and maintained by jikeapi (@jikeapi-cn); the current version is v1.0.0.
More Skills