任何素材
一个章节、课堂笔记、一份单词表,或一集电视剧。
AI 记忆卡制作
告诉 Claude、ChatGPT 或 Gemini 你想学什么。它会写好卡片,把卡组发布到你的手机上。
免费。没有广告。开源。
一个章节、课堂笔记、一份单词表,或一集电视剧。
写入任何内容前,每张卡片都会先检查一遍。
它只管理卡组,永远无法发帖、关注或修改你的资料。
智能体读取真实结果,不用靠猜。
把这段粘贴到你的 AI 智能体里,填上主题。登录由你在手机上确认。
Build me a Loopky flashcard deck with the Loopky CLI.
Topic: <WHAT I WANT TO LEARN>
Cards: <HOW MANY>
Steps:
1. Install the CLI if it is missing:
curl -fsSL https://github.com/jvsena42/loopky/releases/latest/download/install.sh | sh
Windows: irm https://github.com/jvsena42/loopky/releases/latest/download/install.ps1 | iex
2. Read the command surface first: loopky commands --json
3. Log in: loopky login
It prints a QR code. I approve it in Pubky Ring on my phone.
4. Write the cards to cards.tsv, one card per line:
front <TAB> back
Two more columns are optional: an https image URL for each side.
5. Check before you write anything:
loopky deck create --title "<TITLE>" --from-file cards.tsv --dry-run --json
6. Publish it:
loopky deck create --title "<TITLE>" --tag <TOPIC> --from-file cards.tsv
Language deck: add --front-lang en-US --back-lang es-ES --listen --speak
7. Show me the result: loopky deck show <deckId> --json
I already have an Anki file? Import it instead:
loopky import deck.apkg --dry-run --json
loopky import deck.apkg --title "<TITLE>"
Rules:
- Every command takes --json, and the result sits under "data".
- Always run --dry-run before a command that writes.
- Image URLs must be https, and no SVG or TIFF. Those do not render.
- Do not invent cards I did not ask for. Show me the list before publishing.卡组会出现在 Loopky 里,可以直接用间隔重复学习,语言卡组还有语音。AI 写的卡片请检查一下有没有错误。
不需要。把提示词粘贴到能用终端的 AI 智能体里,比如 Claude Code、Codex 或 Gemini CLI。命令由它来运行。
能。loopky import deck.apkg 会导入 Anki 卡组包,加上 --dry-run 可以先看结果。
它不能发帖、关注别人或修改你的资料。它只管理卡组和卡片。