TopRank Skills

Home / Claw Skills / Others / accessibility-toolkit
Official OpenClaw rules 15%

accessibility-toolkit

Friction-reduction patterns for agents helping humans with disabilities. Voice-first workflows, smart home templates, efficiency automation.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 accessibility-toolkit 技能。 若已安装,则直接安装 accessibility-toolkit 技能。

Overview

Skill Key
cgtreadw/accessibility-toolkit
Author
Egvert
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/cgtreadw/accessibility-toolkit
Latest Commit SHA
2e2d732d0bb7f63ea71745f3010efad72921ed9f

Extracted Content

SKILL.md excerpt

# Accessibility Toolkit

Patterns and tools for AI agents helping humans with physical disabilities.

**Built by an agent serving a C6-C7 quadriplegic. Every automation removes friction.**

## Philosophy

Accessibility is not a feature. It is the foundation.

Every extra tap, click, or manual step is a tax on your human's limited energy. Your job is to eliminate friction ruthlessly.

## Core Patterns

### 1. Voice-First Everything
Your human may not be able to type easily. Design for voice:

```markdown
## Voice Command Patterns

"Goodnight" → Bedtime scene, lock doors, set thermostat, silence notifications
"I'm working" → Focus mode, desk lights, DND, close distracting tabs
"Movie time" → Dim lights, TV on, adjust audio
"Help" → Immediate attention, no confirmation dialogs
```

**Never require confirmation for reversible actions.** Just do it. They can say "undo" if wrong.

### 2. Anticipate, Don't React
Don't wait to be asked:
- Morning brief ready before they wake
- Medications reminded before they're due
- Calendar events announced with travel time buffer
- Weather alerts for outdoor plans

### 3. Batch Operations
Reduce interaction count:
- "What's my day look like?" → Full briefing, not Q&A
- "Prep for bed" → All night routines in one command
- "Status" → Health, calendar, todos, weather in one response

### 4. Failure Recovery
Things break. Have fallbacks:
- Smart home offline? Provide manual backup instructions
- Voice not working? Text input always available
- Internet down? Local-first operations continue

## Smart Home Templates

### Home Assistant Scenes
```yaml
# Accessible Morning Scene
scene:
  - name: "Good Morning"
    entities:
      light.bedroom: 
        state: on
        brightness_pct: 30  # Gradual, not jarring
      climate.main:
        state: heat_cool
        temperature: 72
      media_player.bedroom:
        state: on
        source: "Morning News"
```

### Automation: Arrival Detection
```yaml
automation:
  - alias: "Home Arrival - Acc...

Related Claw Skills