Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/optimeta/paideia/alt-importnpx skills add OPTIMETA/PAIDEIA --skill alt-importgit clone --depth 1 https://github.com/OPTIMETA/PAIDEIAWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/optimeta/paideia/alt-import)<a href="https://agentmods.dev/skills/optimeta/paideia/alt-import"><img src="https://agentmods.dev/badge/skills/optimeta/paideia/alt-import.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00088 | $0.01888 |
| Opus 5 | $0.00044 | $0.00944 |
| Sonnet 5 | $0.00018 | $0.00378 |
| Haiku 4.5 | $0.00009 | $0.00189 |
Grade A, and why
alt-import scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 140 lines — stays where its author put it; the contents beside it link to each section on GitHub.
alt-import
Exam Radar is OPTIMETA's Alt plugin. From lecture-recording transcripts it extracts the topics a professor verbally emphasized, ranks them by exam probability, and lets the user triage each into one of three zones. Its 복사 button emits a fixed markdown form. This skill ingests that form.
PAIDEIA already has one exam-probability signal — HW density (course-index/coverage.md). Exam Radar adds a second, independent one — lecture emphasis. The two corroborate where they agree and expose blind spots where they diverge.
Premise (do not break). HW density remains the primary Exam tier. Lecture emphasis is layered on as annotation and a second opinion — it is surfaced, never substituted. As with a user-declared weak zone, a single lecture signal does not auto-upgrade an HW-based tier (mirror course-builder's rule). What it does is flag divergences for the user to judge.
1. The export format (exam-radar:v1)
# Exam Radar 작전 — <course>
<!-- exam-radar:v1 source=alt -->
- 코스: <course>
- 시험까지: <D-N>
- 토픽: 총 <N>개 (골드존 <G> · 버려도 안전 <D>)
- 버려도 안전 비중: 전체의 <P>%
## 지금 할 것 — 골드존 (시험확률 높음 · 아직 약함)
1. <topic> · 시험확률 <p>%[ · 🎙]
...
## 이미 다진 것 (잘 알거나 시험에 덜 나옴)
- <topic> · 시험확률 <p>%
...
## 버려도 안전 (안 해도 되는 것)
- <topic> · 시험확률 <p>%
...
Parse rules:
- Detect by the
<!-- exam-radar:v1marker. Parse thevNinteger; if> 1, warn and parse the v1 fields best-effort (ignore unknown ones). - Meta: read
- 코스:,- 시험까지:(D-N), and the count line. - Zones: three
##headings →지금 할 것 — 골드존→ zonegold(high exam-prob, low self-confidence).이미 다진 것→ zonestrong(already known or low exam-prob).버려도 안전→ zoneskip(safe to drop).
- Each topic line:
<name> · 시험확률 <p>%, optionally· 🎙(the professor verbally stressed it). The leading1./-is just list markup. Parsename, integerp(0–100), and the🎙flag. - Be lenient on whitespace and the leading marker. A zone with
(없음)/(아직 없음 …)is empty.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 140 lines · 88 tokens per session scan A 4f3e5b3b929a
alt-import is a skill published in the GitHub repository OPTIMETA/PAIDEIA (91 stars, last pushed 1mo ago), licensed MIT. It adds 88 tokens to every session and 1,888 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
tutorial
Interactive walkthrough for new users. Learn by doing — each step creates real content in your vault. Three tracks (researcher, manager, personal) with a universal learning arc. Triggers on "/tutorial", "walk me through", "how do I use this".
learn
Research a topic and grow your knowledge graph. Uses Exa deep researcher, web search, or basic search to investigate topics, files results with full provenance, and chains to processing pipeline. Triggers on "/learn", "/learn [topic]", "research this", "find out about".
interview-analysis
This skill should be used when the user asks to "/interview-analysis", "analyze my interview", "debrief my interview", "what did I miss in the interview", "review my interview transcript", or pastes a transcript / notes from a just-finished interview. Reads the transcript (pasted, from --from-file, or auto-pulled from…
case-practice
This skill should be used when the user asks for "/case-practice", "/pm-job-search:case-practice", "drill me on product cases", "practice PM case interviews", "MC case drill", or "test my case-interview recognition". Runs drill 1 of the case-practice methodology — a multiple-choice (MC) rapid-recognition drill that…
spark-3.5-updates
Knowledge base for Spark 3.1→3.5 updates not covered by the Learning Spark 2nd Ed book. Use for: (A) Pandas UDF and Arrow APIs (exam Sec 7 obj 2 'Create and invoke Pandas UDF'); (B) new built-in functions added in 3.3-3.5 (exam Sec 3); (C) AQE evolution post-3.0 — default-on, new sub-configs, SMJ→SHJ conversion (exam…
spark-connect
Knowledge base for Spark Connect (Apache Spark 3.4–3.5). Use when preparing for Sec 6 of the Databricks Certified Associate Developer for Apache Spark exam, configuring a Spark Connect client/server, or migrating PySpark code to the decoupled client-server architecture. Sources: spark.apache.org 3.5.7 docs +…