obsidian-bases

Create and edit Obsidian Bases with views, filters, formulas, and summaries.

5|Updated Apr 22, 2025
One-click install
npx skills add https://github.com/cybersader/crosswalker --skill obsidian-bases-cybersader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-bases
Source: https://github.com/cybersader/crosswalker/tree/main/.claude/skills/obsidian-bases
Command: npx skills add https://github.com/cybersader/crosswalker --skill obsidian-bases-cybersader

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Obsidian users often struggle to organize scattered notes into dynamic, reusable views. This skill enables creating and editing Obsidian Bases (.base files) with views, filters, formulas, and summaries, providing a structured way to model notes and extract insights.

Core Features & Use Cases

  • Dynamic Views: define table, cards, list, or map views to present notes with custom filters and formulas.
  • Centralized Logic: configure global filters, formulas, and property mappings to ensure consistent views across bases.
  • Use Case: build a "Project Digest" base that aggregates notes from multiple folders, shows progress, and generates summaries for stakeholders.

Quick Start

Create a new Base file named MyBase.base with a table view for notes in the Notes folder.

Frequently Asked Questions about obsidian-bases

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create Obsidian Bases with dynamic views and filters?

Obsidian Bases are created by defining YAML-based .base files with sections for filters, formulas, properties, and views. You can configure table, card, list, or map views to organize vault notes dynamically.

Can I embed an Obsidian Base into a Markdown note?

Yes, you can embed Obsidian Bases into Markdown notes. The YAML-based .base definitions support embedding, allowing you to display dynamic views, filters, and summaries directly within your standard vault documents.

How do I set up global filters and formulas for Obsidian notes?

Global filters and formulas in Obsidian Bases are configured within the YAML structure of a .base file. Centralizing this logic ensures consistent views across bases and allows custom summaries to aggregate folder data.

Does Obsidian Bases support map and card views for vault organization?

Obsidian Bases support table, cards, list, and map views for vault organization. These views are defined in the YAML configuration, allowing you to present scattered notes dynamically with custom property configurations.

What is the best way to aggregate notes from multiple folders in Obsidian?

Using Obsidian Bases is an effective way to aggregate notes from multiple folders. By creating a .base file, you can apply global filters and formulas to generate dynamic summaries and track progress across your vault.

Are there limitations when extending Obsidian Bases with custom property configurations?

Obsidian Bases can be extended by additional views and property configurations within the YAML file. However, complex custom summary logic relies on the supported formula syntax, so extremely advanced calculations may require external tools.