anki-update
Automates the individual updating of Anki notes from a local folder of markdown files.
Install
mkdir -p .claude/skills/anki-update && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15125" && unzip -o skill.zip -d .claude/skills/anki-update && rm skill.zipInstalls to .claude/skills/anki-update
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Update Anki notes one by one from a folder of markdown files.Key capabilities
- →Scan a folder for markdown files
- →Update Anki notes one by one
- →Extract note ID from markdown file
- →Extract model and tags from markdown file
- →Extract front and back content from markdown file
- →Display progress and a summary count
How it works
The skill scans a specified folder for markdown files, extracts structured content from each file, and uses this content to update individual Anki notes.
Inputs & outputs
When to use anki-update
- →Syncing batch updates to Anki cards
- →Updating study notes from text files
- →Managing Anki deck revisions
About anki-update
Parses markdown files formatted with front/back content and note IDs to update existing cards in an Anki collection in bulk.
Update Anki notes one by one from a folder of markdown files.
When not to use it
- →When Anki notes should not be updated individually
- →When markdown files do not follow the specified format
- →When a summary count is not desired
Limitations
- →Markdown files must adhere to a specific format including 'nid', 'model', 'Front', and 'Back' sections
- →The skill updates notes one by one
- →The skill only processes `.md` files
How it compares
This skill automates the individual updating of Anki notes from structured markdown files, providing a systematic way to sync batch changes compared to manual Anki editing.
Compared to similar skills
anki-update side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| anki-update (this skill) | 0 | 4mo | Review | Beginner |
| word | 26 | 9mo | Review | Beginner |
| youtube-clipper | 11 | 6mo | Review | Intermediate |
| daily | 1 | 6mo | No flags | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
word
Fergana-Labs
Create, read, edit, and manipulate Microsoft Word documents (.docx files). Use when users ask to work with Word files, create documents, read .docx files, or format text documents.
youtube-clipper
op7418
YouTube 视频智能剪辑工具。下载视频和字幕,AI 分析生成精细章节(几分钟级别), 用户选择片段后自动剪辑、翻译字幕为中英双语、烧录字幕到视频,并生成总结文案。 使用场景:当用户需要剪辑 YouTube 视频、生成短视频片段、制作双语字幕版本时。 关键词:视频剪辑、YouTube、字幕翻译、双语字幕、视频下载、clip video
daily
ballred
Create daily notes and manage morning, midday, and evening routines. Structure daily planning, task review, and end-of-day reflection. Use for daily productivity routines or when asked to create today's note.
office-docs
Xxiii8322766509
Extract text and tables from .docx and .xlsx using local scripts (no external deps).
agent-challenges
ruvnet
Agent skill for challenges - invoke with $agent-challenges
feature-pipeline
notedit
Execute implementation tasks from design documents using markdown checkboxes. Use when (1) implementing features from feature-analyzer output, (2) resuming interrupted work, (3) batch executing tasks. Triggers on 'start implementation', 'run tasks', 'resume'.