claudia

作者 kbanc85已验证

Terminal-based AI chief of staff. Remembers relationships, tracks commitments, helps you think strategically. Runs on Claude Code.

290
Stars
43
Forks
Python
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/kbanc85/claudia

快速入门

使用 claudia 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Claudia

A thinking partner who tracks relationships, not just tasks.

Remembers your people. Catches your commitments. Learns how you work.

GitHub stars npm version License

Install · Why Claudia · Her Mind · Integrations · How It Works


The Problem With AI Assistants

You tell ChatGPT about Sarah on Monday. By Wednesday, it's forgotten.

You make a promise in a meeting. Nobody tracks it. You promise a deliverable on Friday and lose track of it by Wednesday. You meet someone important, and three weeks later you can't remember what you talked about.

AI tools don't have memory. Claudia does.


What Makes Claudia Different

🎯 Catches Commitments

Say "I'll send that by Friday" and she tracks it. On Friday morning, she reminds you.

🔗 Knows Your People

Every person she meets gets a living profile: relationship health, contact trends, connected entities. Ask about anyone and she has the full picture.

⚖️ Learns Your Judgment

Tell her "revenue work beats internal cleanup" once. She writes it down and applies it across sessions: briefs, triage, delegation, risk surfacing.

⚠️ Spots Patterns You Miss

Overcommitting again? A key relationship going cold? The same mistake twice? She sees it forming and speaks up.

🧠 Second Brain in Obsidian

Memory syncs to an Obsidian vault organized with PARA: Active projects, Relationships, Reference, Archive. Graph view maps your world. Plain markdown you own forever.

👥 Agent Team

A two-tier team works behind the scenes. Fast Haiku workers handle document processing, while a Sonnet research scout tackles deep research with full autonomy.

🌙 Learns in the Background

Overnight, old memories fade, near-duplicates merge, and patterns surface. Each morning she knows a little more than yesterday.

📄 Shows Her Sources

Every fact traces to its source. Ask "how do you know that?" and she shows the receipt.

🪞 Session Reflections

End a session with /meditate and she extracts what she learned: your preferences, patterns, and judgment calls. Next session, she's sharper.

📚 Writes Her Own Wiki

Every active person, project, and organization gets a synthesized page in your Obsidian vault. Each fact cites its source memory. Contradictions get flagged at the top. New in v1.60.

🔁 Iterates Until It's Right

Ask her to /auto-research a draft and she runs a bounded loop against a rubric you name. Keeps the iterations she likes, reverts the ones she doesn't. Your original file never moves until you say so. New in v1.60.

🧭 Routes the Right Skill

Type /skills to see what's available. Ambiguous request? She names the options and proceeds with the canonical one, so you never get the wrong tool by accident. New in v1.60.


How Her Mind Works

💾 Remember

Every fact is stored with who said it, when, and how confident she is. Embeddings capture meaning, not just keywords, so "we pushed the launch" and "timeline shifted" connect naturally.

🔍 Recall

Search blends meaning similarity, importance, recency, and full-text matching. Accessing a memory strengthens it, just like the rehearsal effect in human cognition.

🌙 Consolidate

Overnight background jobs fade old memories, merge near-duplicates, and surface patterns: cooling relationships, overdue commitments, repeated behaviors. She wakes up sharper.

📓 Vault

Memory projects to an Obsidian vault. New installs default to the wiki layout: synthesized topic pages per active entity, each fact citing its source memory, contradictions flagged at the top. Existing PARA users keep their layout untouched. Plain markdown you own forever.


Quick Start

1. Open the folder you want Claudia to live in with Codex, Claude Code, or Grok.

2. Paste this into the agent:

Install or upgrade Claudia in this folder. Run npx get-claudia and keep going until setup and health checks pass.

The installer detects whether it was launched by Codex, Claude Code, or Grok and targets the folder already open in that agent. In an empty or existing project folder, it installs Claudia there. In an existing Claudia workspace, it upgrades the framework and host integration in place while preserving your context, people, projects, and memory.

npx get-claudia also checks npm's latest release before changing files. If npx supplied a stale cached copy, Claudia immediately re-runs the current release. You do not need to remember @latest.

Prefer to run the command yourself? It is the same one-liner:

npx get-claudia

3. Start a new chat in the same folder. On a new Codex install, Claudia's initial onboarding is required and runs before substantive work. After onboarding—or after an upgrade with an existing context/me.md—she resumes normally. Inside the folder, the agent identifies itself as Claudia regardless of the underlying runtime.

That's the whole required setup. The plugin's AGENTS.md startup contract and memory tools load automatically in the new chat.

Optional: run /hooks once if you want Claudia's automatic start-of-session briefing and end-of-session transcript capture. Claudia still runs without trusting those hooks; you can ask for a briefing or save a memory directly.

Using Claude Code instead?
npx get-claudia
cd claudia
claude
Using ChatGPT Voice?

After the Codex install, run claudia voice, begin a new ChatGPT Voice conversation, then say: “Start a Codex task in my Claudia workspace and give me my briefing.” Voice coordinates the Codex task and follows its permissions; the task itself receives Claudia's plugin and memory tools.

Installing Claudia

What's next:

  • /morning-brief to see what needs attention
  • Tell her about a person and she'll create a relationship file
  • Share meeting notes and she'll extract action items
  • npx get-claudia google to connect Gmail, Calendar, Drive, and more

Requirements: Codex or Claude Code, Node.js 18+, Python 3.10+ (for memory), Ollama (for embeddings)

Embeddings model: After installing Ollama, pull the required model: ollama pull all-minilm:l6-v2

Template-only install (no memory system)
npx get-claudia my-project --no-memory

Installs only the template layer (skills, commands, rules). Claudia works using markdown files without semantic search or pattern detection. You can add the memory system later by running the installer again without --no-memory.

Upgrading or fixing a broken install?
cd your-claudia-directory
npx get-claudia

This upgrades framework files (CLAUDE.md, skills, rules, daemon code) while preserving your data (context/, people/, projects/, databases). Safe to run multiple times. The installer detects existing installations and only updates system files.


See It in Action

You:     What do I know about Sarah Chen?

Claudia: Sarah Chen is CEO at Meridian Ventures. You met at SaaStr 2025.

         📊 Relationship Health: Strong (last contact 3 days ago)

         🎯 Open Commitments:
         • Send updated pitch deck to Sarah [OVERDUE - was due Friday]

         💡 Recent Context:
         • She's interested in AI infrastructure angle
         • Wants to see technical architecture doc
         • Bringing in technical partner for next meeting

         🔗 Connected to: Series A (project), Priya Sharma (introduced by)

         Source: Call notes from Jan 28, Email thread Jan 30

Morning brief pulls everything together:

You:     /morning-brief

Claudia: ☀️ Morning Brief — Wednesday, Feb 19

         ⚠️ Needs Attention:
         • Send updated pitch deck to Sarah Chen [OVERDUE]
         • Quarterly review with Acme Corp is tomorrow

         👀 Watch:
         • Haven't spoken to Marcus in 18 days (usually weekly)
         • Two new commitments this week, zero closed

         📊 Today: 3 meetings, 2 open commitments

Judgment rules shape everything she does:

You:     I've got the Acme proposal and Marcus wants a catch-up.
         Which first?

Claudia: Acme proposal. Your judgment rules say revenue-generating
         work beats relationship maintenance when there's a
         deadline, and the Acme proposal is due Thursday.

         I'll remind you about Marcus tomorrow morning.

Pattern detection works across weeks, not just moments:

Claudia: I've noticed something across the last few weeks.
         You've taken on 4 new commitments without closing any.
         Last time this happened (early January), two slipped
         past deadline.

         Want me to flag the lowest-priority ones so you can
         decide what to defer?

Every conversation builds on the last. She remembers.


Who It's For

Claudia detects your work style and generates structure that fits:

RoleWhat You Get
ConsultantClient folders, deliverable tracking, pipeline commands
ExecutiveDirect reports, initiatives, board prep, leadership tools
FounderInvestor CRM, fundraising cycles, team and product tracking
Solo ProfessionalFlexible structure for wearing many hats
CreatorAudience growth, content calendar, collaboration tracking

Key Commands

CommandWhat It Does
/morning-briefWhat needs attention today: commitments, meetings, warnings
/new-workspace [name]Spin up a new project workspace from templates
/meeting-prep [person]One-page briefing before a call
/capture-meetingProcess notes into decisions, commitments, action items
/what-am-i-missingSurface risks, overdue items, cooling relationships
/research [topic]Deep research with web sources and memory integration
/inbox-checkLightweight inbox triage across connected email accounts
/brainLaunch 3D brain visualizer
/meditateEnd-of-session reflection: extracts learnings, judgment, patterns
/deep-context [topic]Full-context deep analysis
/memory-auditSee everything Claudia knows, with source chains
/wikiWrite or update a synthesized topic page in your vault
/auto-researchIterate a draft against a rubric until it scores well
/skillsDiscover all available skills, grouped by purpose
All commands (45 skills)
CommandWhat It Does
/weekly-reviewGuided reflection across relationships and projects
/growth-checkPeriodic reflection on development, skills, and progress
/financial-snapshotRevenue, expenses, invoicing, and cash flow metrics
/draft-replyEmail response drafts in your voice
/follow-up-draft [person]Post-meeting thank-you and summary
/new-person [name]Create a relationship file
/pipeline-reviewActive deals, capacity, pipeline health
/client-healthStatus across all client relationships
/databasesView, switch, and manage memory databases
/brain-monitorLaunch the Brain Monitor TUI dashboard
/fix-duplicatesFind and merge duplicate entities
/memory-healthCheck memory system health
/diagnoseCheck memory daemon health and troubleshoot

Plus ~30 proactive skills (commitment detection, pattern recognition, judgment awareness, cognitive extraction, risk surfacing, and more) that activate automatically based on context.


Brain Visualizer

Launch with /brain to see your memory as a 3D network graph. Entities are nodes, relationships are edges, and everything is interactive: click to inspect, filter by type, search by name.

Claudia Brain Visualizer


Integrations

Claudia works fully on her own, but integrations let her see further.

Google Workspace

Connect Gmail, Calendar, Drive, Docs, Sheets, Tasks, and more with a single setup command:

npx get-claudia google

This generates a one-click URL to enable all required Google APIs and walks you through OAuth setup. Three tiers available:

TierToolsWhat You Get
Core43Gmail, Calendar, Drive, Contacts
Extended83Core + Docs, Sheets, Tasks, Chat
Complete111Extended + Slides, Forms, Apps Script

Obsidian Vault

Memory projects to an Obsidian vault at ~/.claudia/vault/. New installs default to the wiki layout: synthesized topic pages at ~/.claudia/vault/Wiki/, one per active person, project, or organization. Each page is written by Claudia from your raw memories, cites every load-bearing claim with [mem:NNN], and flags contradictions at the top. Obsidian's graph view connects them via [[wikilinks]].

Existing installs from v1.59 and earlier keep their PARA-organized vault (Active/, Relationships/, Reference/, Archive/) untouched. SQLite remains the source of truth; the vault is a projection you can browse, search, and read.


How It Works

45 skills · 33 MCP tools · 500+ tests

Claudia has two layers:

Template layer (markdown) defines who she is. 45 skills, rules, and identity files that Claude reads on startup. Skills range from proactive behaviors (commitment detection, pattern recognition, judgment awareness) to user-invocable workflows (/morning-brief, /research, /meditate, /wiki, /auto-research). Workspace templates let you spin up new projects with /new-workspace [name]. A built-in skill-router skill helps you discover what's available and disambiguates when a request straddles two skills.

Memory system (Python) defines what she remembers. Two daemon modes share the same SQLite database:

DaemonWhenPurpose
MCP daemonPer-session (stdio)Serves ~33 memory tools to Claude Code
Standalone daemon24/7 (LaunchAgent)Runs scheduled jobs even when Claude Code is closed
Scheduled JobWhenWhat It Does
Adaptive decay2 AMFades old memories, high-importance at half rate
Consolidation3 AMMerges duplicates, detects patterns, tracks relationships
Vault sync3:15 AMSyncs memory to Obsidian vault (PARA structure)
Pattern detectionEvery 6hSurfaces trends across conversations
You ──► Codex / Claude Code ──► Reads Claudia's runtime contract ──► Becomes Claudia
                                                           │
                                                    MCP daemon (stdio)
                                                           │
                                                           ▼
                                                     SQLite + vectors
                                                           ▲
                                                           │
                                              Standalone daemon (24/7)
                                               ┌──────┼──────┐
                                               ▼      ▼      ▼
                                          Scheduler Ollama  Obsidian vault
                                                           (PARA structure)

Agent team for speed. Claudia delegates structured work to a two-tier team. Tier 1 (Haiku): fast workers for document archiving, processing, and schedule analysis. Tier 2 (Sonnet): a research scout with independent context for multi-turn web research. Claudia keeps relationship judgment and strategy decisions for herself.

Technical deep dive

Semantic search uses hybrid ranking: 50% vector similarity, 25% importance, 10% recency, 15% full-text. Accessing a memory boosts it (rehearsal effect).

Judgment layer stores user-defined decision rules in context/judgment.yaml. Rules are extracted during /meditate reflections and applied by morning briefs, commitment detection, and risk surfacing. Claudia learns your priorities once and applies them consistently.

Document storage keeps files, transcripts, emails on disk, linked to people and memories. Content-hash deduplication. Automatic lifecycle management.

Provenance chains trace any fact to its source email, transcript, or conversation.

Graph traversal connects dots across your network. Ask about one person, see related entities with top memories. The 3D brain visualizer (/brain) renders the graph in real-time.

Per-project isolation keeps work memories separate from personal. Each workspace gets its own database.

Session reflections (/meditate) extract learnings about your preferences, communication patterns, and judgment calls. These persist across sessions and make Claudia progressively sharper.

For full architecture diagrams, see ARCHITECTURE.md.


Privacy and Safety

  • Fully local. Memory, embeddings, cognitive tools run on your machine. No external APIs for storage.
  • No external actions without approval. Every email, calendar event, external action requires your explicit "yes."
  • Your data in two formats. SQLite database (~/.claudia/memory/) for fast semantic search, plus an Obsidian vault for reading and graph navigation. Two independent copies you own forever.
  • Delete anything, anytime. Full control over your data. No lock-in, no cloud dependency.

System Requirements

ComponentRequiredPurpose
Claude CodeYesRuntime
Node.js 18+YesInstaller
Python 3.10-3.13RecommendedMemory system
OllamaRecommendedEmbeddings + cognitive tools

Without the memory system, Claudia still works using markdown files. With it, she gains semantic search, pattern detection, and relationship tracking.

Ollama model: Run ollama pull all-minilm:l6-v2 after installing Ollama. This is the embedding model used for semantic search.

Platforms: macOS, Linux, Windows


Troubleshooting

Memory tools not appearing in Claude Code?

  1. Check .mcp.json has a claudia-memory entry with the correct venv Python path
  2. Restart Claude Code in a NEW terminal
  3. Re-run the installer to fix paths: npx get-claudia .

Check standalone daemon health:

curl http://localhost:3848/status
launchctl list | grep claudia
tail -20 ~/.claudia/daemon-stderr.log

Standalone daemon not running?

launchctl load ~/Library/LaunchAgents/com.claudia.memory.plist

Ollama not running after reboot?

open -a Ollama          # macOS
ollama serve            # Linux

Pull models manually:

ollama pull all-minilm:l6-v2    # Embeddings (required)

Google Workspace not working after enabling new APIs? Delete the cached token and restart to re-authenticate with updated scopes:

rm ~/.workspace-mcp/token.json
# Restart Claude Code

Broken install? Re-run setup:

cd your-claudia-directory
npx get-claudia .

This updates daemon code, skills, and rules while preserving your databases and context files.


Contributing

Claudia is source-available under the PolyForm Noncommercial License 1.0.0.

  • Template (skills, rules, identity): template-v2/
  • Memory daemon (Python): memory-daemon/ (tests: cd memory-daemon && pytest tests/)
  • Installer: bin/index.js
  • Architecture: ARCHITECTURE.md
  • Dev guide: CLAUDE.md

License

PolyForm Noncommercial 1.0.0

Free for personal, research, educational, and nonprofit use. Commercial licensing: mail@kbanc.com


Created by Kamil Banc · @kamilbanc · AI Adopters Club

"I learn how you work. Let's get started."

If Claudia helps you, a ⭐ on GitHub means a lot.

常见问题

What is claudia?

claudia is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by kbanc85. Terminal-based AI chief of staff. Remembers relationships, tracks commitments, helps you think strategically. Runs on Claude Code. It has 290 GitHub stars.

Is claudia safe to use?

Yes. claudia passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install claudia?

Clone the repository with "git clone https://github.com/kbanc85/claudia" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is claudia written in?

claudia is primarily written in Python. It is open-source under kbanc85 on GitHub, so you can review or fork the full source.

Are there alternatives to claudia?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claudia against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情