core

作者 RedPlanetHQ已验证

Your Personal AI OS

1,949
Stars
187
Forks
TypeScript
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

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

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/RedPlanetHQ/core

快速入门

使用 core 等 Skills 的指南。

安全报告

已验证

上次扫描:—

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

README.md

CORE butler — attentive

Your Personal AI OS

Not a chatbot you open. An AI that is always on, always watching. Name it. Shape it. Connect it to everything you use. Reach it however you work. Open source, self-hosted, yours forever.

Website Docs Discord License: AGPL 3.0 GitHub Stars


See it work

Watch CORE take a plain-text task, gather context from GitHub and memory, plan the work, run a Claude Code session, and open a PR:

CORE Demo


Overview

Memory

CORE indexes email, meetings, GitHub, Linear, Slack and every assistant conversation into a temporal knowledge graph. Every task starts with the full picture — preferences, decisions, and prior context already loaded.
Memory graph screenshot

Tasks

Every unit of work is a task with your spec, CORE's plan, live state, and a dedicated chat thread. One-shot or recurring. Each task can spawn a coding session, drive the browser, or run terminal commands.
Tasks screenshot

Scratchpad

Your daily page. Write [ ] Fix the auth bug from issue #47 and CORE picks it up within 3 minutes, loads context from your repo and memory, and drafts a plan.
Scratchpad screenshot

Voice

Press Ctrl+Option on Mac and speak. CORE runs the task in the background without breaking your flow — no window to open, no context switch.
Voice overlay screenshot

Messaging

Reach CORE from WhatsApp, Slack, or Telegram. Send a task from the airport or from bed — CORE has the same memory and context regardless of where the message comes from.
Messaging screenshot

Coding agents

CORE spins up Claude Code or Codex sessions with the full task context, runs them on your machine or in Docker/Railway, and opens a PR when done. Sessions keep running when your laptop is closed. Point CORE at your existing Claude or Codex subscription — the whole stack runs on it, no separate API key needed.
Coding agents screenshot

Browser

A built-in browser CORE can drive on your behalf. Because it's isolated from your main browser, you log in only to the accounts you want the assistant to access.
Browser screenshot

Integrations

One-click integrations to 50+ apps via MCP — GitHub, Linear, Jira, Slack, Gmail, Calendar, Sentry, Notion, Todoist. Webhook triggers turn inbound events into proactive work.
Integrations screenshot

How CORE compares

COREOpenClawHermes AgentDevin / Copilot
Multiple interfaces (voice, scratchpad, chat, messaging)Partial
Persistent memory across tasks
Delegates to coding agents (Claude Code, Codex)
Structured task planning with human approvalPartial
Custom name, personality, and voice
50+ app connectorsPartialPartial
Terminal and browser access via gateway
Human-in-loop by default
Open source and self-hostable

Run CORE on your Claude or Codex subscription

CORE can point at your existing Claude Pro or Codex subscription instead of API keys. Memory, planning, task execution, and coding sessions all run on the subscription you already pay for — no per-token bill on top.

Set up the subscription proxy →


Quickstart

Open source and self-hosted. Your data stays in your infrastructure.

Choose your path:

I want to...How
Try it on my machineRun the one-step install below (requires Docker)
Deploy on a server or VPSOne-click Railway deploy
Use the Mac appJoin the waitlist

Install and start CORE:

npm install -g @redplanethq/corebrain && corebrain setup

The setup wizard asks for an install directory, AI provider, API key, and chat model. It generates secrets, starts the stack, and opens http://localhost:3033.

Most local installs take a few minutes once Docker is running.

Or deploy on Railway:

Deploy on Railway

Connect a gateway so CORE can run coding agents, drive your browser, and access local folders:

corebrain login
corebrain gateway setup

Requirements: Docker 20.10+, Docker Compose 2.20+, 4 vCPU / 8GB RAM

Full self-hosting guide

Your first task (2 minutes after setup):

  1. Open the Scratchpad (your daily page at http://localhost:3033)
  2. Type [ ] Summarize my open GitHub issues or any task you would normally do yourself
  3. CORE picks it up within 3 minutes, gathers context from connected apps, and drafts a plan
  4. Approve the plan and CORE runs it and brings back the result

Connect your first app


Docs

  • Memory - Temporal knowledge graph, fact classification, intent-driven retrieval
  • Scratchpad - The daily surface where tasks and ideas start
  • Tasks - Plans, state, recurring work, and task-scoped context
  • Toolkit - 1000+ actions across 50+ apps via MCP
  • CORE Agent - Triggers, memory, tools, and execution
  • Gateway - WhatsApp, Slack, Telegram, email, web, and API access
  • Skills - Reusable instructions for repeatable workflows
  • Self-hosting - Full deployment guide
  • Changelog - What has shipped

Benchmark

CORE achieves 88.24% average accuracy on the LoCoMo benchmark across single-hop, multi-hop, open-domain, and temporal reasoning. See the benchmark repo for full results and baseline comparisons.


Security

  • CASA Tier 2 Certified
  • TLS 1.3 in transit
  • AES-256 at rest
  • Your data is never used for model training
  • Self-host for full isolation
  • Security policy
  • Vulnerabilities: harshith@poozle.dev

Community

We are building CORE in public.

We share the roadmap and architectural decisions openly because the hardest problems in building a personal OS are best solved with the people using it. Star the repo, self-host it, share what you build, and open issues for what is broken or missing.


Self-host your personal AI OS.

Star this repo · Read the docs · Join Discord

常见问题

What is core?

core is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by RedPlanetHQ. Your Personal AI OS. It has 1,949 GitHub stars.

Is core safe to use?

Yes. core 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 core?

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

What programming language is core written in?

core is primarily written in TypeScript. It is open-source under RedPlanetHQ on GitHub, so you can review or fork the full source.

Are there alternatives to core?

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 core 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
查看详情