Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
IT Security NachrichtenOne URL, Three Different Tricks, (Thu, Sep 24th)(24.09.2026 um 08:25 Uhr)
IT Security NachrichtenGartner: 41 Prozent der CISOs melden Deepfakes(24.09.2026 um 08:04 Uhr)
AI & KI NachrichtenJobstart: Rund die Hälfte erwartet KI-Kenntnisse(24.09.2026 um 08:05 Uhr)
AI & KI NachrichtenIT-Dienstleister im Vergleich 2026 - CHIP(24.09.2026 um 01:15 Uhr)
IT Security NachrichtenGefahren durch Berlins exfiltrierte Verwaltungsdaten - IT&Production(24.09.2026 um 02:51 Uhr)
IT Security NachrichtenWeb, Cloud und Security zusammen denken - Swiss IT Magazine(24.09.2026 um 06:56 Uhr)
IT Security NachrichtenAnzeige KI in der IT-Sicherheit für Pentesting und Resilienz - Golem.de(24.09.2026 um 07:20 Uhr)
IT Security NachrichtenOne URL, Three Different Tricks, (Thu, Sep 24th)(24.09.2026 um 08:25 Uhr)
IT Security NachrichtenGartner: 41 Prozent der CISOs melden Deepfakes(24.09.2026 um 08:04 Uhr)
AI & KI NachrichtenJobstart: Rund die Hälfte erwartet KI-Kenntnisse(24.09.2026 um 08:05 Uhr)
AI & KI NachrichtenIT-Dienstleister im Vergleich 2026 - CHIP(24.09.2026 um 01:15 Uhr)
IT Security NachrichtenGefahren durch Berlins exfiltrierte Verwaltungsdaten - IT&Production(24.09.2026 um 02:51 Uhr)
IT Security NachrichtenWeb, Cloud und Security zusammen denken - Swiss IT Magazine(24.09.2026 um 06:56 Uhr)
IT Security NachrichtenAnzeige KI in der IT-Sicherheit für Pentesting und Resilienz - Golem.de(24.09.2026 um 07:20 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

Every AI Agent Skills Platform You Need to Know in 2026

In December 2025, Anthropic released the SKILL.md open standard — and OpenAI immediately adopted it for Codex CLI. Within weeks, an entire ecosystem exploded: 96,000+ skills on SkillsMP, 5,700+ on ClawHub, 17,000+ MCP servers on M…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

In December 2025, Anthropic released the SKILL.md open standard — and OpenAI immediately adopted it for Codex CLI. Within weeks, an entire ecosystem exploded: 96,000+ skills on SkillsMP, 5,700+ on ClawHub, 17,000+ MCP servers on MCP.so.



But here's the problem: finding the right skill feels like drinking from a firehose. Some platforms have great search but terrible security. Others are safe but tiny. And 7% of one major registry literally leaks your API keys.



I spent a week mapping every platform, scanning for security, and testing quality. Here's the complete guide.






The Landscape at a Glance






                    AI Agent Skills Ecosystem (Feb 2026)

┌─────────────────────────────────────────────────────────┐
│ SKILL.md Standard │
│ (Claude Code / Codex CLI / Gemini CLI) │
└──────────────────────┬──────────────────────────────────┘

┌─────────────────┼─────────────────┐
│ │ │
Claude Code OpenClaw MCP Servers
Skills Skills (Universal)
│ │ │
SkillsMP (96K) ClawHub (5.7K) MCP.so (17K)
SkillHub (7K) awesome-oc (3K) mcpservers.org
awesome-* (many) LobeHub LobeHub MCP









Part 1: Claude Code Skills Platforms






Tier S: Official & Verified























Platform Size Why Use It
Anthropic Official Skills Reference The gold standard. Study these to learn how to write good skills.
awesome-agent-skills 380+ Skills from official dev teams: Anthropic, Vercel, Stripe, Cloudflare, Sentry, HuggingFace, Expo. Start here.


These are the only platforms where you can install without reading the source code first.






Tier A: Large Directories


























Platform Size Strength Watch Out
SkillsMP 96,751+ Largest directory. Smart search. Claude/Codex/ChatGPT compatible. No security audit. Quantity over quality.
SkillHub 7,000+ AI scoring on 5 dimensions (S/A/B/C rank). Multi-platform. Score doesn't check for security flaws.


Pro tip: On SkillHub, filter by S-Rank only. On SkillsMP, search by keyword then check the GitHub repo before installing.






Tier B: Curated Awesome Lists






































Repo Focus Notable
travisvn/awesome-claude-skills Claude Code specific Well-organized, includes resources and tools
ComposioHQ/awesome-claude-skills Workflow customization Good for automation-heavy setups
hesreallyhim/awesome-claude-code Full ecosystem
Includes Trail of Bits security skills (20+ auditing tools)
sickn33/antigravity-awesome-skills 800+ skills Antigravity/Cursor compatible
karanb192/awesome-claude-skills 50+ verified Every skill tested before inclusion





Part 2: OpenClaw Skills Platforms






The Official Registry



ClawHub — 5,705 skills, semantic search, CLI install (openclaw skill install <name>).



As of February 2026, ClawHub now integrates VirusTotal scanning for all new submissions. This was a direct response to the ClawHavoc incident (more on that below).






Community Collections
























Platform Focus
awesome-openclaw-skills 3,002 curated skills. Higher average quality than ClawHub.
BankrBot/openclaw-skills Crypto/DeFi/trading automation niche
LobeHub OpenClaw LobeChat ecosystem integration





Part 3: MCP Server Platforms (Works With Everything)



MCP (Model Context Protocol) servers work with Claude Code, OpenClaw, and most AI agents. They're complementary to skills — skills teach behavior, MCP servers provide tool access.











































Platform Size Best For
MCP.so 17,749 Largest directory. Community-driven.
MCP Market Clean UI, category browsing
mcpservers.org The "awesome list" of MCP
LobeHub MCP If you're in the LobeChat ecosystem
Cline Marketplace One-click install for Cline users
Official MCP Servers Anthropic-maintained. Reference implementations.





Part 4: Security — Read This Before Installing Anything






The Incidents



ClawHavoc (Feb 2026): 341 malicious skills on ClawHub distributed macOS malware. Skills looked legitimate but contained obfuscated download-and-execute payloads.



Snyk ToxicSkills: Scanning the entire ClawHub registry revealed 7.1% of skills (283) leak API keys — hardcoded credentials in source code that get copied into your environment.



The Register investigation: Demonstrated how easy it is to backdoor OpenClaw skills and exfiltrate data through seemingly innocent file operations.






Security Tools




























Tool Type What It Does
SecureClaw Open source 55 automated audit checks, maps to OWASP Agentic Top 10 and MITRE ATLAS. Free.
SafeClaw Scanner SaaS Pre-install scan for malicious patterns, data exfiltration, excessive permissions.
ClawHub VirusTotal Built-in Automatic virus scanning on ClawHub (added Feb 2026).





My Install Checklist






Before installing ANY skill from a non-official source:

[ ] Check the author's GitHub profile (age, other repos, stars)
[ ] Read SKILL.md — does the description match what the code does?
[ ] Search for network calls (fetch, http, curl, requests)
[ ] Search for file system writes outside the project directory
[ ] Search for environment variable reads (process.env, os.environ)
[ ] Run SecureClaw if it's an OpenClaw skill
[ ] Check if the skill asks for permissions it shouldn't need









Part 5: The SKILL.md Standard (Quick Reference)



All platforms now use the same format:




~/.claude/skills/my-skill/SKILL.md    # Claude Code (personal)
.claude/skills/my-skill/SKILL.md # Claude Code (project)
~/.codex/skills/my-skill/SKILL.md # Codex CLI






Structure:





name: my-skill # becomes /my-skill slash command
description: "..." # used for auto-discovery
license: MIT

# My Skill

Instructions for the agent go here.
Keep under 500 lines / 5,000 tokens.






Compatible with: Claude Code, Codex CLI, Antigravity, Gemini CLI, Cursor, OpenCode.






My Recommendations






If you want safety first



Start with awesome-agent-skills. 380+ skills from Anthropic, Vercel, Stripe, Cloudflare, Sentry, HuggingFace, Trail of Bits. Every skill is from an official dev team.






If you want volume



SkillsMP has 96K+ skills with good search. But always check the source repo before installing.






If you want quality scoring



SkillHub S-Rank skills (9.0+/10) are generally solid. The AI scoring isn't perfect but filters out the worst.






If you're on OpenClaw



ClawHub + SecureClaw. Install SecureClaw first, then use it to audit everything else.






If you need MCP servers



MCP.so for discovery, official repo for reference implementations.






Numbers at a Glance




































What Count
Total Claude Code skills across all platforms ~100,000+
Total OpenClaw skills (ClawHub) 5,705
Total MCP servers (MCP.so) 17,749
Official/verified skills (awesome-agent-skills) 380+
Known malicious skills removed (ClawHavoc) 341
Skills leaking API keys (Snyk scan) 283


The agent skills ecosystem is growing fast — faster than anyone can curate. The SKILL.md standard was the inflection point that unified everything. But with 100K+ skills and counting, the real skill is knowing where to look and what to avoid.



Start small. Start official. Audit everything else.



Built with Claude Code. If you found this useful, follow me for more AI tooling deep dives.

SOC Incident Playbook: Remote Code Execution (RCE) Defense
title: Detect Exploitation - Every AI Agent Skills Platform You Need to Know in 2026
id: b8e9490e-a96f-4bf4-bf07-a86a87a4f9aa
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-24
logsource:
  category: network_connection
  product: any
detection:
  selection:
      CommandLine|contains:
        - 'exploit'
  condition: selection
falsepositives:
  - Legitime administrative Zugriffe oder Penetrationstests
level: high
tags:
  - attack.initial_access
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-24"
        description = "YARA Signature for "
    strings:
        $str = "Every AI Agent Skills Platform" ascii wide
    condition:
        any of them
}
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Kognitive Analyse für identifizierte Bedrohung: Erhöhte Bedrohungslage im Bereich Every AI Agent Skills Platform You Need .... Basierend auf 368k Vektor-Korrelationen werden sofortige Isolationsmaßnahmen für betroffene Endpunkte empfohlen.

🛡️ Angriffsfläche & Exposure

Netzwerk/Remote-Zugriff ohne Vorauthentifizierung möglich.

Empfohlene Sofortmaßnahmen
  • 1. Perimeter-Inspektion: Relevante Portfreigaben und exponierte Endpunkte unverzüglich scannen.
  • 2. Patch-Applikation: Hersteller-Hotfix einspielen oder betroffene Daemons in isolierte DMZ-Segmente überführen.
  • 3. Telemetrie & EDR-Alerts: Prozessaufrufe und Child-Processes auf anomale Shell-Spawns überwachen.
🔗 Semantisch verwandte Zero-Days MariaDB 11.7 VEC
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Every AI Agent Skills Platform You Need to Know in 2026

Thematisch verwandte Begriffe: Every, Agent, Skills, Platform · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-96676 | A vulnerability was identified in Fast FAC1900R 20190827_2.0.2. The impa…
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel TTP ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick