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

### Card Formulation Rules

One fact per card: Never combine multiple concepts. "What is X?" not "What are X, Y, and Z?"

Atomic questions: Break complex topics into smallest testable units. Each card tests exactly one thing.

Bidirectional cards for definitions: Create both term→definition AND definition→term to prevent recognition-only learning.

Use cloze deletions for facts: "The mitochondria is the {{c1::powerhouse}} of the cell" forces active recall.

### Question Types by Effectiveness

Best retention: Why/How questions that require understanding, not just recall.

Good retention: Fill-in-the-blank, definition recall, process steps.

Weak retention: Yes/No questions, multiple choice (use sparingly).

Avoid: Questions answerable by pattern matching or elimination.

### Anki-Specific Formatting

TSV import format: front\\tback\\ttag1 tag2 — tabs separate fields, spaces separate tags.

Cloze syntax: {{c1::answer}} for single deletion, {{c1::first}} and {{c2::second}} for multiple.

Image occlusion: Use for diagrams, maps, anatomical images. Hide labels, reveal on flip.

Tags for organization: Use hierarchical tags subject::topic::subtopic for filtered study.

### Memory Science Integration

Minimum information principle: Simpler cards = better retention. If card feels complex, split it.

Personal connection: Add context from your experience. "X reminds me of Y" strengthens encoding.

Concrete over abstract: "Paris is capital of France" beats "Capitals are important cities."

Imagery when possible: Visual descriptions enhance memory. "Mitochondria = bean-shaped power plant."

### Common Mistakes

Too much text on back: Keep answers under 20 words. Long answers = weak recall signal.

Orphan cards: Cards without context fail. Include source/chapter in tags.

Copy-paste from textbook: Rephrase in your own words. Understanding before memorization.

Skipping hard cards: Difficulty means you need it most. Never suspend without replacement.

### Output Formats

Anki TSV: question\\tanswer\\ttag1 tag2

Quizlet import: Question and answer separated by tab, cards separated by newline.

Markdown table: For review before import.

| Front | Back | Tags |
|-------|------|------|
| Q1 | A1 | topic |

### Spaced Repetition Settings

New cards/day: 10-20 for sustainable learning. More causes review pile-up.

Review intervals: Trust the algorithm. Don't manually reschedule.

Again vs Hard: "Again" = complete failure (resets interval). "Hard" = struggle but recalled.

Leeches: Cards failed 8+ times need rewriting, not more repetition.
## 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-29T17:13:30.935Z
- Expires at: 2026-05-06T17:13:30.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/flashcards)
- [Send to Agent page](https://openagent3.xyz/skills/flashcards/agent)
- [JSON manifest](https://openagent3.xyz/skills/flashcards/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/flashcards/agent.md)
- [Download page](https://openagent3.xyz/downloads/flashcards)