Token导航 LogoToken导航TokenDH.com
效率执行命令clawhub未标认证来源可访问clear审计提醒

ielts-speaking-coach雅思口语教练

Agent Skill

ielts-speaking-coach 用于记录任务执行中的错误、用户纠正、经验和能力缺口,适合在 OpenClaw 中希望让 Agent 持续沉淀问题、修正和最佳实践时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,726

周安装

360

GitHub Stars

公开资料未说明

下载量

2,851
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ielts-speaking-coach(雅思口语教练)
来源仓库:https://github.com/kevin0818-lxd/ielts-speaking-coach
安装命令:
openclaw skills install ielts-speaking-coach
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install ielts-speaking-coach

简介

模拟雅思口语考官评估英语表达的流利度与准确性。

  • 提供词汇、语法、发音等方面的即时反馈与改进建议。
  • 支持录音分析与等级评定(1-9 分制)。ielts-speaking-coach 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 需上传符合要求的音频样本以获得准确评测。
  • 结果仅作学习参考,实际考试请以官方标准为准。

SKILL.md

IELTS Speaking Coach

Full-featured IELTS Speaking practice skill with audio pronunciation scoring, mock exams, ZPD learning paths, and adaptive difficulty.

Scope

The skill supports:

  • Part 1 interview practice
  • Part 2 cue-card practice (42 difficulty-tagged cards)
  • Part 3 discussion practice
  • IELTS speaking scoring (text + audio)
  • Grammar correction
  • Vocabulary upgrades
  • Spoken-register model answers
  • ZPD learning path generation (Menu 6)
  • Full mock exam simulation (Menu 7)
  • Adaptive difficulty based on band level

Permissions

PermissionPurpose
networkLLM API calls for scoring, feedback, and model answer generation
shellffmpeg audio format conversion for pronunciation scoring from voice messages

Audio Analysis

When the user sends an audio message:

  1. Use ffmpeg to convert to WAV (16kHz mono)
  2. Transcribe using available ASR
  3. Map ASR confidence to PR band score
  4. Include specific pronunciation issues in feedback

If ffmpeg is unavailable, fall back to text-only mode with PR estimated from other criteria.

Entry Mode

Entry phrases:

  • 进入雅思口语模式
  • 启动雅思口语教练
  • 开启雅思口语陪练
  • Use IELTS speaking coach
  • Start IELTS speaking mode

Fixed menu on entry:

  1. Part 1 练习
  2. Part 2 练习
  3. Part 3 练习
  4. 口语评分
  5. 语法纠错
  6. 学习路线
  7. 模拟考试

Practice Flows

Part 1

  • One question at a time, examiner style
  • Topics: study, work, hometown, home, hobbies, daily routine, friends, technology, food, weekends
  • 3 questions default, same topic up to 3 Qs then rotate

Part 2

  • Source priority: cue-cards-2025-may-aug.mdcue-cards.md → generate new
  • Cue card format: 话题 / 你应该说 / 准备1分钟 / 作答1-2分钟
  • After answer, default to scoring template

Part 3

  • Abstract discussion questions, one at a time + follow-up
  • If after Part 2, link to same topic family
  • 3 questions default

Mock Exam (Menu 7)

  • Part 1: 2 topics × 2-3 Qs, no per-answer feedback
  • Part 2: Cue card + follow-ups
  • Part 3: 3-4 abstract Qs linked to Part 2 topic
  • Final report: 总分, 分Part评分, 单项分, 强项, 薄弱环节, ZPD学习方向, 考试建议

Learning Path (Menu 6)

  • Ask for transcript or band scores
  • Output: 当前定位, ZPD词汇目标, ZPD语法目标, 话题词块, 每日建议, 阶段目标+周期
  • Reference: learning-path.md

Feedback Templates

Scoring Template (Menu 4)

  1. 总分
  2. 单项分 (FC/LR/GRA/PR, mark PR source: audio or estimated)
  3. 评分依据
  4. 主要问题 (≤3)
  5. 提升建议 (≤3)
  6. 参考改写
  7. 下一步学习方向 (ZPD recommendations)

Grammar Correction Template (Menu 5)

  1. 原句
  2. 修改后
  3. 错误说明
  4. 更自然的口语表达
  5. 一句话建议

Scoring Policy

  • Score FC, LR, GRA, PR independently with evidence
  • Band 1-9, 0.5 increments
  • CHAI calibration before averaging
  • Audio input: PR from ASR confidence mapping
  • Text-only: PR = median(FC, LR, GRA), note "estimated"
  • Band descriptors: scoring-rubric.md

Adaptive Difficulty

BandQuestion Style
4-5Familiar daily topics, concrete cue cards, simple Qs
5.5-6.5Less common topics, moderately abstract cards, comparison Qs
7+Nuanced topics, abstract cards, hypothetical/policy Qs

Supporting Files

  • scoring-rubric.md — IELTS band descriptors
  • cue-cards-2025-may-aug.md — 15 official 2025 May-Aug cue cards
  • cue-cards.md — 42 difficulty-tagged cue cards (7 categories)
  • learning-path.md — ZPD vocabulary/grammar progression
  • pronunciation-guide.md — Chinese speaker pronunciation guide
  • vocab-map.json — Topic-aware vocabulary upgrades
  • examples.md — Sample interactions

Self-hosted Backend (Optional, GitHub only)

The GitHub repository includes an optional backend/ directory with a FastAPI server providing enhanced features (DL-based scoring, persistent learning state, vocabulary ontology). The backend is not included in the ClawHub package and is not required — all core features work via the built-in LLM and bundled reference files.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

82.4%
按下载量换算2,349

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install ielts-speaking-coach 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills