wiki-dashboard

仓库创建 2026年4月6日最近提交 23 天前SkillHot 收录 21 天前
▸ 精选理由

可视化与索引 Vault 内容,方便浏览和管理。

这个 Skill 做什么

基于 Obsidian Bases 或 Dataview 自动生成可查询的动态仪表盘视图。

把 Obsidian 笔记库做成可查询、自动刷新的仪表盘:优先用原生 Bases(1.8+)做 GUI 面板,或者用 Dataview 插件做更强的 SQL 式查询、分组和计算列。常在需要内容索引、项目一览或动态表格时使用。特点是能按标签、类型或自定义字段自动聚合并实时更新视图,方便管理大量笔记。

▸ 展开 SKILL.md 英文原文

Create dynamic, queryable dashboard views of the Obsidian vault using Obsidian Bases or Dataview. Use this skill when the user says "create a dashboard", "vault dashboard", "show all X as a table", "dynamic view", "query my vault", "build a content index", "show me all concepts/entities/projects", or wants a structured, auto-updating view of their wiki content. Bases is native to Obsidian 1.8+ (no plugin needed). Dataview requires the community plugin.

内容创作仪表盘ObsidianDataview通用
2.7k
Stars
274
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/wiki-dashboard/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/wiki-dashboard/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Wiki Dashboard — Dynamic Vault Views

Two tools available: **Obsidian Bases** (native, GUI-driven, no plugin) and **Dataview** (community plugin, SQL-like, more powerful). Check which the user has and prefer Bases unless they ask for Dataview or need GROUP BY / computed columns.

## Before You Start

1. **Resolve config** — follow the Config Resolution Protocol in `llm-wiki/SKILL.md` (inline `@name` override → walk up CWD for `.env` → `~/.obsidian-wiki/config` → prompt setup). This gives `OBSIDIAN_VAULT_PATH`.
2. Read `$OBSIDIAN_VAULT_PATH/index.md` to understand what categories and pages exist.
3. Ask the user what they want to view if not specified — folder, tag, category, date range?
4.
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有