用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill exam命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use this skill to create a Polymarket wallet for your agent and trade on prediction markets. Browse markets, place bets, manage positions — all without exposing private keys.
ClawSec suite manager with embedded advisory-feed monitoring, cryptographic signature verification, approval-gated malicious-skill response, and guided setup for additional security skills.
Automated daily security audits for OpenClaw agents with email reporting. Runs deep audits and sends formatted reports.
基于 SOC 职业分类
正在显示 SKILL.md
| name | Exam |
| description | Generate practice tests, flashcards, study schedules, and timed simulations from any study material. |
Complete exam preparation from your content:
Works for: university exams, certifications (AWS, PMP, etc.), standardized tests, professional licensing.
| Task | Load |
|---|---|
| Question generation patterns | questions.md |
| Flashcard formats and strategies | flashcards.md |
| Timed simulation setup | simulations.md |
| Performance tracking | tracking.md |
User shares: notes, textbook chapters, slides, documentation, past exams.
Agent creates questions at specified difficulty:
User answers, agent scores and tracks performance by topic.
Agent identifies gaps, generates targeted practice.
| Type | Format | Best For |
|---|---|---|
| Multiple choice | 4 options, 1 correct | Quick assessment, certifications |
| Multiple select | N options, M correct | Complex topics |
| True/False | Statement + T/F | Fast review |
| Short answer | 1-3 sentences | Definitions, explanations |
| Fill blank | Sentence with ___ | Terminology |
| Matching | Connect pairs | Relationships |
| Essay | Open response | Deep understanding |
From notes:
User: "Generate 10 questions from these AWS S3 notes"
Agent: Creates mix of types, varying difficulty
By topic:
User: "5 hard questions on database normalization"
Agent: Generates challenging application questions
Exam style:
User: "Make questions like the PMP exam"
Agent: Matches official format, question style, difficulty
📝 Practice: AWS S3 (10 questions)
Q1/10 [Medium]
Which S3 storage class has the lowest cost for infrequently accessed data with millisecond retrieval?
A) S3 Standard
B) S3 Intelligent-Tiering
C) S3 Standard-IA ✓
D) S3 Glacier
Your answer: _
After answer:
✅ Correct!
S3 Standard-IA is designed for infrequently accessed data
but requires rapid access when needed. Glacier has lower
cost but retrieval takes minutes to hours.
[Next] [Skip] [End session]
~/exams/
├── {subject}/
│ ├── questions.jsonl # Question bank
│ ├── sessions.jsonl # Practice history
│ ├── performance.json # Stats by topic
│ └── flashcards.json # Generated cards
"Create a study schedule — exam in 2 weeks, 3 hours/day available"
"Summarize chapter 5 focusing on what's likely to be on the exam"
"Make a concept map for [topic]"
"Generate a 1-page quick review sheet for [subject]"
"Remind me to study at 7pm daily" (uses cron)
"Generate 20 questions from [material]"
"Quiz me on [topic]"
"Start a timed simulation (50 questions, 60 minutes)"
"Show my weak areas"
"Create flashcards for [topic]"
"Review mistakes from last session"
"Grade my essay answer and suggest improvements"