available-tools — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited available-tools (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
The skill tool loads and injects specialized skill instructions into the conversation context. Skills provide detailed, step-by-step guidance for specific tasks like creating MCP servers, custom modes, or following standardized workflows.
The tool accepts these parameters:
skill (required): The name of the skill to load (e.g., create-mcp-server, create-mode). Must match a skill name from the available skills list.args (optional): Additional context or arguments to pass to the skill for customization.This tool retrieves skill instructions from the skills directory and loads them into the active conversation. Skills are pre-written instruction sets that guide Roo through complex, multi-step procedures. The tool is mode-aware, loading skills specific to the current mode when available.
When the skill tool is invoked, it follows this process:
.roo mode-specific (e.g., .roo/skills-code/).roo generic (.roo/skills/).agents mode-specific (e.g., .agents/skills-code/).agents generic (.agents/skills/).roo mode-specific (e.g., ~/.roo/skills-code/).roo generic (~/.roo/skills/).agents mode-specific (e.g., ~/.agents/skills-code/).agents generic (~/.agents/skills/)SKILL.md).Skills are dynamically loaded based on the current mode and project configuration. Common skills include:
create-mcp-server: Guide for creating Model Context Protocol serverscreate-mode: Guide for creating custom Roo Code modesfind-skills: Helps discover and install agent skillsTo see available skills, check the skills list in the system prompt or ask Roo "what skills are available?"
The skill tool is the programmatic interface to the Skills feature. For comprehensive documentation on how skills work, how to create custom skills, and the skills system architecture, see the Skills feature documentation.
Loading a skill to create an MCP server:
<skill>
<skill>create-mcp-server</skill>
<args>weather API integration</args>
</skill>Loading a skill without additional context:
<skill>
<skill>create-mode</skill>
</skill>~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.