← Back to Skills Marketplace
534422530

Add Flashcard

by 534422530 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
43
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install add-flashcard
Description
Spaced repetition flashcard system
README (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
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install add-flashcard
  3. After installation, invoke the skill by name or use /add-flashcard
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug add-flashcard
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Add Flashcard?

Spaced repetition flashcard system. It is an AI Agent Skill for Claude Code / OpenClaw, with 43 downloads so far.

How do I install Add Flashcard?

Run "/install add-flashcard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Add Flashcard free?

Yes, Add Flashcard is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Add Flashcard support?

Add Flashcard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Add Flashcard?

It is built and maintained by 534422530 (@534422530); the current version is v1.0.0.

💬 Comments