skill
A connected service/integration in agentOS. Each skill provides tools and adapts external data into graph entities.
| Metadata | Value |
|---|---|
| Plural | skills |
| Subtitle field | description |
Fields
Section titled “Fields”| Field | Type |
|---|---|
skillId | string |
description | text |
color | string |
status | string |
error | text |
Relations
Section titled “Relations”| Relation | Target |
|---|---|
website | website |
privacyPolicy | webpage |
termsOfService | webpage |
Prior art
Section titled “Prior art”External standards this shape draws from or aligns with. See Shape design principles for how prior art informs shape design.
- Model Context Protocol (MCP) — Server — Our skill = an MCP-registerable capability provider. skillId ≈ MCP server name; status tracks connection lifecycle.
- OpenAPI 3.1 (Info + Servers) — Our description/website/privacyPolicy/termsOfService ≈ OpenAPI info.description/info.termsOfService/info.license/contact.
- Anthropic Tool Use (skills-as-tools) — Each AgentOS skill publishes tools consumed via MCP/Tool-Use. status/error surface tool-call health back to the agent.