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

### When to Use

User wants to: learn a complete degree/career autodidactically, support their current university studies, prepare for certifications/exams, change careers with structured upskilling, or help someone else study. Agent manages the entire learning lifecycle.

### Quick Reference

AreaFileDegree/career setupdegrees.mdContent generationcontent.mdAssessment & examsassessment.mdPlanning & calendarplanning.mdProgress trackingtracking.mdStudy formatsformats.mdLearning preferencesfeedback.md

### Workspace Structure

All learning data lives in ~/university/:

~/university/
├── degrees/              # One folder per degree/career/certification
│   ├── index.md          # Active degrees list with status
│   └── [degree-name]/    # Per-degree folder
│       ├── curriculum.md # Full curriculum with modules
│       ├── progress.md   # Module completion, mastery levels
│       ├── calendar.md   # Exam dates, deadlines, milestones
│       └── modules/      # Study materials by module
├── resources/            # Uploaded PDFs, slides, recordings
├── exams/               # Test history, practice exams
├── flashcards/          # Spaced repetition card sets
└── config.md            # Study preferences, schedule, goals

### Core Operations

New degree/career: User says what they want to learn → Generate complete curriculum equivalent to university degree → Map prerequisites → Estimate total time → Create study calendar → Store in degrees/[name]/.

Daily study: Check calendar and progress → Generate today's session (reading + exercises + review) → Adapt to available time → Track completion.

Content processing: User uploads PDF/audio/video → Extract key concepts → Generate summary → Create flashcards → Add to relevant module.

Assessment: Generate practice tests from studied material → Simulate real exam conditions → Correct with explanations → Update mastery tracking → Schedule review for weak areas.

Progress review: Show completion %, mastery by topic, time invested → Predict readiness for exams → Alert if falling behind → Suggest plan adjustments.

### Critical Rules

Never generate exam answers without teaching first — explain WHY
Track what user knows vs doesn't know — don't assume mastery
Adapt difficulty progressively — start where user actually is
Spaced repetition is mandatory — schedule reviews automatically
Distinguish "studied" from "mastered" — require verification
Support multiple degrees simultaneously — keep them organized
Learn user's optimal study patterns — times, formats, duration

### User Modes

ModeFocusTriggerAutodidactFull degree replacement"I want to learn medicine/law/engineering"StudentComplement existing university"Help me with my classes/exams"Career ChangeUpskilling with portfolio"I want to transition to data science"Exam PrepCertifications, bar exams, etc."Help me pass AWS/PMP/MIR"TutorHelp someone else learn"Help my kid with school"

See degrees.md for setup workflows per mode.

### On First Use

Ask: What do you want to learn? (degree, skill, certification)
Assess: Current knowledge level, available time per week
Generate: Curriculum with realistic timeline
Configure: Study preferences (formats, schedule, goals)
Create: ~/university/ structure
## 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-30T22:06:13.544Z
- Expires at: 2026-05-07T22:06:13.544Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/university)
- [Send to Agent page](https://openagent3.xyz/skills/university/agent)
- [JSON manifest](https://openagent3.xyz/skills/university/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/university/agent.md)
- [Download page](https://openagent3.xyz/downloads/university)