# Cbox

> Use this skill when the user wants to convert any python function to unix-style command with argument parsing.

- Skill: `javimosch/cbox` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/cbox`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/cbox/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/cbox

---


# Cbox Plugin

Convert any Python function to unix-style command with argument parsing.

## Commands

### Operations
- `cbox function convert` — convert function via cbox
- `cbox function list` — list function via cbox
- `cbox output set` — set output via cbox
- `cbox config show` — show config via cbox
- `cbox verbose set` — set verbose via cbox
- `cbox help show` — show help via cbox

## Usage Examples
- "cbox --help"
- "cbox <args>"

## Installation

```bash
pip install cbox
```

## Examples

```bash
cbox --version
cbox --help
```

## Key Features
- python\n- cli\n- wrapper

