add-community-skill

add-community-skill is a skill for Claude Code, Codex from samugit83/redamon. It costs 101 tokens per session (749 once invoked), scanned A, original, MIT.

A workflow for adding a user-imported Markdown skill to an AI security agent. The skill describes an attack workflow using tools the agent already has.

In plain words
What is it for?
It is for creating or editing community-uploaded security workflows that the agent can discover, classify, and include in its instructions.
Why use it?
It helps add reusable workflows without changing or rebuilding the agent's Python code, while avoiding invalid tool names and routing conflicts.

Skill for Claude CodeCodex

About the project

RedAmon is an AI framework that connects reconnaissance, exploitation, and post-exploitation activities into an automated security-testing pipeline, while organizing findings and proposing code fixes. It is for authorized penetration testing, security research, and education. The catalogue entries provide skills and instructions for working with the framework.

samugit83/redamon · 2,391 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/samugit83/redamon/add-community-skill
Any agent
npx skills add samugit83/redamon --skill add-community-skill
Clone the repo
git clone --depth 1 https://github.com/samugit83/redamon

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for add-community-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/samugit83/redamon/add-community-skill.svg)](https://agentmods.dev/skills/samugit83/redamon/add-community-skill)
Your own site
<a href="https://agentmods.dev/skills/samugit83/redamon/add-community-skill"><img src="https://agentmods.dev/badge/skills/samugit83/redamon/add-community-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 749 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00101 $0.00749
Opus 5 $0.00051 $0.00375
Sonnet 5 $0.00020 $0.00150
Haiku 4.5 $0.00010 $0.00075

Measured 5d ago against content hash add8e2e529f7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

add-community-skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/add-community-skill/SKILL.md · 71 lines

How it starts

The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.

When to Use

  • Shipping a battle-tested attack workflow as an importable .md, without hardcoding it into Python.

For a hardcoded, first-class skill (9-layer wiring, badge, per-project toggle), use builtin-agent-skill instead. For a reference/theory doc rather than a workflow, that is a Community Chat Skill (different flow).


Critical Rules

  • NEVER invent tool names. Every step must name a tool the agent actually has: query_graph, kali_shell, execute_curl, execute_code, execute_playwright, execute_nuclei, execute_hydra, metasploit_console. A step naming a non-existent tool is dead on arrival.
  • NEVER rebuild the agent for this. ./agentic/community-skills is volume-mounted read-only into the container (docker-compose.yml:762); the GET /community-skills endpoint auto-discovers by globbing the directory. Drop the file and it is live on the next call. (This is the exception to "agentic/ changes need a rebuild" - that applies to baked Python, not the mounted skills dirs.)
  • NEVER write a description that overlaps a built-in skill. Imported skills compete with built-ins in the Intent Router; a generic or overlapping opening paragraph means the classifier never selects it. Make the first paragraph and the description distinct.
  • Commands must be copy-pasteable in fenced blocks - no pseudo-code. The markdown content is injected verbatim into the system prompt.
  • Remember it is per-user, not global. Users import via Global Settings > Agent Skills; already-imported users do NOT auto-pick-up new skills (they re-import; duplicates are skipped by name).

Commands

# No build. Drop the file and confirm discovery:
ls agentic/community-skills/            # your new <skill>.md lives here
# GET /community-skills globs this dir; the row lands in the Postgres UserAttackSkill
# table only after a user clicks "Import from Community".

If agentic/community-skills/README.md has a skills table, add a row (check the file first; do not invent structure).

Read the full file on GitHub · 71 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 71 lines · 101 tokens per session scan A add8e2e529f7

Subscribe to this mod's changes

add-community-skill is a skill published in the GitHub repository samugit83/redamon (2,391 stars, last pushed 2d ago), licensed MIT. It adds 101 tokens to every session and 749 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

workflow-orchestrator

Module Loop and Iteration Skill for orchestrating multi-phase penetration testing workflows. Use when coordinating sequential tool execution, managing dependencies between reconnaissance and vulnerability scanning modules, implementing adaptive fallback strategies, or managing workflow state across iterations.…

SHAdd0WTAka/Zen-Ai-Pentest · 85 tokens

poc-validator

Proof-of-Concept (PoC) Validation Skill for security exploit verification. Use when validating exploitability of vulnerabilities, generating tailored payloads, executing exploits in sandboxed environments, or verifying successful exploitation (e.g., SQL injection, CVE exploitation, command injection). Triggers on…

SHAdd0WTAka/Zen-Ai-Pentest · 86 tokens

Reconnaissance & OSINT Automation

Passive and active reconnaissance, subdomain enumeration, DNS analysis, technology fingerprinting, and OSINT data correlation for authorized security assessments.

Masriyan/Claude-Code-CyberSecurity-Skill · 33 tokens

tdd-agent

Autonomous test-driven development agent that writes code to make tests pass.

SHAdd0WTAka/Zen-Ai-Pentest · 17 tokens

kali-pentest-zh

通过 SSH 或 Docker 使用 Kali Linux CLI 工具执行授权渗透测试。 覆盖:信息收集、漏洞分析、嗅探与欺骗、Web/API 渗透、漏洞利用、密码攻击、无线、云原生安全、RFID/NFC、VoIP/ICS、逆向工程、取证分析、后渗透/C2、报告生成。.

x-glacier/kali-pentest · 87 tokens

kali-pentest

Execute authorized penetration testing via Kali Linux CLI tools over SSH or Docker. Covers: information gathering, vulnerability analysis, sniffing & spoofing, web/API testing, exploitation, password attacks, wireless, cloud-native security, RFID/NFC, VoIP/ICS, reverse engineering, forensics, post-exploitation/C2, and…

x-glacier/kali-pentest · 73 tokens