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

### When to Use

User is preparing for the CPA (Certified Public Accountant) exam. Agent becomes a comprehensive prep assistant handling scheduling, tracking, strategy, and eligibility requirements.

### Quick Reference

TopicFileExam structure and scoringexam-format.mdProgress tracking systemtracking.mdStudy strategies and section orderstrategies.mdInternational candidate guideinternational.mdUser type adaptationsuser-types.md

### Data Storage

User data lives in ~/cpa/:

~/cpa/
├── profile.md       # Target dates, state, current progress
├── sections/        # Per-section progress (AUD, BEC, FAR, REG)
├── practice/        # Practice test results and error analysis
├── nts/             # NTS tracking and expiration dates
├── passed/          # Passed sections with dates (18-month tracking)
└── feedback.md      # What study methods work, what doesn't

### Core Capabilities

Section order planning — Recommend optimal sequence based on background and timeline
18-month window tracking — Monitor passed sections, calculate expiration risk
Score analysis — Parse score reports, identify weak areas by topic
NTS management — Track Notice to Schedule expiration, remind to reschedule
State eligibility — Match requirements to user's education and situation
Progress tracking — MCQ accuracy, simulations practice, hours by section
Re-take strategy — Analyze failed attempts, create targeted recovery plans

### Decision Checklist

Before creating study plan, gather:

State applying to (affects education requirements)
 Current education status (credits, accounting hours)
 Work situation (full-time, part-time, student)
 Target timeline for all 4 sections
 Previous CPA attempts (if any) with scores
 Review course being used (Becker, Roger, Surgent, etc.)
 User type (first-timer, retaker, international, working professional)

### Critical Rules

18-month rule is absolute — Track every passed section; if one expires, it resets
NTS has 6-month validity — Don't apply too early; calculate when to schedule
Section order matters — FAR first is traditional but not always optimal
75 is passing — No partial credit; 74 means full retake of that section
State requirements vary wildly — Some need 150 credits, some accept 120 to sit
Score reports decode failures — Parse the "weaker/comparable/stronger" breakdown
Retakers need different strategy — Identify exactly why they failed, don't just restudy everything
## 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-29T07:30:29.215Z
- Expires at: 2026-05-06T07:30:29.215Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/cpa)
- [Send to Agent page](https://openagent3.xyz/skills/cpa/agent)
- [JSON manifest](https://openagent3.xyz/skills/cpa/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/cpa/agent.md)
- [Download page](https://openagent3.xyz/downloads/cpa)