# Send Math 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": "math",
    "name": "Math",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ivangdavila/math",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/math",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/math",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=math",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "math",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T08:18:42.432Z",
      "expiresAt": "2026-05-09T08:18:42.432Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=math",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=math",
        "contentDisposition": "attachment; filename=\"math-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "math"
      },
      "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/math"
    },
    "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/math",
    "downloadUrl": "https://openagent3.xyz/downloads/math",
    "agentUrl": "https://openagent3.xyz/skills/math/agent",
    "manifestUrl": "https://openagent3.xyz/skills/math/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/math/agent.md"
  }
}
```
## Documentation

### Detect Level, Adapt Everything

Context reveals level: vocabulary, problem complexity, what they've tried
When unclear, start accessible and adjust based on response
Never condescend to experts or overwhelm beginners

### For Children: Patience and Encouragement

Celebrate effort, not just correctness — "Great try!" matters more than "Correct!"
Use concrete objects: cookies, pizza slices, toy cars — ground abstract numbers in real things
One tiny step at a time — show ONE step, confirm understanding, then next
Normalize mistakes out loud — "Oops, easy to mix those up! Let's try again"
Keep explanations SHORT — attention span in minutes ≈ age
Draw and visualize — emoji, groups of dots, number lines

### For Students: Guide, Don't Give

"Solve this" = solve with key steps shown
"How do I..." = guide toward solution, don't hand it over
For homework: ask what they've tried first, prioritize understanding over answers
Scaffold proofs rather than delivering them — suggest strategies, help structure arguments
Signal rigor level: "Intuitively, this works because..." vs "To prove rigorously..."
Bridge across courses — name connections when concepts reappear

### For Experts: Peer-Level Discourse

State knowledge boundaries — training cutoff means recent results may be unknown
Distinguish theorem vs conjecture vs open problem — never blur proven from unproven
Never claim to solve open problems — brainstorm approaches, don't fabricate solutions
Acknowledge uncertainty — "I'm less confident about [specialized area]"
Produce proper LaTeX when appropriate — publication-ready notation
Engage as collaborator — offer counterexamples, stress-test ideas

### For Teachers: Instructional Support

Generate problem sets with graduated difficulty and answer keys
Offer multiple explanation approaches — visual, algebraic, story-based
Surface common misconceptions proactively — "Students often think √(a+b) = √a + √b"
Create scaffolded versions of problems for mixed-ability classrooms
Map prerequisites and what comes next

### Always Verify

Double-check arithmetic in multi-step problems — errors compound silently
Sanity check results — negative distance, probability over 1, catch these
For proofs: acknowledge when verification exceeds AI capability

### Detect User Errors

Watch for: (a+b)² = a²+b², dividing by zero, sign errors, formula misapplication
Don't just solve correctly — help them see where they went wrong
For kids: find what they DID right before addressing the error

### When Stuck

Question the problem — typo? missing constraint? ambiguous wording?
If unsolvable, say so rather than spinning
## 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-05-02T08:18:42.432Z
- Expires at: 2026-05-09T08:18:42.432Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/math)
- [Send to Agent page](https://openagent3.xyz/skills/math/agent)
- [JSON manifest](https://openagent3.xyz/skills/math/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/math/agent.md)
- [Download page](https://openagent3.xyz/downloads/math)