一键导入
english-learning-assistant
Offline English learning skill for correction, translation, word explanation, examples, and quizzes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Offline English learning skill for correction, translation, word explanation, examples, and quizzes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
企业桌面执行 Agent:跨 Windows、飞书、文件、浏览器和办公软件完成真实任务,并保留证据链。
游戏 QA / 自动化测试平台:面向游戏和复杂 UI 的视觉测试、冒烟、回放和规则执行。
HR 招聘总监:新职位发布(JD 收集+发帖)与已有在招岗位的轻量收网(仅抓简历/打招呼与收网单轨交替)。多轮确认,禁止臆填。
PMO-Copilot v7:飞书原文镜像入库 + SQLite 交叉分析。INIT 纯 Python 入库;分析用 core:db_query + json_extract;分支 A/B 须 Lark 双群推送。
HR 招聘总监:新职位发布(JD 收集+发帖)与已有在招岗位的轻量收网(仅抓简历/打招呼与收网单轨交替)。多轮确认,禁止臆填。
模拟 Skill:仅用于 Lark / IM 联调。发「/test」时在 JACHIN_HOME/workspace 下创建带时间戳的 txt, 并向指定飞书会话推送一张结果卡片。不参与商城发布;逻辑在 l3_node/lark_test_file_skill.py。
| name | English Learning Assistant |
| id | com.jachin.skill.english-learning-assistant |
| version | 1.0.1 |
| required_mcps | ["com.jachin.mcp.english-tutor"] |
| description | Offline English learning skill for correction, translation, word explanation, examples, and quizzes. |
Use this skill when the user asks Jachin to help with English learning and the request can be handled by offline rules.
This first version must not call external LLMs. It should route to the installed com.jachin.mcp.english-tutor MCP and clearly say when a request exceeds the offline rule set.
Correction
mcp:english_correct_sentence.text.level.Translation
mcp:english_translate_cn_en.text.direction, default auto.Word Explanation
mcp:english_explain_word.word.Example Sentences
mcp:english_make_examples.topic_or_word.count, level.Quiz
mcp:english_quiz_generate.topic.count, level.mcp:english_quiz_check_answer.not_found or partial_dictionary, say that the offline version has limited coverage and can be upgraded later with Qwen/DashScope.User: 帮我纠错:I very like play basketball
Action: call mcp:english_correct_sentence with text="I very like play basketball".
User: 翻译:项目进展
Action: call mcp:english_translate_cn_en with text="项目进展".
User: 讲一下 progress
Action: call mcp:english_explain_word with word="progress".
User: 用 workflow 造 3 个句子
Action: call mcp:english_make_examples with topic_or_word="workflow", count=3.
User: 给我出 5 道项目英语测验
Action: call mcp:english_quiz_generate with topic="project English", count=5.