nibzard

CamelAI — DevOps skill for Claude Code

DevOps community

camelAI — an AI coding assistant platform built on Cloudflare Workers and Durable Objects.

How to install CamelAI

This entry records only its repository, not the path inside it, so there is no exact command to give. Open nibzard/camelAI and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What CamelAI does

camelAI — an AI coding assistant platform built on Cloudflare Workers and Durable Objects.

Alternatives in DevOps

  • Claude Code Router — Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interact with the m 30.1k ★
  • Cloudflare Deploy — Deploy apps to Cloudflare using Workers, Pages, and platform services 14.6k ★
  • Cccc — Coordinate your coding agents like a group chat — read receipts, delivery tracking, and remote ops from your p 1.1k ★

README

camelAI

An AI coding assistant for persistent workspaces, connected data, and deployable applications.

Website · Open camelAI · CI · MIT License

What camelAI does

camelAI gives teams persistent AI coding workspaces backed by Cloudflare. Each chat thread runs its own coding agent in a Durable Object. Users can connect external services and data, build applications, and publish them to managed app hosts.

The platform includes:

  • persistent chat threads and project files
  • AI coding agents with workspace-aware tools
  • integrations for APIs, databases, email, Slack, Discord, and other services
  • isolated application builds, notebook analysis, and SQL execution
  • previews and production publishing through Workers for Platforms
  • organization, authentication, billing, usage, and administrative controls

Quick start

Prerequisites

  • Node.js 22 or newer
  • Bun
  • a Cloudflare account with access to the development resources
  • Docker for sandbox-backed features and agent evals

Install the project and create a local secrets file:

git clone https://github.com/qaml-ai/camelAI.git
cd camelAI
bun install --frozen-lockfile
cp .dev.vars.example .dev.vars

Replace the placeholder signing and encryption secrets in `.dev.vars`. For hosted model access, also add a development Cloudflare AI Gateway token. You can instead configure an Anthropic, OpenAI, OpenRouter, Bedrock, or custom provider from t