process
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseObsidian Batch Processing Skill
Obsidian批量处理Skill
Use this skill to perform repeatable, vault-wide operations on Obsidian markdown files.
Keep this file lean and route to the correct reference or script instead of duplicating detail.
使用此Skill对Obsidian markdown文件执行可重复的全库操作。
请保持此文件简洁,引导至正确的参考文档或脚本,而非重复细节。
Routing Map (read only what you need)
路由地图(仅阅读所需内容)
- - Setup plus a 5-minute tutorial. Use for first run or quick orientation.
references/quickstart.md - - Full CLI reference. Use for exact flags, subcommands, and examples.
references/cli-usage.md - - Obsidian markdown syntax, regex patterns, and edge cases. Use when parsing or transforming content.
references/obsidian-syntax.md - - Advanced workflows, migrations, QA, rollback strategies. Use for multi-step or high-risk operations.
references/processing-patterns.md - - Large-scale migration example.
examples/use-case-1-migrate-flat-to-hierarchical.md - - Broken link repair example.
examples/use-case-2-fix-broken-links.md - - Tag normalization example.
examples/use-case-3-normalize-tags.md - - Analytics/reporting example.
examples/use-case-4-vault-statistics-report.md
- - 安装设置及5分钟入门教程。适用于首次运行或快速了解。
references/quickstart.md - - 完整CLI参考文档。适用于查询具体参数、子命令及示例。
references/cli-usage.md - - Obsidian markdown语法、正则表达式(regex)模式及边缘案例。适用于解析或转换内容时参考。
references/obsidian-syntax.md - - 高级工作流、迁移、质量保障(QA)、回滚策略。适用于多步骤或高风险操作。
references/processing-patterns.md - - 大规模迁移示例。
examples/use-case-1-migrate-flat-to-hierarchical.md - - 失效链接修复示例。
examples/use-case-2-fix-broken-links.md - - 标签标准化示例。
examples/use-case-3-normalize-tags.md - - 分析/报告示例。
examples/use-case-4-vault-statistics-report.md
Script Index (entry points)
脚本索引(入口点)
- - Main CLI entry point and command routing.
scripts/batch_processor.py - - Extract and analyze wikilinks.
scripts/wikilink_extractor.py - - Normalize tags across a vault.
scripts/tag_normalizer.py - - Bulk frontmatter operations.
scripts/frontmatter_processor.py - - Vault statistics and health reports.
scripts/vault_analyzer.py
- - 主CLI入口点及命令路由。
scripts/batch_processor.py - - 提取并分析维基链接。
scripts/wikilink_extractor.py - - 全库标签标准化。
scripts/tag_normalizer.py - - 批量前置元数据操作。
scripts/frontmatter_processor.py - - 库统计信息及健康报告。
scripts/vault_analyzer.py
Standard Workflow
标准工作流
- Back up the vault.
- Run a dry run when available.
- Execute the operation.
- Verify results with a report or spot checks.
- 备份Obsidian库。
- 若支持,先执行试运行(dry run)。
- 执行操作。
- 通过报告或抽样检查验证结果。
How to Use This Skill
如何使用此Skill
- Pick the smallest reference file that answers the question.
- Summarize only what is needed, then point to the exact script or command.
- If the user asks for edits or new behavior, modify the relevant script and keep the CLI consistent with .
references/cli-usage.md
- 选择能解答问题的最小参考文档。
- 仅总结所需内容,然后指向具体脚本或命令。
- 若用户要求编辑或新增功能,修改相关脚本并保持CLI与一致。
references/cli-usage.md