agent-skills
收藏资源简介:
Agent Skills Dataset是一个从GitHub仓库收集的开源数据集,专门用于文本生成任务,尤其关注智能体(agent)技能。数据集包含61,650个技能条目,每个条目提供了技能的详细信息:唯一标识符(id)、技能名称(name)、技能描述与使用说明(description)、所属仓库的所有者(owner)和名称(repo)、技能markdown文件的路径(skill_md_path),以及完整的markdown格式技能内容(content)。数据规模在10万到100万样本之间,语言为英文。该数据集旨在支持技能检索和智能体训练等应用场景,帮助开发者或研究人员构建、评估或增强基于技能的智能体系统。
Agent Skills Dataset is an open-source dataset collected from GitHub repositories, specifically designed for text generation tasks with a particular emphasis on agent skills. It contains 61,650 skill entries, each providing detailed information about the skill: unique identifier (id), skill name (name), skill description and usage instructions (description), owner and name of the affiliated repository (owner and repo), path to the skill's markdown file (skill_md_path), and the complete markdown-formatted skill content (content). The dataset has a scale ranging from 100,000 to 1,000,000 samples, and is in English. This dataset aims to support application scenarios including skill retrieval and agent training, helping developers or researchers build, evaluate, or enhance skill-based agent systems.
数据集概述
- 数据集名称:Agent Skills Dataset
- 许可证:MIT
- 任务类别:文本生成
- 语言:英语
- 标签:agent、skills、coding
- 数据集规模:约100K至1M条样本
数据内容
该数据集包含从GitHub仓库收集的61,650个agent技能,每个技能包含以下字段:
- id:技能的唯一标识符
- name:技能名称
- description:技能描述及使用说明
- owner:仓库所有者
- repo:仓库名称
- skill_md_path:技能Markdown文件路径
- content:完整的技能内容(Markdown格式)
用途
适用于技能检索和agent训练场景。
使用示例
python from datasets import load_dataset
dataset = load_dataset("LittleDinoC/agent-skills")




