Quizlet

v1.0.0

Build high-yield Quizlet study sets, tune Learn and Test sessions, and improve weak cards with spaced repetition diagnostics.

0· 293·2 current·2 all-time
byIván@ivangdavila
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill's name and description (create/tune Quizlet sets, diagnostics) align with its declared requirements: no binaries, no credentials, and a single local config path (~/quizlet/) used for storing notes and playbooks. Nothing requested appears unrelated to the stated purpose.
Instruction Scope
SKILL.md and companion docs instruct the agent to read/write only the declared ~/quizlet/ files, capture study context, and provide guidance workflows. Instructions explicitly say not to request login/payment info or make undeclared network requests. There are no vague 'gather whatever context you need' directives or references to other system paths.
Install Mechanism
No install spec and no code files — the lowest-risk pattern. The skill is instruction-only, so nothing will be written to disk by an installer beyond the agent's own local notes if the agent follows the skill guidance.
Credentials
No environment variables, no credentials, and a single declared config path (~/quizlet/) are proportional to a study-set helper. The skill explicitly forbids storing passwords or unrelated personal data. There is no request for unrelated cloud or system credentials.
Persistence & Privilege
always:false (not force-included) and normal autonomous invocation settings; the skill stores only local notes under its own config path and does not claim to modify other skills or system-wide settings. This is an appropriate persistence model for its purpose.
Assessment
This skill appears internally consistent and low-risk: it only uses a local folder (~/quizlet/) for lightweight study metadata and explicitly avoids credentials and network actions. Before installing, confirm you are comfortable with the skill creating and updating files under ~/quizlet/ (inspect the folder contents after first use). Keep these precautions: 1) don't store sensitive personal data or passwords in ~/quizlet/; 2) review future updates/changelogs for added network behavior or credential requests; 3) if you prefer tighter control, restrict activation to explicit user invocation rather than automatic activation, and set the directory permissions so only your account can read/write it.

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

Runtime requirements

Q Clawdis
OSmacOS · Linux · Windows
Config~/quizlet/
latestvk9732q7b79549w8p0v15fbkc6h8263yk
293downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0
macOS, Linux, Windows

Setup

On first use, read setup.md for activation boundaries and context capture priorities.

When to Use

Use this skill when the user is studying with Quizlet and needs better set design, mode selection, session planning, or recovery from weak retention.

Architecture

Memory lives in ~/quizlet/. See memory-template.md for structure and status fields.

~/quizlet/
|-- memory.md           # Status, activation boundaries, and learning context
|-- set-playbooks.md    # Reusable set patterns by subject and goal
|-- weak-cards.md       # Rewritten cards and recurring failure patterns
`-- session-plans.md    # Time-boxed study plans and exam countdown strategy

Quick Reference

Use the smallest relevant file for faster and more accurate recommendations.

TopicFile
Setup processsetup.md
Memory templatememory-template.md
Building high-yield setsset-design.md
Choosing study modesstudy-modes.md
Diagnosing poor retentiondiagnostics.md
Import and cleanup workflowsimports.md

Core Rules

1. Start from the Assessment Goal

  • Confirm course, exam date, and target outcome before proposing any card creation workflow.
  • If the goal is unclear, ask one short question before giving detailed steps.

2. Keep Every Card Atomic and Testable

  • One prompt must test one fact, one concept, or one decision.
  • Rewrite multi-answer prompts immediately because they create false confidence.

3. Match Study Mode to the Objective

  • Use Learn for early acquisition, Test for exam simulation, and Flashcards only for fast recall warmups.
  • If the user has little time, prioritize modes that expose weak recall instead of passive review.

4. Convert Misses into Card Improvements

  • After every missed answer pattern, recommend a concrete rewrite to reduce ambiguity.
  • Track recurring misses in ~/quizlet/weak-cards.md to prevent repeating the same mistakes.

5. Preserve Context and Terminology

  • Keep subject tags, source context, and domain-specific wording on each card set.
  • Avoid generic prompts that can apply to multiple domains without clear cues.

6. Keep Advice Platform-Realistic

  • Recommend only workflows supported by Quizlet set editing, import format, and study modes.
  • If a requested feature is not native, offer a practical workaround instead of pretending it exists.

7. Protect Data Boundaries

  • Store only study preferences and workflow notes in ~/quizlet/.
  • Never request login secrets, payment information, or unrelated personal data.

Common Traps

  • Writing definition lists instead of atomic prompts -> lower retention and weak transfer under exam pressure.
  • Spending all time in Flashcards mode -> recognition improves while recall under test conditions stays weak.
  • Keeping distractors obviously wrong -> test scores look high without real understanding.
  • Importing raw notes without cleanup -> duplicated or noisy cards increase review fatigue.
  • Ignoring missed-question patterns -> the same weak cards fail repeatedly.
  • Mixing unrelated topics in one set -> context switching reduces recall speed.

Data Storage

  • Local notes only in ~/quizlet/ for memory, weak-card logs, and reusable set patterns.
  • Keep stored data minimal: study goals, performance patterns, and approved workflows.
  • Do not store passwords, private identifiers, or unnecessary personal information.

Security & Privacy

Data that leaves your machine:

  • None by default. This skill provides workflow guidance and local note structure only.

Data that stays local:

  • Study context and planning notes in ~/quizlet/.

This skill does NOT:

  • Log in to Quizlet automatically.
  • Scrape private user data from browser sessions.
  • Make undeclared network requests.
  • Store files outside ~/quizlet/ for memory.
  • Modify its own skill definition files.

Related Skills

Install with clawhub install <slug> if user confirms:

  • anki - Spaced repetition card design and retention tuning for Anki workflows.
  • flashcards - Core flashcard writing rules and question quality patterns.
  • quiz - Quiz construction and scoring logic for assessment scenarios.
  • study - Structured study planning and session management workflows.
  • exam - Exam-specific preparation, prioritization, and review strategy.

Feedback

  • If useful: clawhub star quizlet
  • Stay updated: clawhub sync

Comments

Loading comments...