loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

skrun

MCP Tool

skrun-dev/skrun

Deploy any Agent Skill as an API via POST /run. Multi-model, stateful, open source.

Install

$ npx loaditout add skrun-dev/skrun

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "skrun": {
      "command": "npx",
      "args": [
        "-y",
        "skrun"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

<p align="center"> </p>

<p align="center"> <a href="https://github.com/skrun-dev/skrun/actions"></a> <a href="https://www.npmjs.com/package/@skrun-dev/cli"></a> <a href="LICENSE"></a> </p>

---

Turn any Agent Skill (SKILL.md) into a callable API via POST /run. Multi-model, stateful, open source.

Quick Start
npm install -g @skrun-dev/cli
# Import an existing skill → deploy → call
skrun init --from-skill ./my-skill
skrun deploy

curl -X POST localhost:4000/api/agents/dev/my-skill/run \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{"input": {"query": "analyze this"}}'
Get Started
  • Create a new agent
  • Import an existing skill
  • Develop & test locally
  • Deploy
Create a new agent
skrun init my-agent
cd my-agent
# Creates SKILL.md (instructions) + agent.yaml (config)
Import an existing skill
skrun init --from-skill ./path-to-skill
# Reads SKILL.md, asks 2-3 questions, generates agent.yaml
Develop locally
skrun dev
# ✓ Server running at http://localhost:3000
# POST /run ready — watching for changes...
skrun test
# ✓ basic-test (output.score >= 0)
# 1 passed, 0 failed
Deploy
skrun deploy
# ✓ Validated → Built → Pushed
# 🚀 POST http://localhost:4000/api/agents/you/my-agent/run

> v0.1 ships with a local runtime. Cloud deploy is on the roadmap — the architecture is ready (RuntimeAdapter interface).

Key Concepts
  • [Agent Skills](https://agentskills.io) — SKILL.md standard, co

Tags

agent-skillsai-agentsapiclillmmcpmulti-modelruntimetool-callingtypescript

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated20 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/29/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/skrun-dev/skrun)](https://loaditout.ai/skills/skrun-dev/skrun)