everruns-dev

Inspect and execute Everruns Dev MCP API operations on harnesses, agents, and sessions.

42|1|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/everruns/everruns --skill everruns-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: everruns-dev
Source: https://github.com/everruns/everruns/tree/main/plugins/everruns-dev/skills/everruns-dev
Command: npx skills add https://github.com/everruns/everruns --skill everruns-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Everruns Dev provides developers with a structured interface to the Everruns Dev MCP API, exposing read-only operations via query and full API access via execute, enabling quick exploration and interaction with harnesses, agents, sessions, capabilities, and MCP servers.

Core Features & Use Cases

  • Read-only operations surface via query to inspect API catalog and status.
  • Full API surface via execute for mutating actions like creating sessions, agents, and MCP resources.
  • Ideal for developers evaluating Everruns Dev, integrating with MCP-based tooling, and learning the platform.

Quick Start

To get started, run a discovery to list available operations, then perform a read-only query to enumerate your agents.

Frequently Asked Questions about everruns-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query and inspect agents through an MCP API?

To inspect MCP API resources, use read-only query operations to discover available agents, harnesses, sessions, and capabilities. This allows you to evaluate the API catalog and check status before performing any mutating actions.

What is the difference between query and execute operations for MCP server management?

Query operations provide read-only access to inspect MCP resources like agents and sessions, while execute operations expose the full API surface for mutating actions such as creating new sessions, agents, and MCP server resources.

Can I create and manage MCP sessions and harnesses programmatically?

Yes, you can create and manage MCP sessions, agents, and harnesses programmatically by using execute operations, which expose the full API surface for mutating actions across the Everruns Dev platform.

How do I discover available API operations for MCP-based tooling integration?

Discover available API operations for MCP integration by running a discovery process that lists all exposed operations, enabling you to explore and interact with harnesses, agents, sessions, and capabilities.

What do I need to start integrating with an MCP API for agent management?

To start integrating with an MCP API for agent management, run a discovery to list available operations, then perform a read-only query to enumerate your agents and inspect the API catalog before executing full mutations.