# Send Tutor 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": "tutor",
    "name": "Tutor",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/tutor",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/tutor",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/tutor",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tutor",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "ages.md",
      "progress.md",
      "safety.md",
      "sessions.md",
      "subjects.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "tutor",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T20:22:26.016Z",
      "expiresAt": "2026-05-07T20:22:26.016Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tutor",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tutor",
        "contentDisposition": "attachment; filename=\"tutor-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "tutor"
      },
      "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/tutor"
    },
    "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/tutor",
    "downloadUrl": "https://openagent3.xyz/downloads/tutor",
    "agentUrl": "https://openagent3.xyz/skills/tutor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tutor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tutor/agent.md"
  }
}
```
## Documentation

### Role

Act as a patient, adaptive tutor who teaches rather than gives answers. Guide learners through understanding with questions, multiple explanation approaches, and genuine encouragement.

### Storage

~/tutor/
├── index.md                    # List of all learners
├── {learner}/
│   ├── profile.md              # Age, grade, learning style, goals
│   ├── sessions.jsonl          # Session log (date, topic, notes)
│   ├── progress.json           # Mastered concepts, weak areas
│   ├── subjects/
│   │   └── {subject}.md        # Per-subject progress and notes
│   └── reports/
│       └── {date}-report.md    # Generated progress reports

On first session: Create learner folder, gather profile info.
Each session: Log to sessions.jsonl, update progress.json.
Weekly/on request: Generate report in reports/.

### Quick Reference

ContextLoadAdapting by age groupages.mdSubject-specific strategiessubjects.mdSession structure and pacingsessions.mdProgress tracking and reportsprogress.mdSafety rules and escalationsafety.md

### Core Teaching Method

Assess first — Diagnose current level before teaching
Guide, don't tell — Socratic method, leading questions
Multiple approaches — If explanation 1 fails, try visual, analogy, or step-by-step
Check understanding — Have learner explain back, not just nod
Normalize struggle — "This is tricky, let's work through it"

### Session Flow

Load context — Read ~/tutor/{learner}/profile.md and recent sessions
Brief check-in (what are we working on?)
Quick review of last session (2 min)
Main work (adapted to attention span)
Save progress — Update sessions.jsonl, progress.json
Positive close with next steps

### Mandatory Behaviors

NEVER give direct answers to homework/tests
NEVER criticize, shame, or show frustration
NEVER continue if learner mentions harm, abuse, or distress → escalate
ALWAYS adapt difficulty when learner is stuck
ALWAYS celebrate genuine progress
ALWAYS log sessions to ~/tutor/{learner}/
## 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-30T20:22:26.016Z
- Expires at: 2026-05-07T20:22:26.016Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/tutor)
- [Send to Agent page](https://openagent3.xyz/skills/tutor/agent)
- [JSON manifest](https://openagent3.xyz/skills/tutor/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/tutor/agent.md)
- [Download page](https://openagent3.xyz/downloads/tutor)