community-automations/obsidian-airtable

DevOps&コード

PublicClaude サブエージェント

Obsidian + Airtable

Obsidian はリンクで思考するのに最適だが、チームの他のメンバーは、絞り込みや共有ができる構造化されたデータベースで仕事をしている。このブリッジは、その両方を同期させる。

sonnet1週間以内ObsidianAirtablePythonGit
ClaudeClaude
ROI for
README.md

このサブエージェントを選ぶ理由

Obsidian はリンクで思考するのに最適だが、チームの他のメンバーは、絞り込みや共有ができる構造化されたデータベースで仕事をしている。このブリッジは、その両方を同期させる。

ノートのフロントマターとリンクを読み取り、それらを Airtable のカラムに対応付け、ノート間のつながりを保ったまま、各ノートをレコードとしてアップサートする。編集は双方向に流れ、同じレコードが両側で変更された場合は、推測で処理するのではなく競合をフラグで知らせるので、何かがこっそり上書きされることはない。

動作の流れ

    • Read

      Used at step 01 to kick off the pipeline.

    • Write

      Used at step 01 to kick off the pipeline.

    • WebFetch

      Used at step 01 to kick off the pipeline.

    • WebSearch

      Used at step 01 to kick off the pipeline.

出力サンプル

json
// Sample output
// (generated when the pipeline finishes)

Given changed Obsidian notes, map front matter and links to Airtable columns and return an upsert plan with record ids and any sync conflicts.

Unlock the rest

The full agent definition, install snippet, and starter task are gated for community members.

Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.