Aria Helper
Aria Helper assists with various tasks within the Aria smart home ecosystem, streamlining control and automation for a more convenient experience.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add aria-helper npx -- -y @trustedskills/aria-helper
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"aria-helper": {
"command": "npx",
"args": [
"-y",
"@trustedskills/aria-helper"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The aria-helper skill provides assistance with creating Accessible Rich Internet Applications (ARIA) attributes. It helps ensure web content is perceivable and usable by people with disabilities, as well as compatible with assistive technologies. This includes generating ARIA roles, states, and properties to improve the semantic structure of web pages.
When to use it
- You're developing a website or application and need help implementing accessibility best practices.
- You’re debugging an existing webpage where users report accessibility issues.
- You want to ensure your dynamic content updates are properly announced to screen readers.
- You need assistance in understanding how ARIA attributes affect the user experience for individuals using assistive technologies.
Key capabilities
- Generates appropriate ARIA roles for HTML elements.
- Suggests relevant ARIA states and properties based on context.
- Provides explanations of ARIA concepts and best practices.
Example prompts
- "How do I make this button accessible with ARIA?"
- "What ARIA attributes should I use for a live region update?"
- "Explain the difference between
aria-labelandaria-labelledby."
Tips & gotchas
The skill's effectiveness relies on providing clear context about the HTML structure you are working with. A basic understanding of web development principles is helpful to interpret the suggestions provided by the skill.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.