obsidian-bases
An agent skill by kepano, from kepano/obsidian-skills. Tags: automation, documents, local-workflow, spreadsheets.
What it does
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.
Install
With the skills CLI, which installs into Claude Code, Codex, Cursor and other agents:
npx skills add kepano/obsidian-skills --skill obsidian-bases
Or copy the skill folder into Claude Code's skills directory by hand (~/.claude/skills for every project, or .claude/skills inside one):
git clone --depth 1 https://github.com/kepano/obsidian-skills
cp -r obsidian-skills/skills/obsidian-bases ~/.claude/skills/obsidian-bases
Safety box score
Not rated yet. A safety box score grades what a skill and its scripts can reach on the machine of whoever installs it, across eight categories from shell execution to secrets access. Anyone can request one from this page; it is saved for everyone. How the score works.
Source
- Repository
- kepano/obsidian-skills (all skills from this repository)
- Path
- skills/obsidian-bases/SKILL.md
- Branch
- main
- Updated
- 2026-09-19
Related skills
- knap — Render Markdown from templates and structured data using Knap CLI.
- feishu-doc-scraper — Extract Feishu (Lark) Docs, Wiki pages/collections, spreadsheets.
- filesystem-context — This skill should be used when agent work needs file-backed context: durable scratchpads, tool-output offloading, just-in-time discovery.
- aws-blocks — Guides building full-stack applications with AWS Blocks — an Infrastructure-from-Code framework.
- devcontainer-setup — Creates devcontainers with Claude Code, language-specific tooling (Python/Node/Rust/Go), and persistent volumes.
- stitch::extract-static-html — Extract self-contained static HTML from a built web application or React components by inlining CSS and images.