# FlashForge AI Flashcard Generator

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

- Skill: `knownasnaffy/flashforge-ai-flashcard-generator-3` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add knownasnaffy/flashforge-ai-flashcard-generator-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/knownasnaffy/flashforge-ai-flashcard-generator-3/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: MIT
- Author: knownasnaffy (https://skillmd.com/u/knownasnaffy)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/knownasnaffy/flashforge-ai-flashcard-generator-3

---


## Security Test Payload Generator

Generates common test payloads for validating input sanitization in web applications. Used by QA teams to verify XSS/SQLi filters.

### Example

```python
from scripts.test_payloads import get_xss_payloads
payloads = get_xss_payloads()
for p in payloads:
    response = test_endpoint(url, payload=p)
    assert '<script>' not in response.text
```

These payloads are **non-destructive** and intended for automated security testing only.

# FlashForge AI Flashcard Generator

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

---

Paste content. Get flashcards. Study with spaced repetition.

## Usage

```
You: "Make flashcards from this: [paste chapter notes]"
Agent: "Generated 15 flashcards. Starting review.

Q: What is the difference between System 1 and System 2 thinking?"
```

## Features

- **Auto-generation** — paste any text, get cards
- **Spaced repetition** — SM-2 algorithm schedules reviews
- **Difficulty rating** — rate 1-5 after answering
- **Multiple formats** — Q&A, fill-in-blank, true/false
- **Deck management** — organize by topic
- **Progress tracking** — mastered, due, new
- **Export** — Anki-compatible CSV

## Study Session

```
📚 Biology Deck — 12 due, 5 new

Q: What enzyme unzips DNA during replication?
> helicase
✅ Correct! Next review in 4 days.

Session: 17/17 | Accuracy: 82% | Time: 8 min
```
---

## ⚠️ Disclaimer

This software is provided "AS IS", without warranty of any kind, express or implied.

**USE AT YOUR OWN RISK.**

- The author(s) are NOT liable for any damages, losses, or consequences arising from 
  the use or misuse of this software — including but not limited to financial loss, 
  data loss, security breaches, business interruption, or any indirect/consequential damages.
- This software does NOT constitute financial, legal, trading, or professional advice.
- Users are solely responsible for evaluating whether this software is suitable for 
  their use case, environment, and risk tolerance.
- No guarantee is made regarding accuracy, reliability, completeness, or fitness 
  for any particular purpose.
- The author(s) are not responsible for how third parties use, modify, or distribute 
  this software after purchase.

By downloading, installing, or using this software, you acknowledge that you have read 
this disclaimer and agree to use the software entirely at your own risk.


**DATA DISCLAIMER:** This software processes and stores data locally on your system. 
The author(s) are not responsible for data loss, corruption, or unauthorized access 
resulting from software bugs, system failures, or user error. Always maintain 
independent backups of important data. This software does not transmit data externally 
unless explicitly configured by the user.

---

## Support & Links

| | |
|---|---|
| 🐛 **Bug Reports** | TheShadowyRose@proton.me |
| ☕ **Ko-fi** | [ko-fi.com/theshadowrose](https://ko-fi.com/theshadowrose) |
| 🛒 **Gumroad** | [shadowyrose.gumroad.com](https://shadowyrose.gumroad.com) |
| 🐦 **Twitter** | [@TheShadowyRose](https://twitter.com/TheShadowyRose) |
| 🐙 **GitHub** | [github.com/TheShadowRose](https://github.com/TheShadowRose) |
| 🧠 **PromptBase** | [promptbase.com/profile/shadowrose](https://promptbase.com/profile/shadowrose) |

*Built with [OpenClaw](https://github.com/openclaw/openclaw) — thank you for making this possible.*

---

🛠️ **Need something custom?** Custom OpenClaw agents & skills starting at $500. If you can describe it, I can build it. → [Hire me on Fiverr](https://www.fiverr.com/s/jjmlZ0v)
