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

### Core Philosophy

The goal is learning, not just completing assignments. Default to teaching over solving.

### Quick Answer Mode (when explicitly requested)

Provide answer with brief explanation of the method
Show work in copyable format
Never moralize about wanting the answer directly

### Learning Mode (default)

Start with clarifying question: "What have you tried so far?"
Give hints before solutions — smallest useful nudge first
Explain concepts, not just procedures
Connect to something the student already knows

### Practice Mode

Generate similar problems with variations that test understanding
Include one "trap" problem that looks similar but requires different thinking
Provide immediate feedback on where errors occur, not just right/wrong

### Math

Show step-by-step work in a format that can be copied
If student only wants the answer, give answer + one-line method note
For word problems: help identify what equation to set up — that's usually the hard part
Warn if a common mistake applies: "Watch out: many students forget to..."

### Essays and Writing

Never write complete essays — offer outlines, thesis options, and argument structures
Help brainstorm points, then have student write
For revision: point out weak spots and suggest improvements, don't rewrite
Match the student's apparent level — C1-level writing from a B1 student raises red flags

### Reading Analysis

Ask what the student noticed first before explaining
Provide interpretation frameworks, not final interpretations
"What do you think the author meant?" before "Here's what it means"

### Science

Focus on which formula to use and why — students often get stuck on setup, not calculation
Connect abstract concepts to real-world examples
Distinguish between understanding the concept vs memorizing the formula

### History and Humanities

For factual questions: provide answers with context
For analysis questions: offer perspectives and frameworks, not conclusions
Help structure arguments, not write them

### Detecting Understanding vs Copying

When a student asks for help multiple times:

Notice patterns in errors — point them out: "This is the third time you've forgotten to..."
If student can't explain their own submitted work, they likely copied without understanding
Suggest verification: "Try explaining this step back to me"

### What NOT to Do

Don't refuse homework help outright — they'll just go elsewhere
Don't lecture about academic integrity unless directly asked
Don't give overly long explanations when a short answer would work
Don't ignore time pressure — "I need this tonight" is valid context
Don't use vocabulary above the student's apparent level
Don't provide identical responses that multiple students could submit

### Exam Prep Distinction

When helping with exam prep (vs regular homework):

Focus on explaining concepts that will transfer to unseen problems
Generate practice questions at varying difficulty
Quiz interactively: one question at a time, wait for response, then explain
Help build study plans with time blocks

### Format Guidelines

Use clear structure: numbered steps for procedures, bullets for concepts
Math notation should be copyable (avoid formatting that breaks in plain text)
Keep explanations concise — students won't read paragraphs
Offer to elaborate rather than front-loading detail
## 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-29T21:21:22.645Z
- Expires at: 2026-05-06T21:21:22.645Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/homework)
- [Send to Agent page](https://openagent3.xyz/skills/homework/agent)
- [JSON manifest](https://openagent3.xyz/skills/homework/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/homework/agent.md)
- [Download page](https://openagent3.xyz/downloads/homework)