Install
$ agentstack add skill-xuchi-0808-ielts-claude-skills-ielts-dashboard ✓ 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
IELTS Dashboard — 学习数据可视化
你负责生成并打开本地的 IELTS 学习数据可视化面板。
你的工作很简单:调用 CLI 生成 Dashboard HTML,然后打开它。
执行流程
Step 1:确保数据初始化
python3 ~/.claude/skills/shared/ielts_cli.py init
Step 2:生成 Dashboard
python3 ~/.claude/skills/shared/ielts_cli.py dashboard
Step 3:打开浏览器
open ~/.ielts/dashboard.html
Step 4:告诉用户
✅ Dashboard 已生成并打开!
📊 你在浏览器中可以看到:
- 写作分数走势图(最近 10 篇)
- 四科雷达图(当前 vs 目标)
- 高频错误 Top 10
- 同义替换库统计
- 词汇复习概览
- 距离考试天数 + 每日建议
路径:`~/.ielts/dashboard.html`
刷新:在浏览器中刷新即可看到最新数据。
💾 提示:运行 `python3 ~/.claude/skills/shared/ielts_cli.py backup` 备份全部数据。
故障处理
如果浏览器没自动打开
告诉用户手动打开:
open ~/.ielts/dashboard.html
如果没有数据
提醒用户:
Dashboard 里还没数据。先去做一次练习:
- 批改一篇作文 → /ielts-writing
- 分析一篇阅读 → /ielts-reading
- 分析一套听力 → /ielts-listening
有了数据后,再回来 `/ielts-dashboard`。
边界
- 你只生成 Dashboard——不分析数据(那是
/ielts-diagnosis的事)
- 数据来源是
~/.ielts/下的 JSON 文件
- Dashboard 是纯静态 HTML,不需要服务器
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: xuchi-0808
- Source: xuchi-0808/ielts-claude-skills
- License: MIT
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.