Skip to main content

Cross-platform voice and HIL tools for Claude Code

Project description

Claude Helpers

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

Install

PYPI install:

uv tool install claude-helpers

or PYPI update:

uv tool upgrade claude-helpers

or loocal install:

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

HIL MCP Server

Enables agents to interact with humans during development:

  • ask_human(question) - Ask human a question, wait for response
  • voice_input(prompt) - Record voice input from human
  • File-based async communication between agents and background listener

Memory-Bank MCP Server

Project management and documentation for structured development:

  • get-focus(release, component) - Get current work context and standards
  • get-progress(release, component) - View implementation progress
  • current-task/epic/component - Navigate project structure
  • validate-project-structure(path, purpose) - Check file placement
  • update-task-status(task, status) - Mark tasks complete
  • note-journal(content, role) - Add development notes

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.2.6.tar.gz (147.7 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.2.6-py3-none-any.whl (146.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: claude_helpers-0.2.6.tar.gz
  • Upload date:
  • Size: 147.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.6

File hashes

Hashes for claude_helpers-0.2.6.tar.gz
Algorithm Hash digest
SHA256 27cc2ccf01b1c14378207bb07805bd51f69f0f814fcde5c96d9a018f63f36b86
MD5 53ce39078ddf0064f95f50910715c224
BLAKE2b-256 430ac2b8a615ca21406fd4bf87c9ded4bb929e9a7b5a449efd02e2f7b47edf13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for claude_helpers-0.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 007fffbbad7e3ce4e3efa4bbf38e4bd7351a25b4a222ce0b221c1ba841f0394e
MD5 986e3202673b7320f40335a1089f71f0
BLAKE2b-256 74dcd4565ff3a5cbfeb7b34f01012e997c9cc94addde8e64359c36e5cad0357a

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