Discord Obsidian Bot — Communication skill for Claude Code
Turn a Discord server into an Obsidian knowledge base: files, links and chat become linked notes with people, projects and decisions pages.
How to install Discord Obsidian Bot
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open astroid1/discord-obsidian-bot and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Discord Obsidian Bot does
Turn a Discord server into an Obsidian knowledge base: files, links and chat become linked notes with people, projects and decisions pages. Local Whisper transcription, Claude structuring, slash commands to ask, decide and track tasks.
Alternatives in Communication
- Pregunta Cualquier Cosa Sobre El Código — /understand-chat How does the payment flow work 8.2k ★
- Qiaomu Anything To Notebooklm — Claude Skill: Multi-source content processor for NotebookLM 1.4k ★
- Generate Post — Generate promotional content for SlideNote releases 206 ★
README
discord-obsidian-bot
Drop audio, video, documents, images or links into Discord, or just talk in your channels, and get a linked Obsidian knowledge base: one note per source, plus auto-maintained pages for the people, projects, topics and decisions they mention, all wired together with `[[wikilinks]]`.
- Transcription runs locally on your GPU with faster-whisper (optional speaker diarization with pyannote). Audio never leaves your machine.
- Structuring uses Claude (Anthropic API) with strict JSON output: summary, key points, decisions, action items, entities.
- Chat history is archived too: verbatim daily logs per channel plus an LLM digest per day, feeding the same people/projects/topics graph.
- Writes straight into a vault folder on disk and can commit + push it to git after every ingest.
#drops ─ file / link ──┐
inbox/ ─ big files ────┼─► fetch ─► extract ─► Claude ─► vault/sources/… ─┐
#general chat history ──┘ (whisper, PyMuPDF, docx, vision) ├─► people/ projects/ topics/ decisions/
└─► Home.md, git commit
What you get in the vault
company-kb/
├── Home.md generated: counts, recent sources, decisions, open action items
├── sources/recordings/2026-09-08 weekly-sync.md
├── sources/memos/… sources/documents/… sources/chat-digests//.md
├── chat//2026-09-08.md verbatim daily chat logs
├── people/Alex Hirt.md projects/… topics/… one page per entity, append-only "Mentions"
├── decisions/2026-09-08 use-postgres-for-crm.md
└── attachments/ small originals (PDFs, docs) kept next to their notes
Every source note has frontmatter (type, date, participants, duration, tags, Discord link, sha256), a summary, key points, decisions, `- [ ]` action items with owners, entity links, and the full transcript or
Related Skills
Schedule Post
Claude Code skill: drop a video, get it scheduled across all your social platforms via Zernio. Local Whisper t
Capture Nt
Capture a URL / file / PDF / chat share into the knowledge vault (~/Code/knowledge) as a schema'd source note
Chat Shared Conversation To File
CLI tool that converts public share links from ChatGPT, Gemini, Grok, and Claude into clean Markdown and stati
Mcptube
Transform YouTube videos into a compounding knowledge base with transcripts, vision analysis, and agentic sear
Kb Builder
Answer a dozen questions in a chat, and it builds your personal knowledge base for you (WorkBuddy / Doubao / C
What Would Carsten Do
Claude skill that turns Carsten Luetzen's YouTube channel into a queryable knowledge base
Related Agents
Cross Linker
Scan recent or specified notes for missing wikilinks. Finds mentions of people, projects, teams, competencies,
A0dev
Most people who want an app cannot navigate Xcode, signing certificates, or store submission, so a0.dev remove
17 Faq Schema
Turn People-Also-Ask questions into five grounded FAQs and ready-to-paste FAQPage schema.