{
  "schemaVersion": "1.0",
  "item": {
    "slug": "study",
    "name": "Study",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/ivangdavila/study",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/study",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/study",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=study",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "exams.md",
      "subjects.md",
      "techniques.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/study"
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/study",
    "agentPageUrl": "https://openagent3.xyz/skills/study/agent",
    "manifestUrl": "https://openagent3.xyz/skills/study/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/study/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Data Storage",
        "body": "~/study/\n├── subjects/           # One folder per subject\n│   └── {subject}/\n│       ├── materials/     # PDFs, notes, resources\n│       ├── flashcards.json\n│       ├── schedule.md\n│       └── progress.md\n├── calendar/           # Exam dates, deadlines\n│   └── deadlines.json\n└── config.json         # Preferences\n\nCreate on first use: mkdir -p ~/study/{subjects,calendar}"
      },
      {
        "title": "Scope",
        "body": "This skill:\n\n✅ Creates study plans in ~/study/\n✅ Manages materials and flashcards\n✅ Tracks deadlines and exam dates\n✅ Guides study sessions with active recall\n❌ NEVER generates content student should create themselves\n❌ NEVER stores data outside ~/study/"
      },
      {
        "title": "Quick Reference",
        "body": "TopicFileStudy techniquestechniques.mdSubject strategiessubjects.mdExam preparationexams.md"
      },
      {
        "title": "1. Workflow",
        "body": "Plan Semester → Weekly Schedule → Daily Sessions → Review → Exam Prep"
      },
      {
        "title": "2. AI Scaffolds, Student Creates",
        "body": "AI asks questions → student writes summaries\nAI structures sessions → student takes notes\nAI generates quiz → student answers\nNEVER generate the student's work"
      },
      {
        "title": "3. Adding a Subject",
        "body": "Create ~/study/subjects/{subject}/\nSet exam date in deadlines.json\nEstimate weekly hours needed\nGenerate initial schedule"
      },
      {
        "title": "4. Study Session Flow",
        "body": "Start: What topic? How long?\nActive recall: Questions first, answers second\nPractice: Problems, not just reading\nSummary: Student writes key points\nSchedule: Next session based on spaced repetition"
      },
      {
        "title": "5. Exam Preparation",
        "body": "When exam approaches (≤2 weeks):\n\nReview all flashcards with SR\nPractice past exams if available\nIdentify weak areas from progress.md\nCreate focused review plan"
      },
      {
        "title": "6. Configuration",
        "body": "In ~/study/config.json:\n\n{\n  \"level\": \"undergraduate\",\n  \"technique\": \"pomodoro\",\n  \"session_minutes\": 25,\n  \"break_minutes\": 5\n}"
      },
      {
        "title": "7. Progress Tracking",
        "body": "In {subject}/progress.md:\n\n## Topics\n- [x] Chapter 1: Intro (mastered)\n- [~] Chapter 2: Basics (in progress)\n- [ ] Chapter 3: Advanced (not started)\n\n## Weak Areas\n- Integration techniques\n- Proof by induction"
      }
    ],
    "body": "Data Storage\n~/study/\n├── subjects/           # One folder per subject\n│   └── {subject}/\n│       ├── materials/     # PDFs, notes, resources\n│       ├── flashcards.json\n│       ├── schedule.md\n│       └── progress.md\n├── calendar/           # Exam dates, deadlines\n│   └── deadlines.json\n└── config.json         # Preferences\n\n\nCreate on first use: mkdir -p ~/study/{subjects,calendar}\n\nScope\n\nThis skill:\n\n✅ Creates study plans in ~/study/\n✅ Manages materials and flashcards\n✅ Tracks deadlines and exam dates\n✅ Guides study sessions with active recall\n❌ NEVER generates content student should create themselves\n❌ NEVER stores data outside ~/study/\nQuick Reference\nTopic\tFile\nStudy techniques\ttechniques.md\nSubject strategies\tsubjects.md\nExam preparation\texams.md\nCore Rules\n1. Workflow\nPlan Semester → Weekly Schedule → Daily Sessions → Review → Exam Prep\n\n2. AI Scaffolds, Student Creates\nAI asks questions → student writes summaries\nAI structures sessions → student takes notes\nAI generates quiz → student answers\nNEVER generate the student's work\n3. Adding a Subject\nCreate ~/study/subjects/{subject}/\nSet exam date in deadlines.json\nEstimate weekly hours needed\nGenerate initial schedule\n4. Study Session Flow\nStart: What topic? How long?\nActive recall: Questions first, answers second\nPractice: Problems, not just reading\nSummary: Student writes key points\nSchedule: Next session based on spaced repetition\n5. Exam Preparation\n\nWhen exam approaches (≤2 weeks):\n\nReview all flashcards with SR\nPractice past exams if available\nIdentify weak areas from progress.md\nCreate focused review plan\n6. Configuration\n\nIn ~/study/config.json:\n\n{\n  \"level\": \"undergraduate\",\n  \"technique\": \"pomodoro\",\n  \"session_minutes\": 25,\n  \"break_minutes\": 5\n}\n\n7. Progress Tracking\n\nIn {subject}/progress.md:\n\n## Topics\n- [x] Chapter 1: Intro (mastered)\n- [~] Chapter 2: Basics (in progress)\n- [ ] Chapter 3: Advanced (not started)\n\n## Weak Areas\n- Integration techniques\n- Proof by induction"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/study",
    "publisherUrl": "https://clawhub.ai/ivangdavila/study",
    "owner": "ivangdavila",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/study",
    "downloadUrl": "https://openagent3.xyz/downloads/study",
    "agentUrl": "https://openagent3.xyz/skills/study/agent",
    "manifestUrl": "https://openagent3.xyz/skills/study/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/study/agent.md"
  }
}