Feature Area
Agent capabilities
Is your feature request related to a an existing bug? Please link it here.
Set up this environment so I can build with CrewAI.
First install the official CrewAI coding-agent skills if this environment supports npx:
npx skills add crewaiinc/skills
If npx is missing or the current agent cannot load skills, do not fail the whole setup. Report the exact issue and continue using the CrewAI docs directly.
Use these CrewAI docs as source of truth before making assumptions:
Setup steps:
- Check python3 --version. CrewAI requires Python >=3.10 and <3.14.
- Install uv if missing:
curl -LsSf https://astral.sh/uv/install.sh | sh
- Source the uv environment if needed:
source "$HOME/.local/bin/env"
- Install the CrewAI CLI:
uv tool install crewai
- Verify the CLI:
crewai version
crewai create --help
- Create a project:
CREWAI_DMN=true crewai create
- After project creation, inspect the generated files before editing.
- Run:
crewai install
crewai run
Do not hardcode API keys. Use .env.
Do not invent CLI flags. Validate with crewai --help or crewai create --help.
If a command fails, show the exact command and error, explain the likely cause, fix what you can safely fix, and retry once.
Describe the solution you'd like
Set up this environment so I can build with CrewAI.
First install the official CrewAI coding-agent skills if this environment supports npx:
npx skills add crewaiinc/skills
If npx is missing or the current agent cannot load skills, do not fail the whole setup. Report the exact issue and continue using the CrewAI docs directly.
Use these CrewAI docs as source of truth before making assumptions:
Setup steps:
- Check python3 --version. CrewAI requires Python >=3.10 and <3.14.
- Install uv if missing:
curl -LsSf https://astral.sh/uv/install.sh | sh
- Source the uv environment if needed:
source "$HOME/.local/bin/env"
- Install the CrewAI CLI:
uv tool install crewai
- Verify the CLI:
crewai version
crewai create --help
- Create a project:
CREWAI_DMN=true crewai create
- After project creation, inspect the generated files before editing.
- Run:
crewai install
crewai run
Do not hardcode API keys. Use .env.
Do not invent CLI flags. Validate with crewai --help or crewai create --help.
If a command fails, show the exact command and error, explain the likely cause, fix what you can safely fix, and retry once.
Describe alternatives you've considered
No response
Additional context
Set up this environment so I can build with CrewAI.
First install the official CrewAI coding-agent skills if this environment supports npx:
npx skills add crewaiinc/skills
If npx is missing or the current agent cannot load skills, do not fail the whole setup. Report the exact issue and continue using the CrewAI docs directly.
Use these CrewAI docs as source of truth before making assumptions:
Setup steps:
- Check python3 --version. CrewAI requires Python >=3.10 and <3.14.
- Install uv if missing:
curl -LsSf https://astral.sh/uv/install.sh | sh
- Source the uv environment if needed:
source "$HOME/.local/bin/env"
- Install the CrewAI CLI:
uv tool install crewai
- Verify the CLI:
crewai version
crewai create --help
- Create a project:
CREWAI_DMN=true crewai create
- After project creation, inspect the generated files before editing.
- Run:
crewai install
crewai run
Do not hardcode API keys. Use .env.
Do not invent CLI flags. Validate with crewai --help or crewai create --help.
If a command fails, show the exact command and error, explain the likely cause, fix what you can safely fix, and retry once.
Willingness to Contribute
Yes, I'd be happy to submit a pull request
Feature Area
Agent capabilities
Is your feature request related to a an existing bug? Please link it here.
Set up this environment so I can build with CrewAI.
First install the official CrewAI coding-agent skills if this environment supports npx:
npx skills add crewaiinc/skills
If npx is missing or the current agent cannot load skills, do not fail the whole setup. Report the exact issue and continue using the CrewAI docs directly.
Use these CrewAI docs as source of truth before making assumptions:
Setup steps:
curl -LsSf https://astral.sh/uv/install.sh | sh
source "$HOME/.local/bin/env"
uv tool install crewai
crewai version
crewai create --help
CREWAI_DMN=true crewai create
crewai install
crewai run
Do not hardcode API keys. Use .env.
Do not invent CLI flags. Validate with crewai --help or crewai create --help.
If a command fails, show the exact command and error, explain the likely cause, fix what you can safely fix, and retry once.
Describe the solution you'd like
Set up this environment so I can build with CrewAI.
First install the official CrewAI coding-agent skills if this environment supports npx:
npx skills add crewaiinc/skills
If npx is missing or the current agent cannot load skills, do not fail the whole setup. Report the exact issue and continue using the CrewAI docs directly.
Use these CrewAI docs as source of truth before making assumptions:
Setup steps:
curl -LsSf https://astral.sh/uv/install.sh | sh
source "$HOME/.local/bin/env"
uv tool install crewai
crewai version
crewai create --help
CREWAI_DMN=true crewai create
crewai install
crewai run
Do not hardcode API keys. Use .env.
Do not invent CLI flags. Validate with crewai --help or crewai create --help.
If a command fails, show the exact command and error, explain the likely cause, fix what you can safely fix, and retry once.
Describe alternatives you've considered
No response
Additional context
Set up this environment so I can build with CrewAI.
First install the official CrewAI coding-agent skills if this environment supports npx:
npx skills add crewaiinc/skills
If npx is missing or the current agent cannot load skills, do not fail the whole setup. Report the exact issue and continue using the CrewAI docs directly.
Use these CrewAI docs as source of truth before making assumptions:
Setup steps:
curl -LsSf https://astral.sh/uv/install.sh | sh
source "$HOME/.local/bin/env"
uv tool install crewai
crewai version
crewai create --help
CREWAI_DMN=true crewai create
crewai install
crewai run
Do not hardcode API keys. Use .env.
Do not invent CLI flags. Validate with crewai --help or crewai create --help.
If a command fails, show the exact command and error, explain the likely cause, fix what you can safely fix, and retry once.
Willingness to Contribute
Yes, I'd be happy to submit a pull request