AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Obsidian

skill-maroffo-claude-forge-obsidian · by maroffo

Obsidian vault operations via CLI. Use for note management, search, daily notes, knowledge graph analysis, tasks, properties. Not for Notion sync (use notion-sync).

No reviews yet
0 installs
42 views
0.0% view→install

Install

$ agentstack add skill-maroffo-claude-forge-obsidian

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-maroffo-claude-forge-obsidian)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Obsidian? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

ABOUTME: Obsidian vault management via official CLI (1.12+)

ABOUTME: CRUD, search, daily notes, tags, properties, graph analysis, tasks, templates

Obsidian Vault Operations

CLI reference: See ../_OBSIDIAN.md for full command reference. Integration: See ../_SECOND_BRAIN.md for category routing when adding knowledge.

Capabilities

  1. Note CRUD: create, read, append, prepend, move, delete
  2. Search: full-text with folder filtering, JSON output
  3. Daily Notes: read, append, prepend to today's note
  4. Tags & Properties: list, set, read, remove frontmatter properties and tags
  5. Knowledge Graph: backlinks, outgoing links, orphans, dead-ends, unresolved links
  6. Tasks: list, toggle, mark done/todo across vault or daily note
  7. Templates: list, read (with variable resolution), create from template
  8. History: diff versions, restore from file recovery or sync

Common Workflows

Quick capture to daily note

obsidian daily:append content="- [ ] " silent

Find related notes

obsidian backlinks file= counts
obsidian links file=

Vault health check

obsidian orphans total
obsidian deadends total
obsidian unresolved verbose

Search and read

obsidian search query="" matches limit=10
obsidian read file=

Add knowledge to Second Brain

# 1. Read existing content to check for duplicates
obsidian read file="Second Brain - "
# 2. Append extracted content (follow _SECOND_BRAIN.md template)
obsidian append file="Second Brain - " content=""
# 3. Update timeline
obsidian append file="Second Brain - Timeline" content="- **YYYY-MM-DD** | [Topic] | Source: ..."

Onboard project to vault

# Run the project onboarding protocol from _VAULT_CONTEXT.md
# Detects project info from CLAUDE.md, creates Overview/Log/Solutions, registers in MOC
# See _VAULT_CONTEXT.md "Project Onboarding" for full steps

Fallback: Direct File Access

When the Obsidian CLI is unavailable (app not running, CLI errors, tool not found), access vault markdown files directly.

Vault path: '/Users/maroffo/Library/Mobile Documents/iCloud~md~obsidian/Documents'

  • Use Read/Write/Edit/Glob/Grep tools on .md files in the vault path
  • Note names map to /.md (subfolders for organized notes)
  • Frontmatter is standard YAML between --- delimiters
  • Daily notes: /Daily Notes/YYYY-MM-DD.md
  • Search: use Grep on vault path instead of obsidian search
  • Append: use Edit tool to add content at end of file

Rules

  • Always use silent flag for create/append when user doesn't need the note opened
  • Prefer file= (wikilink resolution) over path= for convenience
  • For Second Brain operations, follow ../_SECOND_BRAIN.md routing
  • Multiline content: use \n for newlines in content strings
  • CLI first, direct file access as fallback. Try CLI; on failure, switch to direct access silently.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.