Commands Skill

Route slash commands to audit workflows for vulnerability analysis.

56|9|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/0x-Shashi/WEB3-AUDIT-SKILLS --skill commands-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Commands Skill
Source: https://github.com/0x-Shashi/WEB3-AUDIT-SKILLS/tree/main/skills/commands
Command: npx skills add https://github.com/0x-Shashi/WEB3-AUDIT-SKILLS --skill commands-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slash-based command interfaces can be verbose and error-prone for audits; this Skill standardizes and guides the invocation of scanners, checklists, and report generation through simple commands.

Core Features & Use Cases

  • Structured command patterns for invoking audit capabilities, mapping to underlying skills and loading correct context for each workflow.
  • Chainable commands to compose end-to-end audit pipelines (e.g., scan → variant → severity → report).
  • Supports multiple commands such as /audit, /scan, /checklist, /report, with guidance on parameters and outputs.

Quick Start

Invoke /audit src/Vault.sol --chain ethereum to start a full security audit.

Frequently Asked Questions about Commands Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a smart contract vulnerability audit using slash commands?

You can automate a smart contract vulnerability audit by invoking commands like /audit or /scan with your target file and chain parameters. This routes the request to underlying audit workflows to perform automated vulnerability analysis and generate reports.

Can I chain multiple audit commands together for end-to-end security scans?

Yes, you can chain multiple audit commands together to compose end-to-end security pipelines. This allows you to sequence workflows like scanning, variant analysis, severity classification, and report generation across multiple chains.

Does the slash command audit workflow support multiple blockchain chains?

Yes, the slash command audit workflow supports multiple blockchain chains. You can specify the target network directly in your command parameters, such as using the --chain flag with ethereum, to ensure the vulnerability analysis applies the correct context.

What is the best way to generate a security report after running a quick scan?

The best way to generate a security report after a quick scan is to use the /report command. It maps to underlying report generation workflows, allowing you to compile findings, severity classifications, and scan results into a structured output.

Do I need to install external dependencies to run checklist-based security scans?

No external dependencies are required to run checklist-based security scans. The system identifies capabilities through frontmatter metadata and relies on optional resources like scripts or references only if they are present in the environment.

When should I use a quick scan instead of a full audit workflow?

You should use a quick scan instead of a full audit workflow when you need rapid vulnerability checks or pattern browsing. A full audit provides comprehensive end-to-end analysis, while quick scans offer faster, targeted security assessments.