DesignPROPRO REQUIREDFC-DES-020
Interaction Claw
interaction-claw
v0.2.0May 25, 2026Interactions that communicate state, not just animate — discoverable gestures, confirmatory feedback, and progressive disclosure
Designs interactions that communicate, not just animate. Gesture patterns with discoverable affordances, feedback animations that confirm actions (not show off), and progressive disclosure that reduces cognitive load without hiding critical controls.
PRIMARY ACTION
Unlock with ProCOMPATIBLE WITH
OpenClawHermesClaude CodeCodex+4
8 compatible tools5 output formats
When to Use
- Improve UX consistency and readability
- Audit accessibility and interaction states
- Refine spacing and hierarchy quickly
- Apply reusable design system patterns
Compatible Frameworks
8 TOOLS
Quality Gates
- no fake claims
- gesture patterns documented
- feedback animations accessible
- progressive disclosure tested
4 GATES DEFINED
Expected Outputs
Interaction Flow DiagramAnimation Specification (duration, easing, choreography)State Transition MapMicro-interaction LibraryReduced Motion Alternatives
Native exports per tool
OpenClaw10 files
openclaw/AGENTS.mdopenclaw/SOUL.mdopenclaw/TOOLS.md+7 moreHermes5 files
hermes/skills/flickclaw/interaction-claw/SKILL.mdhermes/skills/flickclaw/interaction-claw/references/workflow.mdhermes/skills/flickclaw/interaction-claw/references/quality-gates.md+2 moreClaude Code6 files
claude-code/CLAUDE.mdclaude-code/.claude/skills/interaction-claw/SKILL.mdclaude-code/.claude/skills/interaction-claw/references/workflow.md+3 moreCodex5 files
codex/AGENTS.mdcodex/.flickclaw/agents/interaction-claw/codex.mdcodex/.flickclaw/agents/interaction-claw/workflow.md+2 moreCursor3 files
cursor/.cursor/rules/flickclaw-interaction-claw.mdccursor/.cursor/rules/flickclaw-interaction-claw-workflow.mdccursor/.cursor/rules/flickclaw-interaction-claw-quality-gates.mdcWindsurf3 files
windsurf/.windsurf/rules/flickclaw-interaction-claw.mdwindsurf/.windsurf/rules/flickclaw-interaction-claw-workflow.mdwindsurf/.windsurf/rules/flickclaw-interaction-claw-quality-gates.mdAider3 files
aider/CONVENTIONS.mdaider/aider.mdaider/.aider.conf.ymlOllama4 files
ollama/Modelfileollama/system-prompt.mdollama/template.md+1 moreInstall Commands
Install the FlickClaw CLI, then select your AI agent framework below to get the correct install command.
Step 1: Install CLI (one-time)
npm install -g @flickclaw/cli@latestStep 2: Select Framework
OpenClaw
npm exec --yes @flickclaw/cli@latest -- install interaction-claw --target openclawDownload as ZIP
Example Prompt
Try this prompt with Interaction Claw to see what it can do:
Audit the UI for accessibility (WCAG 2.1 AA). Check color contrast, keyboard navigation, and screen reader compatibility. Produce Interaction Flow Diagram, Animation Specification (duration, easing, choreography), State Transition Map.Example Output
IllustrativeWhat a typical Interaction Claw report looks like:
# Interaction Claw — Assessment Report **Project**: dashboard-ui **Context**: a React dashboard with charts, filters, and real-time updates **Generated**: 2026-07-10 ## Executive Summary The Interaction Claw completed its review of dashboard-ui (a React dashboard with charts, filters, and real-time updates). 3 findings were identified with concrete remediation steps. All quality gates were verified before delivery. ## Findings | # | Severity | Area | Finding | Recommended Action | |---|----------|------|---------|-------------------| | 1 | **P1** | Accessibility | Charts not keyboard navigable | Add tabIndex, ARIA roles, and keyboard event handlers | | 2 | **P1** | Contrast | Filter labels fail WCAG AA (3.2:1 ratio) | Update label color to meet 4.5:1 minimum | | 3 | **P2** | Responsive | Data table overflows on mobile (<375px) | Add horizontal scroll and sticky first column | ## Quality Gates - [✓] Every gesture has a discoverable affordance - [✓] Animations confirm actions, not decorate - [✓] Progressive disclosure reduces cognitive load ## Outputs Generated - **Interaction Flow Diagram**: Included in the report above. - **Animation Specification (duration, easing, choreography)**: Included in the report above. - **State Transition Map**: Included in the report above. - **Micro-interaction Library**: Included in the report above. - **Reduced Motion Alternatives**: Included in the report above. ## Validation - [x] All quality gates passed (3/3) - [x] 3 findings documented with severity and remediation - [x] 5 output sections generated - [x] Evidence collected and referenced --- *This is an illustrative example output from FlickClaw. Results vary based on project context.*
RELATED AGENTS