Claude Skill
bensenescu/downy
Downy is an open-source alternative to OpenClaw that lets you create a team of AI agents and collaborate with them from anywhere. Built with TypeScript.
Overview
Repository
Install this Skill
npm install -g pnpmRegistry
npm install -g pnpmgit clone https://github.com/bensenescu/downynpx alchemy configure # Authorize in Cloudflare and accept the defaults
Summary
Downy is an open-source alternative to OpenClaw that lets you create a team of AI agents and collaborate with them from anywhere. Built with TypeScript, it provides a flexible framework for multi-agent workflows.
OpenClaw 替代方案 - 创建代理团队,随时随地与他们协作。
Key features
- Create and manage teams of AI agents
- Remote collaboration with agents from anywhere
- Open-source alternative to OpenClaw
- Built with TypeScript for reliability
Use cases
- Automating multi-step tasks with agent teams
- Building collaborative AI assistants for remote teams
- Experimenting with multi-agent systems
README excerpt
# Downy Build a team of agents and work with them from any device. - Best UX for working with multiple agents. - Each agent has its own personality, skills, tools, and workspace. - OpenAI Sub compatible for frontier models at a flat rate. Or, use any model on OpenRouter or Workers AI.  ## Why Downy - **Self-hosted.** - Runs in your Cloudflare account or locally. - **Multi-agent w/ purpose built UX.** - Each agent has its own personality, skills, tools, and workspace. - Manage workspaces, tools, and background tasks directly in the app — no Obsidian, no CLI. - **Use w/ any Model, including your OpenAI Sub.** - Kimi 2.6 on Workers AI by default — no API keys to wire up. - Swap in [ChatGPT Plus/Pro](#optional-chatgpt-subscription) or any OpenRouter model when you want. - **Access anywhere.** - Reach Downy from any device behind Cloudflare's secure network. ## How does it work? I had been meaning to make something like Downy for a while, but this blog post made me actually build it: https://blog.cloudflare.com/project-think/. I highly recommend reading it if you want to understand how Downy works. But, basically each agent and subagent is its own Durable Object.  Full system map: [`docs/architecture.md`](docs/architecture.md). ## Deploy > [!WARNING] > This is a brand new project being "agentically engineered" rapidly. It's self editing features are very powerful, but inherently prone to prompt injection like OpenClaw. Be considerate of what data and tools you give it access to. Use at your own risk. You'll need: - **Node 24 LTS** and **pnpm**: ```bash nvm install 24 && nvm use 24 npm install -g pnpm ``` - **Cloudflare account** — the free Workers plan works if you bri
Topics
No topics yet.