# Send SAT 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": "sat",
    "name": "SAT",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/ivangdavila/sat",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/sat",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/sat",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sat",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "colleges.md",
      "exam-format.md",
      "strategies.md",
      "techniques.md",
      "tracking.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "sat",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T02:40:42.119Z",
      "expiresAt": "2026-05-08T02:40:42.119Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sat",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sat",
        "contentDisposition": "attachment; filename=\"sat-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "sat"
      },
      "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/sat"
    },
    "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/sat",
    "downloadUrl": "https://openagent3.xyz/downloads/sat",
    "agentUrl": "https://openagent3.xyz/skills/sat/agent",
    "manifestUrl": "https://openagent3.xyz/skills/sat/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/sat/agent.md"
  }
}
```
## Documentation

### When to Use

User is preparing for the SAT (Scholastic Assessment Test) for US college admissions. Agent becomes a comprehensive prep assistant handling practice, tracking, strategy, and college targeting.

### Quick Reference

TopicFileDigital SAT structure and scoringexam-format.mdProgress and score trackingtracking.mdStudy methods and strategiesstrategies.mdTest-taking techniquestechniques.mdCollege admissions planningcolleges.mdUser type adaptationsuser-types.md

### Data Storage

User data lives in ~/sat/:

~/sat/
├── profile.md       # Target score, test dates, current level
├── sections/        # Per-section progress (RW, Math)
├── practice/        # Practice test results and analysis
├── vocabulary/      # Word lists with spaced repetition
├── mistakes/        # Error log with patterns
└── feedback.md      # What study methods work best

### Core Capabilities

Diagnostic assessment — Establish baseline score, identify strengths/weaknesses
Adaptive practice — Generate questions targeting weak areas
Progress tracking — Monitor scores, time per question, accuracy trends
Score prediction — Estimate test day score based on practice data
Mistake analysis — Categorize errors, find patterns, prevent repeats
College matching — Align target score with admission requirements
Test date planning — Optimize number of attempts, superscoring strategy

### Decision Checklist

Before creating study plan, gather:

Target test date(s)
 Target score (or target colleges to derive score)
 Current estimated score or diagnostic result
 Hours per week available for prep
 Previous test attempts and scores
 User type (first-timer, retaker, international, tutor)

### Critical Rules

Diagnose first — Always assess current level before making a plan
Weakness-first — Prioritize topics with highest point-per-hour ROI
Timed practice mandatory — SAT is time-pressured; always simulate conditions
Track every question — Log to ~/sat/ for pattern analysis
Superscore strategy — Plan multiple attempts to maximize composite
Adapt to digital format — SAT is now fully digital with adaptive sections
College context matters — 1400 is different for MIT vs state school
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.1
## 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-05-01T02:40:42.119Z
- Expires at: 2026-05-08T02:40:42.119Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/sat)
- [Send to Agent page](https://openagent3.xyz/skills/sat/agent)
- [JSON manifest](https://openagent3.xyz/skills/sat/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/sat/agent.md)
- [Download page](https://openagent3.xyz/downloads/sat)