obsidian-bases

仓库创建 2026年2月2日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由

适合将笔记结构化为数据库视图并自动化整理与展示

这个 Skill 做什么

编辑 Obsidian .base 数据视图文件,支持视图、过滤与公式配置

帮你创建和编辑 Obsidian 的 .base 文件,把笔记变成类似数据库的视图(表格、卡片、汇总等)。适合需要基于标签、属性做动态过滤、写公式或生成统计汇总的时候使用。会产出合法的 .base 配置,包括多视图、全局过滤和自定义公式,直接能在 Obsidian 里用。

▸ 展开 SKILL.md 英文原文

Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.

内容创作ObsidianBases视图过滤通用
4.2k
Stars
417
Forks
40
仓库内 Skill
+1.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/anbeime/skill/main/skills/obsidian-skills-integrated/obsidian-bases/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/anbeime/skill/main/skills/obsidian-skills-integrated/obsidian-bases/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Obsidian Bases Skill

This skill enables skills-compatible agents to create and edit valid Obsidian Bases (`.base` files) including views, filters, formulas, and all related configurations.

## Overview

Obsidian Bases are YAML-based files that define dynamic views of notes in an Obsidian vault. A Base file can contain multiple views, global filters, formulas, property configurations, and custom summaries.

## File Format

Base files use the `.base` extension and contain valid YAML. They can also be embedded in Markdown code blocks.

## Complete Schema

```yaml
# Global filters apply to ALL views in the base
filters:
  # Can be a single filter string
  # OR a recursive filter object with a
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有