← 返回 Skills 市场
534422530

Add Flashcard

作者 534422530 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
43
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install add-flashcard
功能描述
Spaced repetition flashcard system
使用说明 (SKILL.md)

\r \r

Add Flashcard\r

\r

Description\r

Spaced repetition flashcard system\r \r

Trigger\r

When user says or types: "add flashcard"\r \r

Core Association\r

This capability belongs to tool core.\r \r

Implementation\r

Calls memento_flashcards_capability() from capability_executor.py\r \r

Usage\r

from capability_executor import execute_capability\r
execute_capability("add flashcard")\r
```\r
\r
\r
## 中文说明\r
间隔重复闪卡系统\r
\r
## 触发方式\r
用户说"add flashcard"时触发\r
## Dependencies\r
- capability_executor.py in D:\\coze-local\\db\r
- capability_executor.py (registration + dispatch)\r
\r
## Linkage\r
- Reports failures to skill_evolver (MetaClaw) and seal_coevolution (SEAL)\r
- Confidence tracked via capability_executor\r
\r
## 触发场景\r
- 用户说"记忆卡片"、"flashcard"、"记单词"\r
- 用户说"间隔重复"、"记忆卡"、"复习"\r
- 用户说"添加卡片"、"创建闪卡"\r
\r
\r
## B站学习\r
> 学习时间: 2026-06-01 20:56\r
\r
- **呀-Python**: #52-Build-a-Geography-Flashcard-App-Python-Tkinter-GUI-Tutor\r
  - 关键词: 52, Build, Geography, Flashcard, App\r
- **呀-Python**: #53-Build-a-Geography-Flashcard-App-Part-2-Add-Images\r
  - 关键词: 53, Build, Geography, Flashcard, App\r
\r
## B站学习\r
> 学习时间: 2026-06-01 21:01\r
\r
- **呀-Python**: #52-Build-a-Geography-Flashcard-App-Python-Tkinter-GUI-Tutorial\r
- **呀-Python**: #53-Build-a-Geography-Flashcard-App-Part-2-Add-Images\r
- **呀-Python**: #53-Build-a-Geography-Flashcard-App-Part-2-Add-Images\r
\r
## 融合来源: add-flashcard-4c0314\r
> 融合时间: 自动合并\r
\r
> 学习时间: 2026-06-01 21:07\r
- **呀-Python**: #52-Build-a-Geography-Flashcard-App-Python-Tkinter-GUI-Tutorial\r
- **呀-Python**: #53-Build-a-Geography-Flashcard-App-Part-2-Add-Images\r
- **呀-Python**: #53-Build-a-Geography-Flashcard-App-Part-2-Add-Images\r
> 融合时间: 自动合并\r
> 学习时间: 2026-06-02 07:52\r
- **呀-Python**: #52-Build-a-Geography-Flashcard-App-Python-Tkinter-GUI-Tutorial\r
- **呀-Python**: #53-Build-a-Geography-Flashcard-App-Part-2-Add-Images\r
- **呀-Python**: #53-Build-a-Geography-Flashcard-App-Part-2-Add-Images\r
> 融合时间: 自动合并\r
> 学习时间: 2026-06-02 07:59\r
- **bili_22111868366**: 164.驱动盘强化塑化镀剂用量\r
- **线帒杨**: 24考研数学-ATAx=ATb一定有解(答疑164)\r
- **硬核模讯**: 下午4点164开订!HG明镜高达\r
\r
## B站学习 (第1轮)\r
> 学习时间: 2026-06-02 09:20\r
\r
- **呀-Python**: #52-Build-a-Geography-Flashcard-App-Python-Tkinter-GUI-Tutorial\r
  https://www.bilibili.com/video/BV12ScqzqERN\r
- **呀-Python**: #53-Build-a-Geography-Flashcard-App-Part-2-Add-Images\r
  https://www.bilibili.com/video/BV12ScqzqESC\r
- **呀-Python**: #53-Build-a-Geography-Flashcard-App-Part-2-Add-Images\r
  https://www.bilibili.com/video/BV16hF5ztExA\r
\r
## B站学习 (第2轮)\r
> 学习时间: 2026-06-02 09:32\r
\r
- **呀-Python**: #52-Build-a-Geography-Flashcard-App-Python-Tkinter-GUI-Tutorial\r
  https://www.bilibili.com/video/BV12ScqzqERN\r
- **呀-Python**: #53-Build-a-Geography-Flashcard-App-Part-2-Add-Images\r
  https://www.bilibili.com/video/BV12ScqzqESC\r
- **呀-Python**: #53-Build-a-Geography-Flashcard-App-Part-2-Add-Images\r
  https://www.bilibili.com/video/BV16hF5ztExA\r
安全使用建议
Reasonable to install if you want an agent shortcut for adding flashcards. Be aware it relies on a separate local capability_executor.py not included here, so review that local implementation before trusting what it stores or reports, and consider narrowing triggers if accidental activation would be annoying.
能力评估
Purpose & Capability
The stated purpose is adding spaced-repetition flashcards, and the instructions consistently point to that capability, but actual execution depends on an external local capability_executor.py that is not included in the artifact.
Instruction Scope
The primary trigger is clearly declared as "add flashcard"; some additional Chinese/English trigger examples are broad enough to cause accidental activation, but they remain related to flashcards and study review.
Install Mechanism
The bundle contains only SKILL.md and does not include install scripts, package dependencies, or executable helper files.
Credentials
No credentials, API keys, account sessions, broad filesystem access, or privileged environment access are requested; the referenced local Windows path is an external dependency for the flashcard function.
Persistence & Privilege
The skill mentions confidence tracking and failure reporting through external components, but there is no bundled code, persistence setup, privilege escalation, background worker, or automatic mutation mechanism in the artifact.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install add-flashcard
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /add-flashcard 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
add-flashcard 1.0.0 - Initial release of a spaced repetition flashcard system. - Supports both English and Chinese triggers, including "add flashcard" and related phrases. - Integrates with capability_executor.py for execution and core association. - Reports failures to skill_evolver (MetaClaw) and seal_coevolution (SEAL). - Includes B站学习 (Bilibili study links) and usage instructions for developers.
元数据
Slug add-flashcard
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Add Flashcard 是什么?

Spaced repetition flashcard system. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 43 次。

如何安装 Add Flashcard?

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

Add Flashcard 是免费的吗?

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

Add Flashcard 支持哪些平台?

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

谁开发了 Add Flashcard?

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

💬 留言讨论