Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
stablyai avatar

Call Claude

  • 3 installs
  • 7 repo stars
  • Updated April 25, 2026
  • stablyai/call-claude

Helps with ai & agent building tasks during AI-assisted development.

About

call-claude is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • call-claude
  • AI & Agent Building
  • AI-coding skill

Call Claude by the numbers

  • 3 all-time installs (skills.sh)
  • Ranked #13,657 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 27, 2026 (Skillselion catalog sync)
npx skills add https://github.com/stablyai/call-claude --skill call-claude

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs3
repo stars7
Last updatedApril 25, 2026
Repositorystablyai/call-claude

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

call-claude

Delegate an arbitrary prompt to Claude and return the output.

Arguments

Required: a prompt.

Optional flags (parsed from the user's message):

FlagValuesDefault
--modelopus, sonnet, haiku, or a full model IDopus
--effortlow, medium, high, xhigh, max_(omitted)_

Process

1. Parse the user's message — extract the prompt and any --model / --effort overrides. 2. Invoke the wrapper script that ships alongside this SKILL.md:

   "$(dirname "$0")/call-claude.sh" [--model <alias>] [--effort <level>] "<prompt>"

For multi-line prompts, pipe via stdin:

   echo "<prompt>" | "$(dirname "$0")/call-claude.sh" --model opus

3. Return Claude's full output to the user. Don't summarize unless asked.

claude -p is non-interactive and prints the final answer to stdout, so the wrapper output can be captured directly.

Prerequisite

Claude Code must be installed — verify with claude --version.

Examples

# Default (opus)
./call-claude.sh "explain what this repo does"

# Override model
./call-claude.sh --model sonnet "summarize the README"

# Override model + effort
./call-claude.sh --model opus --effort high "design a caching layer"

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.