RADAR DE SKILLS · GITHUB

Agent Skills úteis, classificados pelo uso real.

Compare Skills verificados por finalidade, conteúdo do pacote, instalações e evidências da fonte antes de adicioná-los.

ESCOPO DO CATÁLOGO
VERIFICADO
Skills
10.772
repositórios
1711
última sincronização
23 de set. de 2026
10.772 Skills
yaklang
Comunidade

linux-security-bypass

- Linux security mechanism bypass playbook. Use when facing restricted bash/rbash, read-only or noexec filesystems, AppArmor, SELinux, seccomp filters, or audit logging that must be evaded during post-exploitation.

instalações
1
GitHub Stars
2,2 mil
Atualizado
13 de set.
yaklang
Comunidade

macos-security-bypass

- macOS security bypass playbook. Use when targeting macOS endpoints and need to bypass TCC, Gatekeeper, SIP, sandbox, code signing, or entitlement-based protections during authorized red team or pentest engagements.

instalações
1
GitHub Stars
2,2 mil
Atualizado
13 de set.
yaklang
Comunidade

nosql-injection

- NoSQL injection playbook. Use when MongoDB-style operators, JSON query objects, flexible search filters, or backend query DSLs may allow data or logic abuse.

instalações
1
GitHub Stars
2,2 mil
Atualizado
13 de set.
yaklang
Comunidade

open-redirect

- Open redirect playbook. Use when URL parameters, form actions, or JavaScript sinks control navigation targets and may redirect users to attacker-controlled destinations.

instalações
1
GitHub Stars
2,2 mil
Atualizado
13 de set.
yaklang
Comunidade

rsa-attack-techniques

- RSA attack playbook for CTF and real-world cryptanalysis. Use when given RSA parameters (n, e, c) and need to recover plaintext by exploiting weak keys, small exponents, shared factors, or padding oracles.

instalações
1
GitHub Stars
2,2 mil
Atualizado
13 de set.
yaklang
Comunidade

sandbox-escape-techniques

- Sandbox escape playbook. Use when breaking out of Python sandbox, Lua sandbox, seccomp filter, chroot jail, container/Docker, browser sandbox, or namespace isolation to achieve unrestricted code execution or file access.

instalações
1
GitHub Stars
2,2 mil
Atualizado
13 de set.
yaklang
Comunidade

sqli-sql-injection

- SQL injection playbook. Use when input reaches SQL queries, authentication logic, sorting, filtering, reporting, or DB-specific blind and out-of-band execution paths.

instalações
1
GitHub Stars
2,2 mil
Atualizado
13 de set.
yaklang
Comunidade

steganography-techniques

- Steganography detection and extraction playbook. Use when analyzing images (LSB, PNG chunks, JPEG DCT, EXIF), audio (spectrogram, DTMF), files (polyglots, appended data, ADS), and text (whitespace, zero-width, homoglyphs) for hidden data.

instalações
1
GitHub Stars
2,2 mil
Atualizado
13 de set.
yaklang
Comunidade

subdomain-takeover

- Subdomain takeover detection and exploitation playbook. Use when targets have dangling CNAME/NS/MX records pointing to deprovisioned cloud resources, expired third-party services, or unclaimed SaaS tenants that an attacker can register to serve content under the victim's domain.

instalações
1
GitHub Stars
2,2 mil
Atualizado
13 de set.
yaklang
Comunidade

symmetric-cipher-attacks

- Symmetric cipher attack playbook. Use when exploiting block cipher mode weaknesses (CBC padding oracle, ECB cut-and-paste, bit flipping), stream cipher key reuse, or meet-in-the-middle attacks.

instalações
1
GitHub Stars
2,2 mil
Atualizado
13 de set.
yaklang
Comunidade

tunneling-and-pivoting

- Tunneling and pivoting playbook. Use when establishing network tunnels through compromised hosts including SSH tunneling, Chisel, Ligolo-ng, socat, DNS/ICMP/HTTP tunneling, ProxyChains, and multi-layer pivoting strategies.

instalações
1
GitHub Stars
2,2 mil
Atualizado
13 de set.
yaklang
Comunidade

type-juggling

- PHP type juggling and weak comparison (==) bypass. Use when authentication, HMAC/signature checks, or token validation uses loose equality, numeric coercion, or hash comparisons without strict types — common in legacy PHP and CTF-style code paths.

instalações
1
GitHub Stars
2,2 mil
Atualizado
13 de set.
yaklang
Comunidade

unauthorized-access-common-services

- Unauthorized access playbook for common exposed services. Use when Redis, Rsync, PHP-FPM, AJP/Ghostcat, Hadoop YARN, H2 Console, or similar management interfaces are exposed without authentication.

instalações
1
GitHub Stars
2,2 mil
Atualizado
13 de set.
yaklang
Comunidade

vm-and-bytecode-reverse

- Custom VM and bytecode reverse engineering playbook. Use when CTF challenges or protected software implement custom virtual machines with proprietary bytecode, dispatcher loops, or maze-style challenges.

instalações
1
GitHub Stars
2,2 mil
Atualizado
13 de set.
yaklang
Comunidade

waf-bypass-techniques

- WAF bypass methodology and generic evasion techniques. Use when a web application firewall blocks injection payloads (SQLi, XSS, RCE) and you need to craft bypasses using encoding, protocol-level tricks, or WAF-specific weaknesses.

instalações
1
GitHub Stars
2,2 mil
Atualizado
13 de set.
yaklang
Comunidade

web-cache-deception

- Web cache deception and poisoning playbook. Use when CDN, reverse proxy, or application caching may serve sensitive authenticated content to other users due to path confusion or cache key manipulation.

instalações
1
GitHub Stars
2,2 mil
Atualizado
13 de set.
yaklang
Comunidade

windows-av-evasion

- AV/EDR evasion playbook for Windows. Use when bypassing AMSI, ETW, .NET assembly detection, shellcode execution, process injection, API hooking, and signature-based detection on Windows endpoints.

instalações
1
GitHub Stars
2,2 mil
Atualizado
13 de set.
yaklang
Comunidade

windows-lateral-movement

- Windows lateral movement playbook. Use when pivoting between Windows hosts via PsExec, WMI, WinRM, DCOM, RDP, pass-the-hash, overpass-the-hash, or pass-the-ticket techniques.

instalações
1
GitHub Stars
2,2 mil
Atualizado
13 de set.
deusyu
Comunidade

translate-book

Translate books (PDF/DOCX/EPUB) into any language using parallel sub-agents. Converts input - Markdown chunks - translated chunks - HTML/DOCX/EPUB/PDF.

instalações
1
GitHub Stars
1,9 mil
Atualizado
7 de set.
timescale
Comunidade

postgres

Use this skill for any PostgreSQL database work — table design, indexing, data types, constraints, extensions (pgvector, PostGIS, TimescaleDB), search, and migrations. Trigger when user asks to: - Design or modify PostgreSQL tables, schemas, or data models - Choose data types, constraints, indexes, or partitioning strategies - Work with pgvector embeddings, semantic search, or RAG - Set up full-text search, hybrid search, or BM25 ranking - Use PostGIS for spatial/geographic data - Set up TimescaleDB hypertables for time-series data - Migrate tables to hypertables or evaluate migration candidates - Plan or execute safe schema migrations with zero downtime Keywords: PostgreSQL, Postgres, SQL, schema, table design, indexes, constraints, pgvector, PostGIS, TimescaleDB, hypertable, semantic search, hybrid search, BM25, time-series, migration

instalações
1
GitHub Stars
1,8 mil
Atualizado
16 de set.
daymade
Comunidade

ashare-news-fetcher

- 抓取 A 股消息面情报:从财联社、华尔街见闻、金十、新浪 7x24、东财快讯、 证监会/央行/上交所/财政部政策公告、东方财富股吧等公开来源抓取与股票相关的 新闻、政策、情绪,输出结构化 JSON 或 Markdown。 当用户提到“A 股消息面”、“抓新闻”、“个股消息”、“政策监管”、“股吧情绪”、 “财联社”、“东财快讯”、“市场情绪”或需要把某只股票相关的公开情报聚合出来时 触发。也适用于“帮我看看 000001 最近有什么消息”这类口语化请求。

instalações
1
GitHub Stars
1,4 mil
Atualizado
16 de set.
daymade
Comunidade

asr-transcribe-to-text

- Transcribe audio/video to speaker-labeled text — who-said-what by default, plain-text opt-out; MLX-local on Apple Silicon or remote; local files, media URLs. Use for transcribing recordings/podcasts/lectures/meetings, ASR, speech-to-text, 转录, 语音转文字, 录音转文字, speaker diarization/说话人分离/识别/谁在说话, timestamps 字幕/时间戳/音画对齐, CAM++ voiceprint ID. This skill ALSO owns audio PREPROCESSING for ASR as a first-class trigger, even without transcription: convert any audio/video into an ASR-ready file (转换成适合 ASR 的格式, 转格式, convert/prepare audio for ASR, 音频预处理), downsample to 16kHz mono 16-bit (降采样, 重采样, 单声道, 归一化), merge multi-segment recorder dumps (多段合并/拼接, DJI TX01/TX02), transcode to small M4A + pitch-preserved speedup to cut metered-ASR billed minutes (转 M4A, 压缩上传, 加速, 1.3x, 飞书妙记/Feishu Minutes). Trigger even when it looks like a trivial one-line ffmpeg — the skill owns sample-rate/bit-depth/channel, merge-order, speed-vs-WER, format choices + a blessed prepareasrinput.py.

instalações
1
GitHub Stars
1,4 mil
Atualizado
16 de set.
daymade
Comunidade

benchmark-due-diligence

Runs adversarial due-diligence on a benchmark the user envies — a founder, KOL, company, or product whose claimed success looks inflated — splitting marketing bubble from real signal, then mapping the validated playbook onto the user's own resources. Use whenever the user wants to 尽调/对标/拆解 a competitor or role-model, 抄/偷师 someone's playbook, suspects 水分/泡沫 in their claims (1 on Product Hunt, 0-to-1M users, funding, 估值几个亿), asks whether wins are 真本事 vs 运气/时机, or says someone is 太成功了/crushing it and wants the real story — even if they never say 尽调. Prefer over deep-research for debunking inflated claims and extracting a replicable playbook rather than a neutral briefing.

instalações
1
GitHub Stars
1,4 mil
Atualizado
16 de set.
daymade
Comunidade

bigdata-skill

- Pull Bigdata.com (RavenPack) financial and news data via the official bigdata-client SDK and /v1/ REST endpoints — structured financials, prices, analyst estimates, daily entity-sentiment series, annotated chunk search, screener — when the Bigdata MCP returns only pre-synthesized tearsheets but you need the machine-readable substrate. Use when the user mentions Bigdata.com, RavenPack, a bdv2 key, the bigdata MCP, rpentityid, chunk/queryunit cost, or wants structured financials, fundamentals, prices, sentiment, or annotated news.

instalações
1
GitHub Stars
1,4 mil
Atualizado
16 de set.