Claude Skill
bensenescu/downy
Downy 是 OpenClaw 的开源替代方案,允许你创建 AI 代理团队并随时随地与他们协作。基于 TypeScript 构建。
概览
仓库信息
安装这个 Skill
npm install -g pnpmRegistry 信息
npm install -g pnpmgit clone https://github.com/bensenescu/downynpx alchemy configure # Authorize in Cloudflare and accept the defaults
项目简介
Downy 是 OpenClaw 的开源替代方案,允许你创建 AI 代理团队并随时随地与他们协作。基于 TypeScript 构建,提供灵活的多代理工作流框架。
OpenClaw Alternative - Create a team of agents and work with them from anywhere.
要点
- 创建并管理 AI 代理团队
- 随时随地与代理远程协作
- OpenClaw 的开源替代方案
- 基于 TypeScript 构建,稳定可靠
使用场景
- 使用代理团队自动化多步骤任务
- 为远程团队构建协作式 AI 助手
- 实验多代理系统
README 摘要
# 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
话题
暂无话题