Skip to main content

Cross-platform voice and HIL tools for Claude Code

Project description

Claude Helpers

CLI SWE toolkit for Claude Code: Voice input, Human-in-the-Loop, and structured project management.

Install

uv tool install claude-helpers

or loocal

git clone {repo} claude-helpers
cd claude-helpers
uv tool install --force --editable .

Setup

claude-helpers setup

Configures OpenAI API keys, audio device, and Claude Code integration.

Commands

Basic Usage

claude-helpers voice          # Record voice, get text transcription
claude-helpers init           # Setup HIL in current project  
claude-helpers listen         # Start HIL background listener
claude-helpers status         # Check configuration and features
claude-helpers skeleton       # List available project templates

Project Templates

# List all available templates (built-in + Memory-Bank)
claude-helpers skeleton

# Create new project from template
claude-helpers skeleton python-basic --name my-service
claude-helpers skeleton fastapi-service --name my-api

# Create template files in current directory
mkdir my-service && cd my-service
claude-helpers skeleton python-basic --here

Custom templates can be added to Memory-Bank at templates/skeletons/template-name/.

Memory-Bank (Advanced)

# Create Memory-Bank repository
claude-helpers memory-bank spawn-structure
claude-helpers memory-bank spawn-templates  
claude-helpers memory-bank spawn-prompts

# Link Memory-Bank to work project (repo SHALL contain .helpers, by `claude-helpers init`)
claude-helpers memory-bank init

MCP Servers

# (For Agent mcp STDIO use, server is not required)
claude-helpers mcp-server         # HIL MCP server
claude-helpers memory-bank-mcp    # Memory-Bank MCP server

Integration

Add to Claude Code MCP configuration:

HIL Integration:

{
  "type": "stdio",
  "command": "claude-helpers", 
  "args": ["mcp-server"]
}

Memory-Bank Integration:

{
  "type": "stdio",
  "command": "claude-helpers",
  "args": ["memory-bank-mcp"]
}

What it does

  • Voice: Record voice prompts, get Whisper transcription
  • HIL: Agents can ask questions, humans respond via GUI/terminal
  • Memory-Bank: Structured project docs and workflow templates
  • MCP: Seamless Claude Code integration for all features

Requirements

  • Python 3.10+
  • OpenAI API key
  • Audio device (for voice)

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

claude_helpers-0.1.3.tar.gz (227.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

claude_helpers-0.1.3-py3-none-any.whl (164.9 kB view details)

Uploaded Python 3

File details

Details for the file claude_helpers-0.1.3.tar.gz.

File metadata

  • Download URL: claude_helpers-0.1.3.tar.gz
  • Upload date:
  • Size: 227.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for claude_helpers-0.1.3.tar.gz
Algorithm Hash digest
SHA256 35159cd2b9ee87a18da5d476f8caee9cc496c6d03bb56d17151ba9d5fe5a67d8
MD5 1245a1b27adab7e03c02c8c46ffcc1c6
BLAKE2b-256 b32c015d6ac77b66c0bb334335a11485844bca5b2a6b9a159790ee2b1a03a0af

See more details on using hashes here.

File details

Details for the file claude_helpers-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: claude_helpers-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 164.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for claude_helpers-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a1a603336d4138a0493c17bcc2a0229f959b3cab13816d0791a5923665a1b978
MD5 52cccb44e802174a72c060bb9a7012b5
BLAKE2b-256 d608245373d36e66959a45ffd9d2e02308901646c4d21981b09f9c241a9424e1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page