Install
$ agentstack add skill-tulancn-vibe-noveling-novel-snapshot ✓ 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
小说项目快照管理
使用 Python 脚本 scripts/snapshot.py 管理快照。
操作
创建快照
python {SKILL_DIR}/scripts/snapshot.py create "描述"
复制 memory/、chapters/、events/ 到 .snapshots/{日期-描述}/。
恢复快照
python {SKILL_DIR}/scripts/snapshot.py list # 列出可用快照
python {SKILL_DIR}/scripts/snapshot.py restore "快照名" # 恢复(自动备份当前状态)
列出快照
python {SKILL_DIR}/scripts/snapshot.py list
用户确认
- 创建前:确认描述和将复制的目录
- 恢复前:确认目标快照,⚠️ 提醒当前状态会被自动备份
建议时机
- 开始写新章节前、大幅修改大纲后、修改核心设定前、完成重要剧情后(必需)
- 完成重要章节后、每日工作结束时、尝试新思路前(推荐)
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: TulanCN
- Source: TulanCN/vibe-noveling
- 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.