dorabot

作者 suitedaces

macOS app for 24/7 AI agents in an IDE with memory, scheduled tasks, browser use + access to Whatsapp, Telegram, Slack.

240
Stars
34
Forks
TypeScript
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

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

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/suitedaces/dorabot

快速入门

使用 dorabot 等 Skills 的指南。

安全报告

已验证

上次扫描:—

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

README.md

dorabot

A 24/7 self-learning AI agent with an integrated IDE workspace that runs itself.

GitHub stars GitHub release License: MIT macOS

Works with your existing Claude Code or OpenAI Codex subscription. No extra API key needed.

Download for macOS · Website · Discord · Demo

See it in action

The agent manages its own goals, tracks research, messages you on Telegram and WhatsApp, runs scheduled tasks, and remembers everything across sessions.

https://github.com/user-attachments/assets/2ec5dd22-7b47-4ec0-a60b-62380e560bd0

Desktop IDE Workspace

Recent releases turned dorabot desktop into a practical IDE-style workspace:

  • File explorer with keyboard navigation and support for all file types
  • Monaco editor (edit mode by default, with autosave)
  • Git panel with ahead/behind status and cleaner staging flows
  • Real PTY terminal, tabs, split panes, and diff view

Persistent Memory & Self-Learning

Daily journals, curated memory, personality config. The agent remembers decisions, preferences, and context across every session. Full-text search over all past conversations. It gets better the more you use it.

Automations & Scheduling

Cron jobs, scheduled pulses, recurring tasks. The agent wakes up, does work, and messages you. iCal RRULE support, Apple Calendar sync (shows on Watch and iPhone).

Goals & Tasks

The agent proposes goals, writes plans, and executes them. You approve from the desktop app or Telegram. Full pipeline: research, plan, review, execute, done.

Research & Knowledge

The agent creates and maintains its own research for you. Topics tracked, categorized, and searchable. Point it at anything and it keeps the knowledge organized.

Multi-Channel Messaging

Same agent on WhatsApp and Telegram, with the same memory and context as desktop sessions. Send text, photos, voice, and documents.

Skills & MCP Servers

Built-in skills for GitHub, email, macOS, PR review, and agent swarms. Browse community skills and connect MCP servers via Smithery.

Also

  • Browser automation. 40+ actions with your real Chrome profile. Already logged in everywhere.
  • Multi-provider. Claude, OpenAI Codex, MiniMax. Use the model you're already paying for.
  • Multimodal. Send images, screenshots, diagrams. The agent sees them.
  • Auto-update. Signed, notarized, one-click updates.
  • Local-only. No cloud relay. Your data stays on your Mac.

Quick Start

Download

Download the macOS app -- open the DMG, drag to Applications. Onboarding walks you through setup.

Requires: macOS + a Claude Code or OpenAI Codex subscription (or any API key: Claude, OpenAI, MiniMax).

Build from source

git clone https://github.com/suitedaces/dorabot.git && cd dorabot
npm install && npm run build && npm link
npm run dev           # gateway + desktop with HMR
dorabot -g            # production gateway mode
dorabot -i            # interactive terminal
dorabot -m "message"  # one-off question

Personalization

The onboard skill interviews you and builds:

FileWhat it does
SOUL.mdHow the agent talks and thinks
USER.mdWho you are, your goals, context
MEMORY.mdFacts that persist across sessions

All files live in ~/.dorabot/workspace/. Edit directly or let the agent manage them.

Security

Runtime: Local-only, no telemetry. Scoped file access (sensitive dirs blocked). Token-authenticated gateway. Configurable tool approval per channel. macOS native sandbox.

Supply chain: All dependencies are pinned to exact versions (no ^ or ~ ranges). New packages must be at least 7 days old before CI will accept them. Every PR and push runs:

  • npm audit across all workspaces
  • Snyk deep vulnerability scan (--all-projects)
  • Pin check (rejects any caret or tilde ranges)
  • Package age check (rejects packages published less than 7 days ago)

.npmrc enforces save-exact=true so future installs pin automatically.

To run locally:

npm audit                                          # known vulnerabilities
snyk test --all-projects --strict-out-of-sync=false # deep scan
node scripts/check-package-age.mjs --min-days=7    # package age

FAQ

Do I need an API key? If you have a Claude Code or OpenAI Codex subscription, you're good to go. Otherwise, any API key works (Claude, OpenAI, MiniMax). dorabot wraps your model, it doesn't include one.
Is my data sent anywhere? No. Runs on your Mac. Only network calls are to your AI provider's API.
How is this different from Claude Code / Cursor? Those are primarily coding tools. dorabot adds autonomous agent workflows (memory, goals, scheduling, messaging) and now also ships a full IDE-style desktop (editor, file explorer, git, terminal) in one app.

Contributing

Open an issue or PR on GitHub.

License

MIT

常见问题

What is dorabot?

dorabot is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by suitedaces. macOS app for 24/7 AI agents in an IDE with memory, scheduled tasks, browser use + access to Whatsapp, Telegram, Slack. It has 240 GitHub stars.

Is dorabot safe to use?

dorabot returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.

How do I install dorabot?

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

What programming language is dorabot written in?

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

Are there alternatives to dorabot?

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