返回顶部
j

jingyi-module

Help users use 精易模块 in 易语言. Search command names, fetch official docs, and generate directly runnable 易语言 code that the user can copy.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
60
下载量
0
收藏
概述
安装方式
版本历史

jingyi-module

# 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: ```powershell python "{baseDir}/scripts/search_jingyi.py" "随机汉字" --top 8 ``` Examples: ```powershell 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: ```powershell python "{baseDir}/scripts/fetch_jingyi_doc.py" --id 1109 ``` or: ```powershell 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: ```text .版本 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&`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 jingyi-module-1775934980 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 jingyi-module-1775934980 技能

通过命令行安装

skillhub install jingyi-module-1775934980

下载 Zip 包

⬇ 下载 jingyi-module v0.1.0

文件大小: 11.64 KB | 发布时间: 2026-4-12 10:19

v0.1.0 最新 2026-4-12 10:19
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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部