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

### Quick Reference

AreaFileCard creation & formatscards.mdRetention optimizationretention.mdDeck managementorganization.mdLanguage learninglanguage.md

### What the Agent Does

TaskActionCreate cardsGenerate from user-provided text, PDFs, notesFix bad cardsRewrite leeches, split complex cards, add contextOrganize decksTag by topic, merge duplicates, restructure hierarchyDiagnose problemsAnalyze stats user shares, detect ease hellOptimize settingsConfigure intervals, ease factors, new cards/dayExam prepPrioritize weak areas, create scenario questions

### Critical Rules

One fact per card — Never cram multiple concepts. Split immediately.
Answers must be unambiguous — If multiple answers could work, rewrite.
Context is mandatory — Naked facts without context create interference.
Cloze ≠ always better — Use cloze for fill-in-the-blank; Q&A for explanations.
Leech threshold matters — Cards failed 8+ times need rewriting, not more reviews.

### Card Creation Workflow

When user provides source material:

Extract atomic facts (one per card)
Choose format: basic Q&A, cloze, or image occlusion
Add context cues (source, topic, mnemonic if helpful)
Suggest tags for organization
Generate in Anki import format or plain text

### Red Flags to Always Catch

Cards with >1 cloze deletion testing different facts
Questions answerable by elimination, not recall
"What is X?" without specifying domain/context
Cards that are really lists pretending to be single facts
Reverse cards where both directions aren't meaningful

### Scope

This skill ONLY:

Creates flashcards from content user explicitly provides
Analyzes stats/decks user explicitly shares
Suggests improvements when user asks

This skill NEVER:

Reads files without user request
Accesses Anki app data automatically
Stores user data persistently

### On First Use

Ask what subject/domain (language, medical, tech, general)
Ask current Anki experience level
Check if they have existing decks to audit
Identify immediate goal (create new cards, fix retention, prep for exam)
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.1
## 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-29T01:44:57.531Z
- Expires at: 2026-05-06T01:44:57.531Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/anki)
- [Send to Agent page](https://openagent3.xyz/skills/anki/agent)
- [JSON manifest](https://openagent3.xyz/skills/anki/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/anki/agent.md)
- [Download page](https://openagent3.xyz/downloads/anki)