← 返回 Skills 市场
jikeapi-cn

汉语词语查询 - 即刻数据

作者 jikeapi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
41
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jike-word-query
功能描述
汉语词语查询。支持搜索词语、词语详情、随机词语、近义词查询和反义词查询,返回词语、拼音、解释、出处、例句、故事、用法、近义词和反义词。适用场景:用户说“查一下太公钓鱼是什么意思”“一言相关词语”“伟大的近义词”“高兴的反义词”等。数据由即刻数据(jikeapi.cn)开放接口提供。
使用说明 (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 使用步骤

  1. 用户按关键词找词语时,使用 search 子命令。
  2. 用户问词语解释、出处、用法时,优先搜索获取 ID,再用 detail 查询详情。
  3. 用户要求随机词语时,使用 random 子命令。
  4. 用户问近义词时,使用 similar 子命令。
  5. 用户问反义词时,使用 opposite 子命令。

返回字段

字段 含义
id 词语 ID
word 词语
pinyin 拼音
explanation 解释
source_book 出处书名
source_text 出处原文
example_text 例句
usage 用法
similar 近义词
opposite 反义词

脚本位置

scripts/word_query.py

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install jike-word-query
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /jike-word-query 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug jike-word-query
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

汉语词语查询 - 即刻数据 是什么?

汉语词语查询。支持搜索词语、词语详情、随机词语、近义词查询和反义词查询,返回词语、拼音、解释、出处、例句、故事、用法、近义词和反义词。适用场景:用户说“查一下太公钓鱼是什么意思”“一言相关词语”“伟大的近义词”“高兴的反义词”等。数据由即刻数据(jikeapi.cn)开放接口提供。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 41 次。

如何安装 汉语词语查询 - 即刻数据?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install jike-word-query」即可一键安装,无需额外配置。

汉语词语查询 - 即刻数据 是免费的吗?

是的,汉语词语查询 - 即刻数据 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

汉语词语查询 - 即刻数据 支持哪些平台?

汉语词语查询 - 即刻数据 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 汉语词语查询 - 即刻数据?

由 jikeapi(@jikeapi-cn)开发并维护,当前版本 v1.0.0。

💬 留言讨论