skillsbench

skillsbench

Evaluate the effectiveness and efficiency of AI agents using skills.

Agent SkillDevOpen source
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 1.4k
Source
skill-github

Overview

SkillsBench is a benchmarking tool designed to evaluate how effectively AI agents utilize skills. It employs a gym-like benchmarking approach to measure an agent's skill utilization when executing specific workflows. The tool aims to build the most comprehensive and high-quality benchmark for agent skills, featuring tasks that require the combination of multiple skills. It supports major models such as GPT-5.5, Claude Opus 4.8, and others. Users can get started by installing the BenchFlow CLI and running the relevant commands.

Capabilities

  • Skill effectiveness evaluation
  • Agent behavior evaluation
  • Multi-skill composition task design
  • Support for multiple mainstream models

Use cases

Evaluating AI agent performanceOptimizing skill combinationsResearching skill usage strategies

Setup

Requires: API KeyNode 环境
git clone https://github.com/benchflow-ai/skillsbench.git; cd skillsbench; uv tool install benchflow; uv sync --locked

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I get started with SkillsBench?

Clone the repository, install the BenchFlow CLI, sync the tools, then run the task check.

What API keys are required?

API keys from providers such as Anthropic and OpenAI are required.

Related skills