Loading...
Loading...
Call claude to perform a task.
npx skill4agent add dotneet/claude-code-marketplace call-claude# 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"
ficlaude -p --dangerously-skip-permissions <<EOT
{task_description}
EOT