← Back to Skills Marketplace
jacr6

A11y Audit Migrated

by José Cuevas · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
116
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install a11y-audit-migrated
Description
Skill migrada desde examples - a11y-audit con capacidades completas
README (SKILL.md)

a11y-audit (Migrated)

Overview

Esta skill ha sido migrada desde ./examples y mejorada para Qwen Code.

Usage Examples

Example 1: Basic Usage

const skill = require('~/.opencode/skills/a11y-audit');
const result = await skill.execute();

Example 2: Advanced Usage

const { OptimizedSubagent } = require('~/.opencode/skills/subagente-optimizado');

const agent = new OptimizedSubagent({
    taskName: 'a11y-audit task',
    taskType: 'a11y',
    context: { userGoal: 'Objective' }
});

const result = await agent.execute(async ({ context, tools }) => {
    // Implementation
});

Integration

Buscador de Skills

const bs = require('~/.opencode/skills/buscador_de_skills');
const skill = bs.searchByName('a11y-audit');

Exa Search

const search = require('~/.opencode/skills/exa-search');
const results = await search.searchWeb('a11y-audit best practices 2026');

Optimization

Esta skill usa las optimizaciones de quota:

  • Context compression (650 tokens vs 10K)
  • Tool restriction (3-4 tools max)
  • Iteration limits (3 max)
  • Result caching (TTL: 1h)

References

  • Source: ./examples/claude-skills-main/.gemini/skills/a11y-audit
  • Migrated: 2026-03-29
Usage Guidance
This SKILL.md looks like documentation/examples rather than a working skill. Before installing or enabling it: 1) ask the publisher for the actual implementation files or a link to a trusted code repository; 2) verify whether the referenced local modules (e.g., ~/.opencode/skills/...) exist and inspect their code — they could execute arbitrary local code; 3) avoid running or granting the skill access to sensitive data or credentials until you see its code and dependency list; 4) if you want to test, do so in an isolated environment (container or VM) and review any code for network calls or file access. The main risk here is vagueness and hidden behavior, not an explicit exploit in the provided files.
Capability Analysis
Type: OpenClaw Skill Name: a11y-audit-migrated Version: 1.0.0 The skill bundle contains only metadata and documentation (SKILL.md) for an accessibility auditing tool. It lacks executable code and shows no indicators of malicious intent, data exfiltration, or prompt injection. The documentation describes standard integration with other local skills and optimization parameters consistent with its stated purpose.
Capability Assessment
Purpose & Capability
Name/description claim a full-featured a11y audit, but the package contains no code, no declared dependencies, and no environment configuration; examples reference local modules under ~/.opencode/skills rather than providing an implementation. The requested resources do not match the claimed 'complete capabilities'.
Instruction Scope
SKILL.md contains only metadata and usage examples with placeholders; it does not define concrete, scoped runtime steps. Examples require local modules and an 'OptimizedSubagent' with an open-ended execute() body, which is effectively granting broad discretion to run arbitrary code if those modules exist. Instructions are vague and could lead the agent to load/execute unknown local code.
Install Mechanism
No install spec and no code files are included, which minimizes direct installation risk. Nothing will be written or downloaded by the skill as provided.
Credentials
The skill declares no environment variables, credentials, or config paths. There are no disproportionate secret requests in the manifest.
Persistence & Privilege
Flags are default (not always), and there is no indication the skill requests permanent presence or modifies other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install a11y-audit-migrated
  3. After installation, invoke the skill by name or use /a11y-audit-migrated
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial migration and optimization summary: - Skill migrated from "examples" with complete features for Qwen Code. - Added detailed usage and integration examples in the documentation. - Implemented context compression, tool restrictions, iteration limits, and result caching for performance. - Documentation now available in Spanish. - References to original source and migration date included.
Metadata
Slug a11y-audit-migrated
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is A11y Audit Migrated?

Skill migrada desde examples - a11y-audit con capacidades completas. It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.

How do I install A11y Audit Migrated?

Run "/install a11y-audit-migrated" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is A11y Audit Migrated free?

Yes, A11y Audit Migrated is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does A11y Audit Migrated support?

A11y Audit Migrated is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created A11y Audit Migrated?

It is built and maintained by José Cuevas (@jacr6); the current version is v1.0.0.

💬 Comments