Skip to content

Latest commit

ย 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Platform License Skills

๐ŸŽผ OpenClaw Skill Forge

A curated collection of OpenClaw agent skills โ€” tools that make AI agents smarter, faster, and more useful.

Skills โ€ข Quick Start โ€ข Installation โ€ข Contributing โ€ข ็ฎ€ไฝ“ไธญๆ–‡


๐Ÿ“ฆ Skills

Skill Description Docs Status
conductor Voice-driven AI coding orchestrator โ€” direct coding agents with spoken language instead of paths and commands Why? ยท Guide (ไธญๆ–‡) โœ… Ready

โœจ Highlights

๐ŸŽผ Conductor

Talk to your code, not your terminal.

Conductor turns natural speech into coding agent commands. Say "Hey CC, fix the router bug in my player project" and it just works โ€” no paths, no flags, no context-switching.

Key features:

  • ๐Ÿ—‚๏ธ Project Alias Registry (PAR) โ€” Register spoken nicknames for your projects. Say "weather" instead of typing /Users/you/dev/projects/weather-app
  • ๐Ÿค– Multi-Agent Dispatch โ€” Route tasks to Claude Code, Codex, Gemini, or Kimi with natural language
  • ๐Ÿ“ก Three Execution Modes โ€” Background (ACP), real-time relay (Telephone), or Discord threads โ€” auto-selected based on your platform
  • โšก Parallel Orchestration โ€” Run multiple agents simultaneously on different modules
  • ๐Ÿ” Environment Detection โ€” Auto-detects installed tools and guides you through setup
  • ๐Ÿ“Š Project Dashboard โ€” Quick status checks with a single voice command
  • ๐Ÿง  Project Memory โ€” Persistent per-project history. Say "continue" and pick up right where you left off
  • ๐Ÿ”„ Workflow Templates โ€” Predefined multi-step workflows (release, test, start-day, cleanup, pr-ready). Say the name to run
  • ๐Ÿ”Ž Code Review Mode โ€” Automatic or manual code review by a separate agent after task completion
  • ๐Ÿ’ฐ Cost Tracker โ€” Track time spent per project and agent. Say "costs" to see a summary
  • ๐Ÿ”Š Voice Report โ€” Optional voice feedback for key results when TTS is available

๐Ÿš€ Quick Start

# Copy a skill to your OpenClaw agent workspace
cp -r conductor/ ~/.openclaw/workspace-YOUR_AGENT/skills/conductor/

# That's it. Start talking to your agent:
# "Scan ~/dev for projects"
# "Let CC check the build status of my player project"  
# "Run tests on the voice app, show me the progress"

๐Ÿ“ฅ Installation

Method 0: Just Send the Link to Your Agent โญ Easiest

Copy this repo URL and send it to your OpenClaw agent:

"Install this skill: https://github.com/g00d-will/openclaw-skill-forge"

Your agent will clone it, install it, and guide you through setup automatically.

Method 1: Git Clone

git clone git@github.com:g00d-will/openclaw-skill-forge.git
cp -r openclaw-skill-forge/conductor/ ~/.openclaw/workspace-YOUR_AGENT/skills/conductor/

Method 2: Download Skill Package

Download the .skill file from Releases and extract to your agent's skills directory.

Method 3: Direct Copy

Copy any skill folder directly into your OpenClaw agent workspace:

~/.openclaw/workspace-YOUR_AGENT/
โ””โ”€โ”€ skills/
    โ””โ”€โ”€ conductor/
        โ”œโ”€โ”€ SKILL.md
        โ”œโ”€โ”€ references/
        โ””โ”€โ”€ scripts/

๐Ÿ“‹ Requirements

Requirement Required Notes
OpenClaw โœ… The agent runtime
At least one coding agent (Claude Code, Codex, etc.) โœ… Conductor will guide installation
acpx Optional Enables real-time "telephone" mode
Discord Optional Enables thread-based live streaming

๐Ÿ—๏ธ Skill Structure

Each skill follows the OpenClaw AgentSkills spec:

skill-name/
โ”œโ”€โ”€ SKILL.md              # Main skill file (instructions + metadata)
โ”œโ”€โ”€ references/           # Supporting documentation (loaded on demand)
โ””โ”€โ”€ scripts/              # Executable utilities

๐Ÿค Contributing

This is currently a personal skill collection. If you have ideas or want to collaborate, open an issue.

๐Ÿ“„ License

MIT โ€” use freely, attribution appreciated.


Built with ๐Ÿฆž OpenClaw

About

๐ŸŽผ My OpenClaw skill collection โ€” voice-driven AI coding tools

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages