LaunchKit · 2026
Back to Skills

accessibility-toolkit

Friction-reduction patterns for agents helping.

1
2.4k downloads
by @cgtreadw

Setup & Installation

openclaw skills install @cgtreadw/accessibility-toolkit

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install accessibility-toolkit

What This Skill Does

Patterns and tools for AI agents helping humans with physical disabilities. Covers voice-first command design, smart home automation templates, batch operations, and proactive notifications. Built from real use by an agent serving a C6-C7 quadriplegic.

Reduces the physical interaction cost by batching multi-step routines into single commands and pushing information proactively rather than waiting to be asked.

When to use it

  • Triggering a full bedtime routine with one voice command
  • Getting a morning briefing on weather, calendar, and medications before asking
  • Auto-unlocking the front door on home arrival
  • Receiving an alert after two hours of no motion detected at home
  • Auditing conversation history to find repeated tasks worth automating

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User says: Goodnight

AGENT
  1. 1Triggers bedtime lighting scene
  2. 2Locks all doors
  3. 3Sets thermostat to night temperature
  4. 4Silences all notifications
OUTPUT

All bedtime routines execute in one step with no confirmation dialogs required.

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Home Assistant instance (for smart home automation templates)