Agent skill · Data & Analytics

voice_command_to_skill

Maps natural language voice commands to concrete LabClaw skill invocations. Parses ASR output, identifies intent, selects target skill, fills parameters from context, and provides prompt templates — enabling hands-free, voice-driven anywhere-lab experiences where researchers control analysis, guidance, and data export by speaking.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill voice_command_to_skill --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 15 KB
Bundled scripts: none
Path: skills/labclaw/voice_command_to_skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Voice Command to Skill ## Overview `voice_command_to_skill` is the voice-to-action bridge of the LabOS anywhere-lab stack. It takes natural language speech — transcribed by an ASR engine (Whisper, Azure Speech, Google Cloud) — and maps it to a specific LabClaw skill call with filled parameters. Commands like "check if I added the enzyme", "what's the next step?", "export my data to Excel", or "did I miss any steps?" are parsed into intent, matched to skills (`protocol_video_matching`, `detect_common_wetlab_errors`, `extract_experiment_data_from_video`, etc.), and executed with context-aware parameters. The skill provides prompt templates, parameter extraction logic, and fallback handling so that voice-driven lab workflows remain robust under noisy conditions, ambiguous phrasing, or partial context. ## When to Use This Skill Use this skill when any of the following conditions are present: - **Hands-free lab operation**: A researcher is wearing XR glasses or has gloves on and cannot type or tap; they must control the system by voice — "run compliance check", "show me the growth curve", "pause protocol". - **Anywhere-lab / remote supervision**: A PI or remote expert monitors a lab v

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Core Capabilities
  4. 1. Intent Recognition & Skill Mapping
  5. 2. Parameter Extraction & Context Filling
  6. 3. Prompt Templates for Skill Invocation
  7. 4. Session Context Management
  8. 5. Error Handling & Clarification
  9. 6. Multi-Language & Accent Robustness
  10. Usage Examples
  11. Example 1 — "Check if I added the enzyme"
  12. Example 2 — "Export to Excel"
  13. Example 3 — "What's next?" (Next Step)
  14. Example 4 — Compound: "Analyze and export"
More from awesome-bio-agent-skills
All skills →
About this skill
What does the voice_command_to_skill skill do?

Maps natural language voice commands to concrete LabClaw skill invocations. Parses ASR output, identifies intent, selects target skill, fills parameters from context, and provides prompt templates — enabling hands-free, voice-driven anywhere-lab experiences where researchers control analysis, guidance, and data export by speaking.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill voice_command_to_skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going