{"id":37627872,"url":"https://github.com/automa/claude-code","last_synced_at":"2026-01-16T10:52:15.799Z","repository":{"id":299295134,"uuid":"1002218874","full_name":"automa/claude-code","owner":"automa","description":"Anthropic's Claude Code bot for Automa","archived":false,"fork":false,"pushed_at":"2025-10-04T11:22:29.000Z","size":158,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-04T13:19:12.130Z","etag":null,"topics":["anthropic","automa","automa-bot","bot","claude-code","coding-agent"],"latest_commit_sha":null,"homepage":"https://automa.app/bots/anthropic/claude-code","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/automa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-15T01:19:10.000Z","updated_at":"2025-10-04T11:22:32.000Z","dependencies_parsed_at":"2025-06-15T20:57:59.033Z","dependency_job_id":"631f51b3-b75b-40cb-937a-531e7918421f","html_url":"https://github.com/automa/claude-code","commit_stats":null,"previous_names":["automa/claude-code"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/automa/claude-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automa%2Fclaude-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automa%2Fclaude-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automa%2Fclaude-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automa%2Fclaude-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/automa","download_url":"https://codeload.github.com/automa/claude-code/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automa%2Fclaude-code/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478084,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anthropic","automa","automa-bot","bot","claude-code","coding-agent"],"created_at":"2026-01-16T10:52:15.689Z","updated_at":"2026-01-16T10:52:15.767Z","avatar_url":"https://github.com/automa.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# claude-code\n\nThis is an [AI](https://docs.automa.app/bots/types#ai) \u0026 [manual](https://docs.automa.app/bots/types#manual) [agent](https://docs.automa.app/bots#bot-vs-agent) for [**Automa**](https://automa.app) that uses [Anthropic's Claude Code](https://www.anthropic.com/claude-code) tool to work on tasks.\n\n#### Features\n\n- Runs tasks via job schedule with retry and backoff support.\n- Generates pull request titles and bodies using Claude Sonnet 4.\n\n## Getting Started\n\n[![Install on Automa](https://automa.app/install.svg)](https://console.automa.app/$/bots/new/anthropic/claude-code)\n\n### Self-Hosting\n\nThis agent can be self-hosted. You can either follow our more detailed [guide](https://docs.automa.app/self-hosting/agents/claude-code) or follow these steps to get it running.\n\n#### Prerequisites\n\n- Have [`docker`](https://docker.com/) installed.\n\n#### Needed services\n\n- Have [`redis`](https://github.com/redis/redis) or any redis compatible memory store running.\n\n#### Automa bot\n\n[Register a bot](https://docs.automa.app/bot-development/registration) of [manual](https://docs.automa.app/bots/types#manual) type on [Automa](https://automa.app) (Cloud or Self-hosted) and point its webhook to your planned server (e.g., `http://your-server-ip:8000/hooks/automa`). Copy the **webhook secret** after it is created.\n\n#### Starting the server\n\n```sh\ndocker run -it --rm -p 8000:8000 \\\n  -e REDIS_URL=your_url_here \\\n  -e AUTOMA_WEBHOOK_SECRET=your_secret_here \\\n  -e ANTHROPIC_API_KEY=your_key_here \\\n  ghcr.io/automa/claude-code\n```\n\nYou can also use [AWS Bedrock](https://docs.anthropic.com/en/docs/claude-code/amazon-bedrock) by setting the relevant environment variables.\n\n## How It Works\n\nIt runs [`claude-code`](https://www.anthropic.com/claude-code) in `bypassPermissions` mode.\n\n## Contributing\n\nContributions and feedback are welcome! Feel free to open an issue or submit a pull request. See [CONTRIBUTING.md](CONTRIBUTING.md) for more details. Here is a list of [Contributors](https://github.com/automa/claude-code/contributors).\n\n## LICENSE\n\nMIT\n\n## Bug Reports\n\nReport [here](https://github.com/automa/claude-code/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautoma%2Fclaude-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautoma%2Fclaude-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautoma%2Fclaude-code/lists"}