oh-story-long-analyze

oh-story-long-analyze is a skill for Codex from LiPu-jpg/Openwrite. It costs 73 tokens per session (596 once invoked), scanned B, original, Apache-2.0.

A structured, read-only analysis of a legally provided long novel. It covers the opening promise, chapter-by-chapter progress, plot units, characters, world rules, relationships, emotional pacing, foreshadowing, and writing techniques.

In plain words
What is it for?
Use it to study a novel’s opening, create a reference report, analyze chapter structure and character relationships, or extract reusable story methods.
Why use it?
It grounds claims in locations or other evidence instead of filling gaps with assumptions. It also turns specific story examples into general techniques without copying distinctive passages or replacing the original work.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to study a novel’s opening, create a reference report, analyze chapter structure and character relationships, or extract reusable story methods.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lipu-jpg/openwrite/oh-story-long-analyze
Install

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.

Any agent
npx skills add LiPu-jpg/Openwrite --skill oh-story-long-analyze
Clone the repo
git clone --depth 1 https://github.com/LiPu-jpg/Openwrite

Made for: Codex.

Wrote 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.

agentmods badge for oh-story-long-analyze

README.md
[![agentmods](https://agentmods.dev/badge/skills/lipu-jpg/openwrite/oh-story-long-analyze/github.svg)](https://agentmods.dev/skills/lipu-jpg/openwrite/oh-story-long-analyze)
Your own site
<a href="https://agentmods.dev/skills/lipu-jpg/openwrite/oh-story-long-analyze"><img src="https://agentmods.dev/badge/skills/lipu-jpg/openwrite/oh-story-long-analyze/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.

agentmods 80×15 button for oh-story-long-analyze

Your own site · 80×15
<a href="https://agentmods.dev/skills/lipu-jpg/openwrite/oh-story-long-analyze"><img src="https://agentmods.dev/badge/skills/lipu-jpg/openwrite/oh-story-long-analyze.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 596 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 9
    Skill grants unrestricted tool access without appropriate constraints. An agent with unfettered tool access can perform arbitrary actions including file modification, network requests, and code execution.
    Fix: Restrict tool access to only the tools required for the skill's stated purpose. Use an explicit allowlist rather than granting blanket access.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00073 $0.00596
Opus 5 $0.00036 $0.00298
Sonnet 5 $0.00015 $0.00119
Haiku 4.5 $0.00007 $0.00060

Measured 13d ago against content hash 6f7ebb341b3d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade B, and why

oh-story-long-analyze scanned grade B with 1 finding 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 13d 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.

Unrestricted tool accessmediumExcessive agency

A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.

allow_tools: ["*"]
presets/goethe/skills/oh-story-long-analyze/SKILL.md · 37 lines

What it actually says

Oh Story 长篇拆解

把拆解视为只读、转化性的文学分析。先确认材料来源、用户有权使用的范围、章节边界和期望深度;材料不完整时标注限制,不用常识补齐原作事实。

执行流程

  1. 先做作品概览与开篇样本,产出快速预览;除非用户明确要求完整拆解,否则在扩大到全书前停靠确认。
  2. 使用 references/method.md 依次处理章节边界、开篇、逐章摘要、剧情聚合、人物设定、汇总报告和表达技法。
  3. 每条硬事实标注可定位证据,区分原文事实、分析推断、迁移建议和待验证假设。
  4. 把具体桥段抽象为功能位、情绪机制和输入输出条件,不生成可替代原作的逐章复述。
  5. 数据量过大时分批推进并报告已覆盖范围、失败项和下一停靠点,不口头宣称全书完成。

OpenWrite 边界

  • 通过现有参考库保存与拆解材料,不创建上游 拆文库/、进度文件或自定义 Agent 目录。
  • 参考作品默认不污染当前小说;候选方法进入 Goethe 讨论后仍需预览 diff 和明确确认。
  • 不大段复制原文,不复制专名、独特设定、标志性场景或措辞到项目资产。
  • 不执行上游提取脚本、hooks 或并行 Agent 协议;只使用当前 OpenWrite 工具。

本 Skill 改编自 oh-story-claudecodestory-long-analyze,基于提交 48a4789d1f542eb672addf8ccb5dbdc20e63be46;MIT 许可见同目录 LICENSE

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 13d ago First seen · 37 lines · 73 tokens per session scan B 6f7ebb341b3d

Subscribe to this mod's changes

oh-story-long-analyze is a skill published in the GitHub repository LiPu-jpg/Openwrite (715 stars, last pushed yesterday), licensed Apache-2.0. It adds 73 tokens to every session and 596 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 1 finding (unrestricted tool access). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

awesome-novel

A nine-agent workflow for writing a novel with AI, from creating the initial setting through organizing the finished material. It can also bring an existing novel into the workflow.

modoojunko/awesome-novel-agent · 66 tokens

audit-playbook

A code-security audit playbook covering source-code review, runtime checks, software dependencies, deployment settings, and AI-agent security risks.

SeaOf0/dsh-redteam-model · 155 tokens

ida-reversing

Perform reverse engineering and binary analysis in IDA Pro using natural language commands powered by IDA MCP. Use this skill whenever the user wants to: analyze executable files, understand function behavior, decompile code, explore cross-references, search for strings or bytes, patch binary code, document reverse…

SeaOf0/dsh-redteam-model · 130 tokens

workflow

A command set for starting and managing step-by-step automated workflows.

inclusionAI/Avernet · 52 tokens

local-search

A local search component that finds web results using installed command-line tools and page parsers. It supports general web search and extra sources for areas such as Chinese pages, news, code questions, academic work, and reference material.

taxueseek/argo · 66 tokens

manage-taskboard

Manage work in the native DeepSeek Harness Taskboard with exact task ids and optimistic versions. Use when an Agent must inspect project work, claim an eligible todo, record progress or blockers, verify an implementation, submit it for human review, or release its own claim; also use when a human asks how to accept…

shengsheng90/DSH-taskboard · 88 tokens