Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions content/agents/a2a-protocol.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"id": "a2a-protocol",
"name": "A2A Protocol",
"slug": "a2a-protocol",
"description": "Defines the Agent2Agent interoperability protocol and SDKs so agents built on different frameworks discover each other, negotiate capabilities, and exchange tasks.",
"providerName": "A2A Project (Linux Foundation)",
"providerUrl": "https://a2a-protocol.org",
"agentUrl": "https://a2a-protocol.org",
"categories": [
"orchestration",
"infrastructure"
],
"tags": [
"agent-interoperability",
"protocol",
"agent-cards",
"task-delegation",
"linux-foundation",
"multi-agent",
"open-standard"
],
"skills": [
{
"id": "agent-discovery",
"name": "Agent Discovery",
"description": "Publishes and reads Agent Cards so a client can find a remote agent and learn what capabilities it offers."
},
{
"id": "task-exchange",
"name": "Task Exchange",
"description": "Sends long-running tasks between agents with a shared lifecycle covering submitted, working, and completed states."
},
{
"id": "streaming-updates",
"name": "Streaming and Push Updates",
"description": "Streams incremental task progress over SSE and delivers push notifications for tasks that outlive the connection."
}
],
"authType": "oauth2",
"supportsStreaming": true,
"supportsPushNotifications": true,
"status": "published",
"featured": false,
"verified": true,
"tier": "free",
"discoveredBy": "manual",
"accessMethods": [
"api"
],
"createdAt": "2026-08-15T07:16:38.573Z",
"updatedAt": "2026-08-15T07:16:38.573Z"
}
53 changes: 53 additions & 0 deletions content/agents/agent-s.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"id": "agent-s",
"name": "Agent S",
"slug": "agent-s",
"description": "Operates desktop graphical interfaces like a person, combining hierarchical planning with visual grounding to click through applications and finish multi-step tasks.",
"providerName": "Simular AI",
"providerUrl": "https://www.simular.ai",
"agentUrl": "https://github.com/simular-ai/Agent-S",
"categories": [
"browser-computer",
"orchestration"
],
"tags": [
"computer-use",
"gui-agent",
"visual-grounding",
"hierarchical-planning",
"osworld",
"desktop-automation",
"open-source"
],
"skills": [
{
"id": "gui-grounding",
"name": "GUI Grounding",
"description": "Locates on-screen interface elements from a screenshot and maps them to precise click and type coordinates."
},
{
"id": "hierarchical-planning",
"name": "Hierarchical Planning",
"description": "Decomposes a computer task into subgoals and replans when an action produces an unexpected screen state."
},
{
"id": "experience-reuse",
"name": "Experience Reuse",
"description": "Stores successful interaction traces as reusable experience so repeated desktop workflows execute more reliably."
}
],
"authType": "apiKey",
"supportsStreaming": false,
"supportsPushNotifications": false,
"status": "published",
"featured": false,
"verified": true,
"tier": "free",
"discoveredBy": "manual",
"accessMethods": [
"api",
"cli"
],
"createdAt": "2026-08-15T07:16:38.656Z",
"updatedAt": "2026-08-15T07:16:38.656Z"
}
52 changes: 52 additions & 0 deletions content/agents/baseten.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"id": "baseten",
"name": "Baseten",
"slug": "baseten",
"description": "Deploys models as production inference APIs with dedicated GPU deployments, Truss packaging, and OpenAI-compatible endpoints for agent workloads.",
"providerName": "Baseten",
"providerUrl": "https://www.baseten.co",
"agentUrl": "https://docs.baseten.co",
"categories": [
"infrastructure"
],
"tags": [
"inference",
"model-serving",
"truss",
"gpu-deployment",
"openai-compatible",
"chains",
"autoscaling"
],
"skills": [
{
"id": "model-deployment",
"name": "Model Deployment",
"description": "Packages a model with Truss and deploys it as an autoscaling production endpoint on dedicated GPU hardware."
},
{
"id": "openai-compatible-inference",
"name": "OpenAI-Compatible Inference",
"description": "Serves open models behind an OpenAI-compatible API so existing agent clients switch backends by changing a base URL."
},
{
"id": "chains",
"name": "Chains",
"description": "Composes multi-step inference pipelines where each stage scales independently on its own hardware profile."
}
],
"authType": "apiKey",
"supportsStreaming": true,
"supportsPushNotifications": false,
"status": "published",
"featured": false,
"verified": true,
"tier": "free",
"discoveredBy": "manual",
"accessMethods": [
"api",
"cli"
],
"createdAt": "2026-08-15T07:16:38.709Z",
"updatedAt": "2026-08-15T07:16:38.709Z"
}
53 changes: 53 additions & 0 deletions content/agents/beads.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"id": "beads",
"name": "Beads",
"slug": "beads",
"description": "Stores issues and agent memory as a dependency graph so coding agents keep durable working context and track outstanding work across sessions.",
"providerName": "Gastown Hall",
"providerUrl": "https://beads.gascity.com",
"agentUrl": "https://beads.gascity.com",
"categories": [
"memory-state",
"code-devtools"
],
"tags": [
"issue-tracking",
"dependency-graph",
"agent-memory",
"session-persistence",
"work-queue",
"git-native",
"open-source"
],
"skills": [
{
"id": "graph-issues",
"name": "Graph Issue Store",
"description": "Records work items and their blocking relationships as a graph so agents see what is ready versus blocked."
},
{
"id": "durable-memory",
"name": "Durable Working Memory",
"description": "Persists agent findings and open threads outside the context window so long projects survive session boundaries."
},
{
"id": "ready-work-query",
"name": "Ready Work Query",
"description": "Surfaces the next unblocked task from the dependency graph so an agent always has a well-defined next action."
}
],
"authType": "none",
"supportsStreaming": false,
"supportsPushNotifications": false,
"status": "published",
"featured": false,
"verified": true,
"tier": "free",
"discoveredBy": "manual",
"accessMethods": [
"cli",
"mcp"
],
"createdAt": "2026-08-15T07:16:38.569Z",
"updatedAt": "2026-08-15T07:16:38.569Z"
}
53 changes: 53 additions & 0 deletions content/agents/browseros.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"id": "browseros",
"name": "BrowserOS",
"slug": "browseros",
"description": "Drives a local open-source Chromium using your existing logged-in sessions, feeding external agents compact page snapshots and batched actions instead of raw HTML.",
"providerName": "BrowserOS",
"providerUrl": "https://browseros.com",
"agentUrl": "https://www.browseros.com/neo/",
"categories": [
"browser-computer",
"infrastructure"
],
"tags": [
"agentic-browser",
"chromium",
"local-first",
"page-snapshots",
"session-reuse",
"open-source",
"agpl"
],
"skills": [
{
"id": "page-snapshot",
"name": "Page Snapshot",
"description": "Returns a compact structured snapshot of the current page so agents reason over elements rather than raw HTML."
},
{
"id": "batched-actions",
"name": "Batched Actions",
"description": "Executes several clicks, inputs, and navigations in one round trip to cut latency on multi-step browser flows."
},
{
"id": "session-reuse",
"name": "Logged-In Session Reuse",
"description": "Operates inside your already-authenticated browser profile so agents reach gated pages without handling credentials."
}
],
"authType": "none",
"supportsStreaming": false,
"supportsPushNotifications": false,
"status": "published",
"featured": false,
"verified": true,
"tier": "free",
"discoveredBy": "manual",
"accessMethods": [
"browser-extension",
"cli"
],
"createdAt": "2026-08-15T07:16:38.407Z",
"updatedAt": "2026-08-15T07:16:38.407Z"
}
51 changes: 51 additions & 0 deletions content/agents/canva-mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"id": "canva-mcp",
"name": "Canva MCP",
"slug": "canva-mcp",
"description": "Creates and edits Canva designs from an agent over MCP, covering asset and brand management, library search, export, and commenting.",
"providerName": "Canva",
"providerUrl": "https://www.canva.com",
"agentUrl": "https://www.canva.dev/docs/mcp/",
"categories": [
"content-media"
],
"tags": [
"design-automation",
"canva",
"brand-assets",
"design-export",
"official-mcp",
"remote-mcp",
"asset-library"
],
"skills": [
{
"id": "design-creation",
"name": "Design Creation",
"description": "Creates and edits Canva designs from an agent prompt, applying brand templates and layouts automatically."
},
{
"id": "asset-management",
"name": "Asset Management",
"description": "Searches the connected asset library and brand kit, then places approved assets into a design."
},
{
"id": "export-and-comment",
"name": "Export and Comment",
"description": "Exports finished designs to standard formats and leaves comments for human reviewers on specific elements."
}
],
"authType": "oauth2",
"supportsStreaming": false,
"supportsPushNotifications": false,
"status": "published",
"featured": false,
"verified": true,
"tier": "free",
"discoveredBy": "manual",
"accessMethods": [
"mcp"
],
"createdAt": "2026-08-15T07:16:38.723Z",
"updatedAt": "2026-08-15T07:16:38.723Z"
}
53 changes: 53 additions & 0 deletions content/agents/coinbase-agentkit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"id": "coinbase-agentkit",
"name": "Coinbase AgentKit",
"slug": "coinbase-agentkit",
"description": "Gives AI agents onchain wallets and the ability to transact, with action providers for payments, swaps, and smart contract calls across major agent frameworks.",
"providerName": "Coinbase Developer Platform",
"providerUrl": "https://www.coinbase.com/developer-platform",
"agentUrl": "https://docs.cdp.coinbase.com/agent-kit/welcome",
"categories": [
"commerce-payments",
"infrastructure"
],
"tags": [
"onchain-wallets",
"agent-payments",
"x402",
"smart-contracts",
"coinbase",
"token-swaps",
"framework-adapters"
],
"skills": [
{
"id": "wallet-provisioning",
"name": "Wallet Provisioning",
"description": "Creates and manages a server-side wallet for an agent so it holds funds and signs its own transactions."
},
{
"id": "onchain-actions",
"name": "Onchain Actions",
"description": "Executes transfers, token swaps, and smart contract calls through composable action providers."
},
{
"id": "framework-adapters",
"name": "Framework Adapters",
"description": "Plugs the same onchain toolset into LangChain, the OpenAI Agents SDK, the Vercel AI SDK, and Eliza."
}
],
"authType": "apiKey",
"supportsStreaming": false,
"supportsPushNotifications": false,
"status": "published",
"featured": false,
"verified": true,
"tier": "free",
"discoveredBy": "manual",
"accessMethods": [
"api",
"mcp"
],
"createdAt": "2026-08-15T07:16:38.720Z",
"updatedAt": "2026-08-15T07:16:38.720Z"
}
Loading
Loading