agent-skill
agentskillos-benchmark
AgentSkillOS Benchmark
Official benchmark release for Organizing, Orchestrating, and Benchmarking Agent Skills at Ecosystem Scale.
GitHub project: https://github.com/ynulihao/AgentSkillOS
This release is a file-based benchmark package. It contains the original task definitions and the bundled task assets that are needed by tasks with local input files.
Contents
data/tasks.jsonl: normalized task index for load_dataset(...)
tasks/: the original 30 benchmark task… See the full description on the dataset page: https://huggingface.co/datasets/NPULH/agentskillos-benchmark.agent-skills
Index — Lucio's Agent Skills & Projects
Each project now lives in its own repo, so you get its full README, its own licence, and its own version history. This page is just the map.
This repo also keeps a full snapshot of every skill for anyone who wants them all in one download — see the Files and versions tab. The individual repos below are the canonical ones.
Agent Skills
Skill
What it does
Licence
relic
Portable AI personality & memory, in pure… See the full description on the dataset page: https://huggingface.co/datasets/LucioLiu/agent-skills.claude-agent-skills-benchmark
Claude Agent Skills Benchmark
Claude Agent Skills 评测数据集
Description
A benchmark dataset for evaluating whether LLMs can accurately trigger and execute domain-specific Skills on the Claude Code platform. Skills are designed by vertical domain experts with varying complexity levels (based on attachments: scripts, references, assets, and reference markdown files).
Evaluation Scenarios Cover:
Office automation, coding, investment promotion, financial services, industrial… See the full description on the dataset page: https://huggingface.co/datasets/obaydata/claude-agent-skills-benchmark.agent-skill-vulnerabilities
Agent Skill Vulnerability Scenarios (defanged, teaching)
from datasets import load_dataset
ds = load_dataset("fevziegeyurtsevenler/agent-skill-vulnerabilities")
Deliberately-vulnerable, defanged agent-extension artifacts — for training detectors & hands-on learning.
Schema
column
meaning
id
scenario
artifact_type
SKILL.md / mcp.json
content, walkthrough
artifact + defense
Related AltaySec resources
🕵️ uncloak scanner:… See the full description on the dataset page: https://huggingface.co/datasets/fevziegeyurtsevenler/agent-skill-vulnerabilities.agent-skills-security-grades
Agent Skills Security Grades
Security grades and quality scores for 130,173 open-source AI agent skills and
MCP servers collected from GitHub, from Agent Skills Hub.
Each row is one skill/server with a rule-based security grade
(SAFE / CAUTION / UNSAFE / REJECT / UNAUDITED), red-flag identifiers, and a
0–100 quality score.
Why this exists
AI coding agents install third-party skills that run with the agent's full
permissions and credentials, but marketplaces rank… See the full description on the dataset page: https://huggingface.co/datasets/jasonzhuyansen/agent-skills-security-grades.agent-skills
Agent Skills Dataset
61,650 agent skills collected from GitHub repositories. Each skill contains name, description, and full markdown content. Useful for skill retrieval and agent training.
Dataset Structure
id: Unique identifier for the skill
name: Skill name
description: Skill description and usage instructions
owner: Repository owner
repo: Repository name
skill_md_path: Path to the skill markdown file
content: Full skill content in markdown format
Usage… See the full description on the dataset page: https://huggingface.co/datasets/LittleDinoC/agent-skills.
