# call-claude > Call claude to perform a task. - Author: Shinji Yamada - Repository: dotneet/claude-code-toolkit - Version: 20260123175525 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-08 - Source: https://github.com/dotneet/claude-code-toolkit - Web: https://mule.run/skillshub/@@dotneet/claude-code-toolkit~call-claude:20260123175525 --- --- name: call-claude description: Call claude to perform a task. --- # Call claude to perform a task Call claude to perform a task. ## Checking for the Existence of claude ```bash # Check if claude is installed. Exit code 0 means success, 1 means failure. # If not installed, skip the subsequent steps of the skill. which claude if [ $? -ne 0 ]; then echo "claude is not installed" fi ``` ## Requesting a Task to claude This task may take a long time. If the timeout value of the Bash tool can be set, please specify the maximum timeout value. ```bash claude -p --dangerously-skip-permissions <