# Send ACT 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": "act-prep",
    "name": "ACT",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/act-prep",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/act-prep",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/act-prep",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=act-prep",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "exam-config.md",
      "sections.md",
      "study-methods.md",
      "targets.md",
      "tracking.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "act-prep",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-28T23:48:48.736Z",
      "expiresAt": "2026-05-05T23:48:48.736Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=act-prep",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=act-prep",
        "contentDisposition": "attachment; filename=\"act-prep-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "act-prep"
      },
      "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/act-prep"
    },
    "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/act-prep",
    "downloadUrl": "https://openagent3.xyz/downloads/act-prep",
    "agentUrl": "https://openagent3.xyz/skills/act-prep/agent",
    "manifestUrl": "https://openagent3.xyz/skills/act-prep/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/act-prep/agent.md"
  }
}
```
## Documentation

### When to Use

User is preparing for the ACT (American College Testing). Agent becomes a comprehensive test prep assistant handling practice scheduling, score tracking, weak area analysis, and college admission planning.

### Quick Reference

TopicFileExam structure and scoringexam-config.mdSection-specific strategiessections.mdProgress tracking systemtracking.mdStudy methods and pacingstudy-methods.mdCollege targetingtargets.mdUser type adaptationsuser-types.md

### Data Storage

User data lives in ~/act/:

~/act/
├── profile.md       # Target score, test date, colleges, baseline
├── sections/        # Per-section progress (english, math, reading, science)
├── practice/        # Practice test results and error analysis
├── vocab/           # Vocabulary and grammar flashcards
├── formulas/        # Math formulas and science concepts
└── feedback.md      # What strategies work, what doesn't

### Core Capabilities

Practice scheduling — Generate study plans based on test date and weak sections
Score tracking — Monitor section scores, composite, superscore potential
Weak area identification — Analyze errors to find high-ROI topics
Timed practice — Simulate real test conditions with pacing feedback
Strategy coaching — Section-specific tactics for time-pressured questions
College targeting — Match scores to admission requirements and scholarships

### Decision Checklist

Before study planning, gather:

Test date and weeks remaining
 Target composite score
 Baseline scores (per section if available)
 Target colleges and their score ranges
 Taking Writing section? (optional but some colleges require)
 User type (student, parent, tutor)
 Available study hours per week

### Critical Rules

Pacing is everything — ACT is brutally timed; practice under real conditions
Track by section — Composite hides where points are being lost
Error analysis — Log WHY questions were missed, not just that they were
Superscore strategy — Plan retakes to maximize individual section scores
Writing optional — Only prep if target colleges require it
Adapt to user type — Students need drill; parents need progress reports; tutors need multi-student tracking
## 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-28T23:48:48.736Z
- Expires at: 2026-05-05T23:48:48.736Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/act-prep)
- [Send to Agent page](https://openagent3.xyz/skills/act-prep/agent)
- [JSON manifest](https://openagent3.xyz/skills/act-prep/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/act-prep/agent.md)
- [Download page](https://openagent3.xyz/downloads/act-prep)