⚒️ You are viewing a legacy archive (v1.x.x) — Back to IRONCLAD v2.0
v1.2.0 • The Missing CLI for Claude Skills

Ship Claude Skills.
Not Excuses.

The CLI-first deployment tool for Claude.ai — automate uploads, manage libraries, and ship faster with a single command.

Why ClaudForge?

Because managing your AI skills shouldn't be a full-time job.

Manual Upload Hell

  • ❌ Zip folders manually
  • ❌ Navigate complex UI
  • ❌ Fight Cloudflare every time
  • ❌ No version control
  • ❌ 5-10 minutes per update

The ClaudForge Way

  • ✅ Single command deploy
  • ✅ Terminal-only workflow
  • ✅ Intelligent bypass prompts
  • ✅ Scriptable & CI-ready
  • < 10 seconds per update

Forged for Speed

Everything you need to manage your AI skills efficiently.

Single Upload

Effortlessly upload a specific skill folder with automatic zipping and cloud-side validation.

📦

Batch Processing

Scan entire collections and upload multiple skills in one go with detailed summary reporting.

🛡️

Smart Integration

Bypass login walls and solve Cloudflare challenges manually with built-in remote debugging support.

💻

Cross-Platform

Fully compatible with Windows, macOS, and Linux. Built-in OS-specific startup commands.

📋

YAML Headers

Seamlessly parse metadata from SKILL.md files for automated naming and descriptions.

🛠️

Automated Cleanup

Optional retention of packaged assets or automatic cleanup to keep your workspace tidy.

See it in Action

Visual confirmation of your deployment pipeline.

Uploader

Single Skill Upload

Target a specific folder and let ClaudForge handle the rest. Automatic zipping, uploading, and success logging.

--path --connect --keep-zips
Single Upload Demo
Batch Upload Demo
Manager

Batch Skills Processing

Perfect for large collections. Scan directories, filter skills, and upload them sequentially with a progress limit.

--limit --headless

Quick Start

Deploy your first skill in less than 2 minutes.

# Clone and install dependencies
git clone https://github.com/vinubalagopalap/claudforge.git
cd claudforge
pip install -r requirements.txt
playwright install chrome
# Launch single upload
python3 upload_single_skill.py --path ./my-skill --connect

Requires Python 3.7+ and Chrome installed.