Loopky Loopky
取得應用程式

AI 記憶卡製作

讓你的 AI 來寫記憶卡

告訴 Claude、ChatGPT 或 Gemini 你想學什麼。它會寫好卡片,把牌組發布到你的手機上。

在 Google Play 取得 iOS 版即將推出

免費。沒有廣告。開源。

任何素材

一個章節、上課筆記、一份單字表,或一集影集。

先試執行

寫入任何內容前,每張卡片都會先檢查一遍。

權限很窄

它只管理牌組,永遠無法發文、追蹤或修改你的個人資料。

全部是 JSON

代理讀取真實結果,不用靠猜。

提示詞

把這段貼到你的 AI 代理裡,填上主題。登入由你在手機上確認。

Prompt
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 寫的卡片請檢查一下有沒有錯誤。

Loopky 裡做好的牌組

一個檔案,所有電腦

支援 Windows、macOS 和 Linux,還有 Homebrew、.deb 套件和 Docker。不用 Java,不用設定。

查看 CLI 文件

常見問題

我需要會寫程式嗎?

不需要。把提示詞貼到能用終端機的 AI 代理裡,例如 Claude Code、Codex 或 Gemini CLI。指令由它來執行。

AI 能匯入我的 Anki 牌組嗎?

能。loopky import deck.apkg 會匯入 Anki 牌組套件,加上 --dry-run 可以先看結果。

這個工具不能做什麼?

它不能發文、追蹤別人或修改你的個人資料。它只管理牌組和卡片。

Learn anything, remember everything.

每天幾分鐘就夠了。

在 Google Play 取得 iOS 版即將推出