← 返回 Skills 市场
junqianglu3-netizen

Jingyi Module

作者 junqianglu3-netizen · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
106
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jingyi-module
功能描述
Help users use 精易模块 in 易语言. Search command names, fetch official docs, and generate directly runnable 易语言 code that the user can copy.
使用说明 (SKILL.md)

Jingyi Module Skill

Use this skill when the user asks for:

  • 精易模块应该用哪个命令
  • 某个精易模块命令的参数、返回值、备注
  • 一段可以直接复制运行的易语言代码

This skill is designed for retrieval first, then code generation.

Goals

  • Quickly find the most relevant 精易模块命令
  • Pull the official command content by id or name
  • Generate directly runnable 易语言 code
  • Avoid inventing commands or parameters

Workflow

  1. Search candidate commands first
  2. Fetch the full command doc for the best candidates
  3. Write code only after confirming the signature and behavior
  4. Prefer concise explanation plus one runnable code block

Search commands

Run:

python "{baseDir}/scripts/search_jingyi.py" "随机汉字" --top 8

Examples:

python "{baseDir}/scripts/search_jingyi.py" "随机汉字" --top 8
python "{baseDir}/scripts/search_jingyi.py" "选择字体" --top 8
python "{baseDir}/scripts/search_jingyi.py" "取月末" --top 8

The result includes:

  • id
  • name
  • canonical_path
  • cmdtype
  • score
  • summary

Fetch full command docs

Run:

python "{baseDir}/scripts/fetch_jingyi_doc.py" --id 1109

or:

python "{baseDir}/scripts/fetch_jingyi_doc.py" --name "文本_取随机汉字"

This returns the official document JSON. For three known official empty-response nodes, the script includes built-in补录 content:

  • 时间_取月末
  • 文本_取随机汉字
  • 选择字体

Output rules

  • Output runnable 易语言 code with .版本 2 when code is requested
  • Do not mention IDE automation
  • Do not invent missing parameters or return types
  • If there are multiple candidate commands, name the chosen command before the code
  • When uncertain, keep the explanation to one short sentence

Good response shape

One short paragraph:

  • what command is being used
  • why it matches the request

Then one code block:

.版本 2
...

Notes

  • The local index is a compact retrieval index, not the full manual
  • The fetch script uses the official endpoint:
    • https://ec.ijingyi.com/plugin.php?id=plugin1&
安全使用建议
This skill appears coherent and implements a retrieval-first workflow: it searches a local command index and calls the official ec.ijingyi.com API to fetch command docs, then helps generate 易语言 code. Before installing or running scripts, note: (1) the scripts will make network requests to ec.ijingyi.com (queries you run will be sent there); (2) the fetch script depends on the requests library and the included index file (data/command_index.jsonl) — inspect that file and the scripts if you have privacy concerns; (3) the build script expects a local export path if you rebuild the index (no unexpected external downloads). If you are comfortable with those network requests and with running Python scripts you reviewed, the skill is acceptable to use.
能力评估
Purpose & Capability
Name/description match the included scripts and files: scripts perform local index search and fetch official docs from the listed homepage. Requiring the python binary is proportionate to the provided Python scripts.
Instruction Scope
SKILL.md instructs running the included search and fetch scripts. The fetch script performs POST requests to the official ec.ijingyi.com endpoint (expected for fetching docs). These instructions do not access unrelated system files or credentials, but they will send query params (command id/name) to the external site.
Install Mechanism
No install spec (instruction-only) and no downloads; included Python scripts are executed locally. This is the lower-risk pattern for skills.
Credentials
The skill declares no environment variables or credentials and the code does not request secrets. Network access to the documented external API is used and is appropriate for the stated functionality.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide privileges or modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install jingyi-module
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /jingyi-module 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of jingyi-module skill: - Search 精易模块 commands by keyword and rank results. - Fetch official command documentation by id or name, including built-in补录 for certain commands. - Generate directly runnable 易语言 code (.版本 2), matching official signatures and behavior. - Ensures accurate, concise explanations with code blocks, avoiding invented details. - Designed for quick command lookup, doc retrieval, and code generation based on official sources.
元数据
Slug jingyi-module
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Jingyi Module 是什么?

Help users use 精易模块 in 易语言. Search command names, fetch official docs, and generate directly runnable 易语言 code that the user can copy. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。

如何安装 Jingyi Module?

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

Jingyi Module 是免费的吗?

是的,Jingyi Module 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Jingyi Module 支持哪些平台?

Jingyi Module 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Jingyi Module?

由 junqianglu3-netizen(@junqianglu3-netizen)开发并维护,当前版本 v0.1.0。

💬 留言讨论