← 返回 Skills 市场
jacr6

A11y Audit Migrated

作者 José Cuevas · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
116
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install a11y-audit-migrated
功能描述
Skill migrada desde examples - a11y-audit con capacidades completas
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install a11y-audit-migrated
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /a11y-audit-migrated 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug a11y-audit-migrated
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

A11y Audit Migrated 是什么?

Skill migrada desde examples - a11y-audit con capacidades completas. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。

如何安装 A11y Audit Migrated?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install a11y-audit-migrated」即可一键安装,无需额外配置。

A11y Audit Migrated 是免费的吗?

是的,A11y Audit Migrated 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

A11y Audit Migrated 支持哪些平台?

A11y Audit Migrated 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 A11y Audit Migrated?

由 José Cuevas(@jacr6)开发并维护,当前版本 v1.0.0。

💬 留言讨论