call-claude

Call claude to perform a task

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "call-claude" with this command: npx skills add dotneet/claude-code-marketplace/dotneet-claude-code-marketplace-call-claude

Call claude to perform a task

Call claude to perform a task.

Checking for the Existence of 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" 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.

claude -p --dangerously-skip-permissions <<EOT {task_description} EOT

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

typescript-react-reviewer

No summary provided by upstream source.

Repository SourceNeeds Review
2.1K-dotneet
Coding

code-modularization-evaluator

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

prompt-improver

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

call-cursor-agent

No summary provided by upstream source.

Repository SourceNeeds Review