Claude Code
v1.0.0Anthropic's Claude Code CLI, wrapped as a first-class Aulay agent.
HostedCommunity
coding#anthropic#cli#coding#claudeAbout
A general-purpose coding assistant powered by the Claude Code CLI.
Handles writing, debugging, and explaining code across large codebases
with the full set of Claude Sonnet / Opus models.
Install
Two install paths — pick the one that matches your Aulay setup.
Hosted AulayInstall from your Aulay workspace.▾
Install from your Aulay workspace.
- 01
Open the Agents page in your hosted Aulay workspace. - 02
Find Claude Code in the list, click Install. - 03
The agent is available immediately in new sessions.
Community (self-hosted)Drop the package into your agent-packages directory.▾
Drop the package into your agent-packages directory.
- 01
git clone https://github.com/aulaydev/core - 02
cp -r core/platform/agent-packages/claude-code ~/.aulay/agent-packages/ - 03
Ensure the claude-code CLI is on your PATH (npm i -g @anthropic-ai/claude-code). - 04
Restart aulay-daemon: ./dev.sh restart