Files
crewAI/lib/cli/src/crewai_cli/templates/tool
João Moura f364a7d988
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Vulnerability Scan / pip-audit (push) Has been cancelled
Check Documentation Broken Links / Check broken links (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Fix JSON crew version pin (#6342)
* Fix JSON crew version pin

* Use bounded CrewAI dependency range
2026-06-26 05:19:14 -03:00
..

{{folder_name}}

{{folder_name}} is a CrewAI Tool. This template is designed to help you create custom tools to power up your crews.

Installing

Ensure you have Python >=3.10 <3.14 installed on your system. This project uses UV for dependency management and package handling, offering a seamless setup and execution experience.

First, if you haven't already, install uv:

pip install uv

Next, navigate to your project directory and install the dependencies with:

crewai install

Publishing

Collaborate by sharing tools within your organization, or publish them publicly to contribute with the community.

crewai tool publish {{tool_name}}

Others may install your tool in their crews running:

crewai tool install {{tool_name}}

Support

For support, questions, or feedback regarding the {{crew_name}} tool or CrewAI.

Let's create wonders together with the power and simplicity of crewAI.