← 返回 Skills 市场
bytesagain3

Flashcard

作者 bytesagain3 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
575
总下载
0
收藏
6
当前安装
8
版本数
在 OpenClaw 中安装
/install flashcard
功能描述
Spaced repetition study tool with deck management. Use when you need flashcard.
使用说明 (SKILL.md)

Flashcard

Study smarter with spaced repetition. Cards you struggle with come up more often.

Commands

  • create \x3Cdeck> — Create a new flashcard deck
  • add \x3Cdeck> \x3Cfront> \x3Cback> — Add a card to a deck
  • study \x3Cdeck> — Study weakest cards first
  • correct \x3Cdeck> — Mark current card as correct
  • wrong \x3Cdeck> — Mark current card as wrong (will repeat sooner)
  • decks — List all decks with card counts
  • stats — Overall study statistics
  • help — Show commands

Usage Examples

flashcard create Spanish
flashcard add Spanish "hola" "hello"
flashcard add Spanish "gracias" "thank you"
flashcard study Spanish
flashcard correct Spanish
flashcard decks
flashcard stats

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

安全使用建议
This skill appears to be a local flashcard tool. Before installing/using: (1) review the scripts yourself — they are plain shell scripts — to confirm you’re comfortable executing them; (2) note that data is stored under $FLASHCARD_DIR or $XDG_DATA_HOME/$HOME/.local/share/flashcard (history.log and data.log). Avoid putting sensitive personal data into cards if you don't want it persisted. If you prefer a different storage location set FLASHCARD_DIR. There are no network calls or credential requests in the provided files, so the main risk is local data persistence rather than exfiltration.
功能分析
Type: OpenClaw Skill Name: flashcard Version: 2.0.0 The flashcard skill bundle is a legitimate study tool implementing spaced repetition and deck management. The shell scripts (flash.sh and script.sh) are used to manage local data storage in standard user directories and generate structured prompts for the AI agent to handle educational tasks like quiz generation and card creation. There is no evidence of data exfiltration, unauthorized network access, or malicious prompt injection intended to subvert the agent's behavior.
能力评估
Purpose & Capability
Name/description (spaced repetition, decks) match the included scripts and SKILL.md. The two shell scripts implement local deck/quiz/review/export behaviors consistent with the stated purpose. No unrelated services, credentials, or binaries are requested.
Instruction Scope
SKILL.md and scripts limit actions to generating flashcards, scheduling, quizzes, exporting formats, and local logging. The scripts read/write only to a user-local data directory (default: $XDG_DATA_HOME or $HOME/.local/share/flashcard). There are no instructions to read unrelated system files, network endpoints, or other credentials.
Install Mechanism
No install spec; this is instruction + bundled shell scripts. Shell scripts are plain text and will run locally if executed. No downloads, package installs, or external archives are specified.
Credentials
The skill declares no required environment variables or secrets. The scripts accept an optional FLASHCARD_DIR to change storage location — reasonable and proportionate for a local data store. No sensitive vars (API keys, tokens) are requested.
Persistence & Privilege
always is false; the skill is user-invocable and can be called autonomously (platform default). It creates and uses its own data files under the user's home directory and does not modify other skills or system-wide configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install flashcard
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /flashcard 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.4
yaml-fix+quality
v2.3.3
yaml-fix+quality
v2.3.2
Quality upgrade
v2.3.1
Quality upgrade: custom functionality
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions
v1.0.0
Initial release of the flashcard skill: - Create flashcards tailored to specific topics and quantities - Includes spaced repetition system based on the forgetting curve - Offers review and quiz modes (supports multiple choice and fill-in-the-blank) - Supports export to Markdown and Anki formats - Provides study statistics and analysis - Fully localized for Chinese users
元数据
Slug flashcard
版本 2.0.0
许可证 MIT-0
累计安装 6
当前安装数 6
历史版本数 8
常见问题

Flashcard 是什么?

Spaced repetition study tool with deck management. Use when you need flashcard. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 575 次。

如何安装 Flashcard?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install flashcard」即可一键安装,无需额外配置。

Flashcard 是免费的吗?

是的,Flashcard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Flashcard 支持哪些平台?

Flashcard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Flashcard?

由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.0。

💬 留言讨论