FlashForge AI Flashcard Generator

v1.0.0

Generate flashcards from any content. Paste notes, articles, or textbook pages. Get study-ready cards with spaced repetition scheduling.

0· 268·1 current·1 all-time
byShadow Rose@theshadowrose
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, README, SKILL.md and the included src/flash-forge.js all describe and implement a local flashcard generator with SM-2 spaced-repetition. No unrelated dependencies, credentials, or external services are requested.
Instruction Scope
Runtime instructions are limited to pasting content and generating/studying cards. The code reads/writes a local JSON deck file (default ./flashcards.json) and provides export functionality; there are no instructions to read other system files or transmit data externally.
Install Mechanism
No install spec is provided (instruction-only). The included JavaScript module uses only Node's built-in fs module. No downloads or external package installs are required by the skill bundle itself.
Credentials
The skill declares no required environment variables or credentials. The code only uses the filesystem for local storage; requested access is proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. It writes only to its own deck file (configurable via constructor) and does not modify other skills or global agent settings.
Assessment
This skill is coherent: it generates and stores flashcards locally (default file: ./flashcards.json) and does not send data externally or require credentials. Before installing, note: (1) any text you paste — including sensitive notes — will be stored on disk, so avoid pasting secrets; (2) the module writes to a file in the current working directory and could overwrite a file with that name if present; (3) you'll need a Node runtime to use the included JS module if you plan to run it locally. If you want extra caution, review src/flash-forge.js yourself or run the skill in a sandboxed environment. If you need confirmation that the agent won't attempt network calls at runtime, request an explicit network-access statement from the author or inspect any runtime wrapper the agent uses to invoke the skill.

Like a lobster shell, security has layers — review code before you run it.

educationvk9751q1b370sdfrkh8ay8t4ayx82mssyflash-forgevk9751q1b370sdfrkh8ay8t4ayx82mssyflashcardsvk9751q1b370sdfrkh8ay8t4ayx82mssylatestvk9751q1b370sdfrkh8ay8t4ayx82mssylearningvk9751q1b370sdfrkh8ay8t4ayx82mssymemoryvk9751q1b370sdfrkh8ay8t4ayx82mssystudyvk9751q1b370sdfrkh8ay8t4ayx82mssy

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments