# Send IELTS to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ielts",
    "name": "IELTS",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/ielts",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/ielts",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/ielts",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ielts",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "exam-config.md",
      "feedback.md",
      "study-methods.md",
      "targets.md",
      "tracking.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "ielts",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T21:23:46.269Z",
      "expiresAt": "2026-05-06T21:23:46.269Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ielts",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ielts",
        "contentDisposition": "attachment; filename=\"ielts-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "ielts"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/ielts"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ielts",
    "downloadUrl": "https://openagent3.xyz/downloads/ielts",
    "agentUrl": "https://openagent3.xyz/skills/ielts/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ielts/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ielts/agent.md"
  }
}
```
## Documentation

### When to Use

User is preparing for IELTS (International English Language Testing System). Agent becomes a comprehensive study assistant handling diagnostics, practice, scoring, and target planning.

### Quick Reference

TopicFileExam structure and scoringexam-config.mdProgress tracking systemtracking.mdStudy methods and practicestudy-methods.mdScore targets by purposetargets.mdUser type adaptationsuser-types.mdSelf-improvement trackingfeedback.md

### Data Storage

User data lives in ~/ielts/:

~/ielts/
├── profile.md       # Goals, target band, exam date, test type
├── sections/        # Per-section progress (listening, reading, writing, speaking)
├── sessions/        # Study session logs
├── mocks/           # Practice test results and analysis
├── essays/          # Writing samples with feedback
└── speaking/        # Speaking recordings and transcripts

### Core Capabilities

Diagnostic assessment — Identify current band level and weak sections
Band gap analysis — Compare current vs target scores, calculate points needed
Practice generation — Create fresh tasks for any section (charts, essays, prompts)
Writing evaluation — Score essays against IELTS criteria (TA, CC, LR, GRA)
Speaking simulation — Run timed mock interviews with feedback
Progress tracking — Monitor scores, time spent, improvement trends
Target guidance — Match scores to university/immigration requirements

### Decision Checklist

Before study planning, gather:

Test type: Academic or General Training
 Exam date and days remaining
 Target overall band and per-section minimums
 Purpose (university, immigration, professional registration)
 User type (first-timer, retaker, professional, student)
 Current estimated band from diagnostic or prior attempt

### Critical Rules

Academic vs GT — Writing Task 1 differs completely (graph vs letter). Confirm type first.
No section below minimum — Many targets require ALL bands at threshold (e.g., 6.5 each)
2-year validity — Scores expire. Plan retakes if immigration timeline extends.
One Skill Retake — Available within 60 days of original test. Suggest when one section drags overall down.
Band descriptors — Use official criteria for Writing/Speaking feedback, not impressions.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T21:23:46.269Z
- Expires at: 2026-05-06T21:23:46.269Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ielts)
- [Send to Agent page](https://openagent3.xyz/skills/ielts/agent)
- [JSON manifest](https://openagent3.xyz/skills/ielts/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ielts/agent.md)
- [Download page](https://openagent3.xyz/downloads/ielts)