BeClaude

awesome-skill

New
GitHub TrendingGeneralby rahmanhsim

Install rahmanhsim's full security skill arsenal into your AI agent workspace. Contains 110+ structured SKILL.md files across 24 categories including web injection, API security, recon, active directory, binary exploitation, crypto, mobile, smart contract, AI/LLM security, and more. Use when setting up a new agent workspace or adding security testing capabilities.

First seen 5/22/2026

Overview

awesome-skill — Install Guide

Quick Install

Clone the full arsenal directly into your Skills/ directory:

bash
git clone https://github.com/rahmanhsim/awesome-skill.git Skills

Partial Install (by category)

Install only the categories you need:

bash
git clone --depth 1 --filter=blob:none --sparse https://github.com/rahmanhsim/awesome-skill.git
cd awesome-skill
git sparse-checkout set Injection Auth API Recon

Available Categories

CategorySkillsDescription
Injection27XSS, SQLi, SSRF, SSTI, XXE, WAF bypass, deserialization
Auth9JWT, OAuth, SAML, CSRF, CORS, auth bypass
API5REST, GraphQL, BOLA, JWT abuse
Recon7Subdomain enum, OSINT, source leak, methodology
Active-Directory7Kerberos, NTLM, ADCS, ACL abuse, lateral movement
Linux-macOS9PrivEsc, container escape, kernel, reverse shell
Exploit9ROP, heap, format string, V8, anti-debug
Crypto7RSA, lattice, hash attack, stego
Infra7Tunneling, Kubernetes, network protocol
Mobile3Android, iOS, SSL pinning bypass
Smart-Contract2DeFi attacks, Solidity vulns
AI-Security2LLM prompt injection, AI/ML attacks
Business-Logic4Race condition, pricing abuse, workflow bypass
File3Upload bypass, LFI, path traversal
OSINT1Open source intelligence gathering
Forensics1Digital forensics, memory analysis
Malware1Malware analysis, reverse engineering
Threat-Intel1IOC analysis, APT tracking, threat hunting
Password1Password cracking methodology
CICD1CI/CD pipeline attack patterns
Payloads1Payload collections and bypass techniques
Social-Engineering1Phishing, pretexting, physical security
HackenProof5Bug bounty triage workflow (HackenProof platform)
Master1Entry point router — start here

Usage

After installing, start every security testing session with the master router:

code
Run skill: Master/hack

The master skill will analyze your target and route you to the appropriate category and technique.

Requirements

  • Authorized target only (bug bounty scope, owned systems, CTF)
  • AI agent with file read capability
  • Compatible with: Zo Computer, Claude Code, any Agent Skills-compatible runtime

Source

Repo: https://github.com/rahmanhsim/awesome-skill Author: @rahmanhsim Spec: https://agentskills.io/specification

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/awesome-skill.md https://raw.githubusercontent.com/rahmanhsim/awesome-skill/main/SKILL.md
3
Invoke in Claude Code
/awesome-skill
View source on GitHub
securitytestingapiagent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is awesome-skill?

Install rahmanhsim's full security skill arsenal into your AI agent workspace. Contains 110+ structured SKILL.md files across 24 categories including web injection, API security, recon, active directory, binary exploitation, crypto, mobile, smart contract, AI/LLM security, and more. Use when setting up a new agent workspace or adding security testing capabilities.

How to install awesome-skill?

To install awesome-skill: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/awesome-skill.md https://raw.githubusercontent.com/rahmanhsim/awesome-skill/main/SKILL.md. Finally, /awesome-skill in Claude Code.

What is awesome-skill best for?

awesome-skill is a skill categorized under General. It is designed for: security, testing, api, agent. Created by rahmanhsim.