API-Referenz

Agent-freundliche Daten für Discovery, Ranking und Installation.

Entdecke und prüfe Skills programmatisch mit JSON oder Klartext, optimiert für LLMs.

Basis-URLs

https://www.openagentskill.com/api/registryhttps://www.openagentskill.com/api/agenthttps://www.openagentskill.com/api/skills

Antwortformate

format=json

Strukturiertes JSON für Tool-Aufrufe und programmatische Verarbeitung.

format=text

Kompakter Klartext für den LLM-Verbrauch.

Kernendpunkte

Aufgabe auflösen

Macht aus einer Aufgabe einen empfohlenen Skill, Alternativen, Risikohinweise und einen Installationsplan.

GET/api/agent/resolve?task=your+task&format=text

Öffentliche Registry

Suche Skills, lade Manifeste oder erhalte eine prüfbare Installationsübergabe.

GET/api/registry/search?task=your+task

Ergebnisse melden

Agents können Installations- und Ausführungsergebnisse melden, damit Empfehlungen aus echter Nutzung lernen.

POST/api/agent/outcome