Using Claude Code Cli Agent Skill
Description
Claude Code skill for programmatically invoking Claude Code CLI from Python orchestrators, shell scripts, and automation pipelines. Supports Agent Skill Standard for 14+ coding agents.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Using Claude Code CLI
[](https://agentskills.io/) [](https://opensource.org/licenses/MIT) [](https://github.com/SpillwaveSolutions/skilz-cli)
A Claude Code skill for programmatically invoking Claude Code CLI from Python orchestrators, shell scripts, and automation pipelines.
Overview
This skill provides comprehensive patterns for:
- Tool Pre-Approval - Eliminate permission prompts with
--allowedTools - Directory Access - Grant Claude access to additional directories with
--add-dir - Hooks Configuration - Set up logging, monitoring, and blocking hooks
- Sandbox Mode - Safe execution for untrusted operations
- Python Patterns - Synchronous, async, and parallel subprocess invocation
- JSON Extraction - Parse structured output from CLI responses
- Fallback Strategies - OpenCode CLI as backup
Quick Start
# Minimal automation command
claude -p "Your prompt" --allowedTools Write Read Edit
# Full automation with all options
claude \
--model sonnet \
--add-dir /path/to/skills \
--allowedTools Write Read Edit Bash Task \
--output-format json \
-p "Your automation prompt"
Installation
Using Skilz Universal Installer (Recommended)
The recommended way to install this skill across different AI coding agents is using the [skilz](https://github.com/SpillwaveSolutions/skilz-cli) universal installer.
This skill supports the [Agent Skill Standard](https://agentskills.io/) which means it works with 14+ coding agents including Claude Code, OpenAI Codex, Cursor, and Gemini CLI.
Install Skilz
pip install skilz
Install from SkillzWave Marketplace
The easiest way to install is from the [SkillzWave Marketplace](https://skillzwave.ai/skill/SpillwaveSolutions__using-claud
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11