🧠

Agent Second Brain

🌐Community
by smixs · v1.0.0 · MITRepository

Voice-note-to-knowledge-base pipeline. Send voice notes to Telegram → AI organizes them into a structured knowledge base with tasks in Todoist and daily reports. Features Ebbinghaus spaced-repetition decay, vault health scoring, and knowledge graph. Runs on OpenClaw.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add agent-second-brain npx -- -y @trustedskills/agent-second-brain
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "agent-second-brain": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/agent-second-brain"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The Agent Second Brain skill allows users to capture thoughts, ideas, tasks, and notes via voice or text messages sent to a Telegram bot. It automatically transcribes voice notes, classifies entries into categories (task, idea, etc.), creates Todoist tasks with priority and due dates, and saves everything to an Obsidian vault for organized knowledge management. Finally, it delivers a daily report summarizing activity and outstanding items.

When to use it

  • Capture fleeting thoughts: Quickly record ideas or reminders without the friction of opening notes apps.
  • Manage personal tasks: Turn voice memos into actionable Todoist tasks with appropriate priorities.
  • Organize client information: Easily store and retrieve notes related to specific clients or projects.
  • Build a searchable knowledge base: Consolidate scattered notes and ideas into an Obsidian vault for future reference.

Key capabilities

  • Voice note transcription (using Deepgram)
  • Automatic entry classification (task, idea, client note, etc.)
  • Todoist task creation with priority and due dates
  • Obsidian vault integration with links and tags
  • Daily report generation summarizing activity
  • "Memory fading" – automatically de-prioritizes older information

Example prompts

  • “What did I write about the marketing project last week?”
  • “Turn the second idea into a task for Monday.”
  • “Actually, make it high priority and add a subtask for the presentation."

Tips & gotchas

The system relies on Telegram integration; ensure you have a Telegram account and the bot added. It’s designed to be low-maintenance but runs on a $5 VPS which requires minimal technical understanding to set up initially.

Tags

Requirements

Required Binaries
python3
Environment Variables
TELEGRAM_BOT_TOKENTODOIST_API_KEY
🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Verified Commit625f0b37

Installing this skill downloads the exact code at commit 625f0b37, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
v1.0.0
License
MIT
Author
smixs
Installs
0
Updated
Mar 3, 2026
Published
Feb 1, 2026

🌐 Community

Passed automated security scans.

Pinned commit625f0b37

Install command fetches the verified snapshot, not the live repository.