Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add TulanCN/vibe-noveling/plugin install vibe-novelingWrote 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/tulancn/vibe-noveling/novel-obsidian)<a href="https://agentmods.dev/skills/tulancn/vibe-noveling/novel-obsidian"><img src="https://agentmods.dev/badge/skills/tulancn/vibe-noveling/novel-obsidian/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/tulancn/vibe-noveling/novel-obsidian"><img src="https://agentmods.dev/badge/skills/tulancn/vibe-noveling/novel-obsidian.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.00030 | $0.00795 |
| Opus 5 | $0.00015 | $0.00398 |
| Sonnet 5 | $0.00006 | $0.00159 |
| Haiku 4.5 | $0.00003 | $0.00080 |
Grade A, and why
novel-obsidian 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 11d 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
Obsidian 知识图谱可视化
将实体关系数据同步到 Obsidian vault,利用 Obsidian 图谱视图 + Graph Link Types 插件可视化知识图谱。
前提
- 已安装 Obsidian(https://obsidian.md)
- vault 中安装了以下插件:
- Dataview(Graph Link Types 的依赖)
- Graph Link Types(在图谱边上显示关系类型)
命令
python {SKILL_DIR}/scripts/obsidian_sync.py <command> [args]
setup — 初始化 Obsidian vault
python {SKILL_DIR}/scripts/obsidian_sync.py setup <vault_path>
创建 vault 目录,建立 entities/ 符号链接指向项目的 memory/entities/,生成仪表盘笔记。
示例:
python {SKILL_DIR}/scripts/obsidian_sync.py setup /Users/you/Documents/修真界知识图谱
然后在 Obsidian 中 "Open folder as vault" 打开该目录。
sync — 同步关系数据
python {SKILL_DIR}/scripts/obsidian_sync.py sync [--dry-run]
读取 _graph.json,为每个实体文件注入 [[wiki links]] 关系区块。
--dry-run:预览变更,不写入文件- 在
rebuild后自动调用,也可手动执行
dashboard — 生成仪表盘
python {SKILL_DIR}/scripts/obsidian_sync.py dashboard
在 vault 根目录生成 知识图谱总览.md,包含 Dataview 查询。
同步机制
脚本在实体文件正文末尾注入受管理的区块:
<!-- OBSIDIAN-SYNC-START -->
## 关系图谱
### 出向关系
- **located_in** → [[九天大陆]] (九天大陆北方冰原)
### 入向关系
- **capital_of** ← [[北境三族]] (北境三族的都城)
<!-- OBSIDIAN-SYNC-END -->
- 只替换
OBSIDIAN-SYNC-START/END标记之间的内容 - 不修改 frontmatter,不影响
knowledge_graph.py的解析 - 幂等:多次运行结果一致
自动调用时机
以下场景会自动调用 sync:
- novel-sync 完成后:rebuild 知识图谱后自动同步
- novel-discuss 落盘后:创建/修改实体后自动同步
工作流
novel-discuss / novel-sync
→ knowledge_graph.py rebuild
→ obsidian_sync.py sync
→ Obsidian 图谱视图实时更新
Vault 结构
<vault_path>/
├── .obsidian/ # Obsidian 配置(自动生成)
├── entities/ → <project>/memory/entities/ # 符号链接
└── 知识图谱总览.md # Dataview 仪表盘(自动生成)
What ships with it
1 file 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.
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.
- 11d ago First seen · 104 lines · 0 tokens per session scan A cbb4901d5787
novel-obsidian is a skill published in the GitHub repository TulanCN/vibe-noveling (23 stars, last pushed 3mo ago), licensed MIT. It adds 30 tokens to every session and 795 once invoked, about $0.0002 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
media-ingest
Ingest video, audio, PDF, book, screenshot, and GitHub repo content into the brain. Multi-format handling with entity extraction and backlink propagation. Covers video-ingest, youtube-ingest, and book-ingest subtypes.
mem0-oss-to-platform
Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
memory
Use when the user asks to remember, recall, forget, update, search, or inspect durable OpenSquilla memory, including profile facts in USER.md and long-term notes in MEMORY.md or memory//.md.
ha-data-stores
Map of Hope Agent's local data stores and safe read-only query workflow. Use when the user asks where Hope Agent stores data, wants to inspect sessions/messages/memory/logs/background jobs/knowledge indexes/settings, asks the model to query local app data, or debugging requires checking persisted state. Trigger…
establishing-project-context
Use when the user asks to establish shared project language, or project work exposes a conflicting, renamed, or deprecated domain term that needs active semantic modeling. Routine small tasks stay on the fast path.