SkillAgentSearch skills...

ChatDevDIY

https://github.com/OpenBMB/ChatDev

Install / Use

/learn @slippersheepig/ChatDevDIY
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ChatDevDIY

https://github.com/OpenBMB/ChatDev

docker-compose.yml

services:
  chatdev:
    image: sheepgreen/chatdev #or use ghcr.io/slippersheepig/chatdev
    container_name: chatdev
    environment:
      - OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    command: [ "python", "run.py", "--task", "[description_of_your_idea]", "--name", "[project_name]" ]

docker-compose up -d until the container exited

docker logs -f chatdev to see the process

After that, docker cp chatdev:/chatdev /path/to/what/you/prefer

Related Skills

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated6mo ago
Forks5

Languages

Dockerfile

Security Score

62/100

Audited on Sep 8, 2025

No findings