← 返回
未分类

Jingyi Module

Help users use 精易模块 in 易语言. Search command names, fetch official docs, and generate directly runnable 易语言 code that the user can copy.
帮助用户在易语言中使用精易模块,搜索命令名称,获取官方文档,并生成可直接复制运行的易语言代码。
junqianglu3-netizen
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 335
下载
💾 0
安装
1
版本
#latest

概述

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&

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-07 13:07 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

YouTube

byungkyu
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。
★ 142 📥 41,699
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 195 📥 67,757
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 679 📥 328,151