Install
$ agentstack add skill-tchr-dev-autonovel-apply-cuts ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Apply cuts
Mechanical pass — no LLM call. Reads /edit_logs/chNN_cuts.json produced by adversarial-edit and removes matching quotes from chapters.
Common invocations
# Dry run on all chapters with cuts files
AUTONOVEL_NOVEL_DIR= python scripts/apply_cuts.py all --dry-run
# Apply only OVER-EXPLAIN and REDUNDANT cuts (the safest/most common types)
AUTONOVEL_NOVEL_DIR= python scripts/apply_cuts.py all --types OVER-EXPLAIN REDUNDANT
# Apply all cuts to chapters where adversarial-edit found ≥17% fat
AUTONOVEL_NOVEL_DIR= python scripts/apply_cuts.py all --min-fat 17
# Single chapter
AUTONOVEL_NOVEL_DIR= python scripts/apply_cuts.py 12
Failure modes
not found— the quote doesn't appear in the chapter (often because a previous cut already shifted whitespace; the script tries whitespace-normalised match before giving up)ambiguous (N matches)— the quote appears more than once; the script refuses to guess which instance was meant- Skipped if quote < 25 chars
The script collapses runs of 3+ newlines down to 2 after applying cuts.
After running
Report:
- Total words removed across chapters
- Per-chapter applied / failed / skipped breakdown
- Which chapters had the highest cut counts (revision priorities)
Suggest:
- Re-evaluate any heavily-cut chapter with
evaluate-chapterto confirm the score moved in the right direction - If
failedcount is high, manually inspect the cuts file — some quotes may need rephrasing in the cuts JSON before retrying
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: tchr-dev
- Source: tchr-dev/autonovel
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.