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 skills add jedikim/storyai --skill story-draftgit clone --depth 1 https://github.com/jedikim/storyaiWrote 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/jedikim/storyai/story-draft)<a href="https://agentmods.dev/skills/jedikim/storyai/story-draft"><img src="https://agentmods.dev/badge/skills/jedikim/storyai/story-draft/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/jedikim/storyai/story-draft"><img src="https://agentmods.dev/badge/skills/jedikim/storyai/story-draft.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00100 | $0.00674 |
| Opus 5 | $0.00050 | $0.00337 |
| Sonnet 5 | $0.00020 | $0.00135 |
| Haiku 4.5 | $0.00010 | $0.00067 |
Grade A, and why
story-draft 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 9d 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.
What it actually says
초고 집필
1. 상태 파악
promises(status=["eligible"]) # 지금 회수할 수 있는 복선
get("story://session/latest") # 이전 턴이 남긴 open_threads
outline(scope="<직전 챕터>", depth=1) # 어디서 끊겼는지
2. 컨텍스트 확보
neighborhood(intent="<쓰려는 씬의 한 줄 요약>", as_of=<현재 장>, budget_tokens=4000)
전문을 통째로 부르지 마세요. 정말 필요한 씬 하나만 get(include="body")로 가져옵니다.
3. 집필 전 검증
- 이 씬의
pre조건이 현재 상태에서 만족되는가 - 등장 인물이 이 시점에 이 장소에 있을 수 있는가 (
present_at구간 확인) - 인물이 발화하려는 사실이 그 인물에게 보이는가 (
visible_to) forbid에 걸린 것을 노출하려 하지 않는가
하나라도 어긋나면 집필하지 말고 사용자에게 알리세요.
4. 집필
- 회수하는 복선은
eligible인 것만.hypothetical을 회수하면 근거 없는 해결입니다. - 새로 심는 복선이 있으면 그것도 기록 대상입니다.
- 원고는
manuscript/아래 해당 파일에 씁니다.
5. 제안 올리기
propose(
ops=[씬 노드 추가, 복선 상태 변경, 새 복선 추가, 인물 상태 변경],
read_set=[근거로 읽은 모든 노드와 그 rev],
rationale="무엇을 왜 바꿨는지 한 문단"
)
read_set을 비우지 마세요. 충돌 판정과 변경 전파가 전부 그 필드에 걸려 있습니다.
6. 세션 마무리
session/ 노드를 남깁니다. open_threads에 끝내지 못한 것을,
next에 다음에 할 일을 적습니다. 다음 턴은 다른 호스트일 수 있습니다.
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.
- 9d ago First seen · 58 lines · 100 tokens per session scan A fffd56cf9199
story-draft is a skill published in the GitHub repository jedikim/storyai (0 stars, last pushed 16d ago), licensed MIT. It adds 100 tokens to every session and 674 once invoked, about $0.0005 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-31.
Other skills, from other repositories
webgl-holographic-foil
A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.
general-video
Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
html-ppt-taste-brutalist
16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).
diagnostic-stem-delivery
Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.
chengfeng-check-updates
An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.