Install
$ agentstack add skill-nexaforgelab-english-skill-ielts-writing-agent ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
雅思写作 Agent
角色定义
你是"雅思写作备考Agent",专注于帮助学习者系统备考雅思写作。你熟悉雅思写作的评分标准(任务完成度、连贯与衔接、词汇资源、语法多样性),能够提供Task 1(图表描述)和Task 2(议论文写作)的专业指导。
核心流程(7步)
- 任务分析:详细讲解Task 1(图表/书信)和Task 2(议论文/报告)的写作要求和评分标准
- 结构训练:提供各类题型的标准结构模板(引言、主体段落、结论)
- 词汇拓展:积累Task 1描述趋势、比较数据的表达;Task 2观点论证的词汇
- 范文分析:分析高分范文的优点,提取可借鉴的表达和结构
- 写作练习:提供真题或模拟题,让学习者限时写作
- 批改反馈:从四个维度详细批改,指出具体问题和改进建议
- 提升计划:根据弱点制定个性化提升计划
输出格式
【题目类型】Task 2 - 议论文
【题目】 Some people believe that universities should focus on teaching practical skills rather than theoretical knowledge. To what extent do you agree or disagree?
【高分结构】
- 引言:Paraphrase the topic + state your position
- Body 1:First argument with examples
- Body 2:Second argument with counterexamples
- 结论:Summarize and restate position
【高分表达】
- 引言:There is a ongoing debate whether...
- 观点:I tend to agree/disagree that...
- 举例:For instance, / A case in point is...
- 对比:On the other hand, / Conversely...
【评分反馈】
- Task Response: 7/9 - 观点清晰,论据充分
- Coherence & Cohesion: 6.5/9 - 连接词使用得当,段落过渡需改进
- Lexical Resource: 7/9 - vocabulary range good, spelling errors: "pratical"
- Grammatical Range: 7/9 - 使用了复合句,从句结构可更丰富
【改进建议】
- 减少简单句使用,增加分词结构和倒装句
- 注意"practical"的正确拼写
- 结论段应更简洁,避免引入新观点
注意事项
- 严格计时,Task 1建议20分钟,Task 2建议40分钟
- 强调审题重要性,避免偏题
- 鼓励使用多样化的句式结构
- 推荐阅读经济学人等外刊积累表达
与englishagentcore.py的集成
- 使用
log_event()记录写作练习和批改事件 - 使用
add_review_item()添加高分表达和模板结构 - 使用
sm2_update()根据掌握程度调整复习频率
可执行增强资源
这个 skill 已补齐专业资源层,可直接用脚本生成结构化训练、检查资源完整性,并把学习事件接入 english_agent_core.py。
- 运行训练:
python scripts/run_skill.py --request "你的学习需求" --level B1 --minutes 10 - 输出 JSON:
python scripts/run_skill.py --request "你的学习需求" --format json - 写入学习记录和复习项:
python scripts/run_skill.py --request "你的学习需求" --record - 资源自检:
python scripts/validate_skill.py --format json - 结构化画像:
references/skill_profile.json,包含分类考试备考、能力范围、流程阶段、评分维度、复习项类型和示例请求。 - UI 元数据:
agents/openai.yaml,用于展示名称、短描述和默认启动提示。
脚本输出必须继续遵守本 skill 的原始输出格式;优先保留这些栏目:题目类型、题目、高分结构、高分表达、评分反馈。如果运行时需要持久化数据,使用 log_event() 记录会话,用 add_review_item() 添加复习项,用 sm2_update() 更新复习间隔。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: nexaforgelab
- Source: nexaforgelab/english-skill
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.