From 6ed3db92a4188058ce2fd903e89f9482fc32cded Mon Sep 17 00:00:00 2001 From: Assaf Barnir Date: Sat, 15 Aug 2026 00:17:35 -0700 Subject: [PATCH] Weekly drop 2026-08-15: added 30 agents Mode A (7): in-window launches 2026-08-03 to 2026-08-15 Mode B (23): established gaps across OSS, commercial platforms, vendor MCPs All star counts and URLs verified live at authoring time. No field updates this run. Co-Authored-By: Claude Opus 5 (1M context) --- content/agents/a2a-protocol.json | 52 ++++++++ content/agents/agent-s.json | 53 ++++++++ content/agents/baseten.json | 52 ++++++++ content/agents/beads.json | 53 ++++++++ content/agents/browseros.json | 53 ++++++++ content/agents/canva-mcp.json | 51 ++++++++ content/agents/coinbase-agentkit.json | 53 ++++++++ content/agents/dbt-mcp.json | 53 ++++++++ content/agents/decagon.json | 51 ++++++++ content/agents/deepseek-harness.json | 53 ++++++++ content/agents/dograh.json | 53 ++++++++ content/agents/eigent.json | 53 ++++++++ content/agents/factory-ai.json | 53 ++++++++ content/agents/kiro-crew.json | 53 ++++++++ content/agents/legora.json | 52 ++++++++ content/agents/mcp-python-sdk.json | 53 ++++++++ content/agents/mineru.json | 53 ++++++++ content/agents/mistral-ai.json | 52 ++++++++ content/agents/muse-code.json | 53 ++++++++ content/agents/pageindex.json | 53 ++++++++ content/agents/pentagi.json | 52 ++++++++ content/agents/replit-agent.json | 53 ++++++++ content/agents/sierra-ai.json | 52 ++++++++ content/agents/superlog.json | 53 ++++++++ content/agents/tableau-mcp.json | 51 ++++++++ content/agents/trading-agents.json | 53 ++++++++ content/agents/voltagent.json | 53 ++++++++ content/agents/warp.json | 53 ++++++++ content/agents/xirp.json | 52 ++++++++ content/agents/zeroclaw.json | 53 ++++++++ content/changelog.json | 180 ++++++++++++++++++++++++++ 31 files changed, 1757 insertions(+) create mode 100644 content/agents/a2a-protocol.json create mode 100644 content/agents/agent-s.json create mode 100644 content/agents/baseten.json create mode 100644 content/agents/beads.json create mode 100644 content/agents/browseros.json create mode 100644 content/agents/canva-mcp.json create mode 100644 content/agents/coinbase-agentkit.json create mode 100644 content/agents/dbt-mcp.json create mode 100644 content/agents/decagon.json create mode 100644 content/agents/deepseek-harness.json create mode 100644 content/agents/dograh.json create mode 100644 content/agents/eigent.json create mode 100644 content/agents/factory-ai.json create mode 100644 content/agents/kiro-crew.json create mode 100644 content/agents/legora.json create mode 100644 content/agents/mcp-python-sdk.json create mode 100644 content/agents/mineru.json create mode 100644 content/agents/mistral-ai.json create mode 100644 content/agents/muse-code.json create mode 100644 content/agents/pageindex.json create mode 100644 content/agents/pentagi.json create mode 100644 content/agents/replit-agent.json create mode 100644 content/agents/sierra-ai.json create mode 100644 content/agents/superlog.json create mode 100644 content/agents/tableau-mcp.json create mode 100644 content/agents/trading-agents.json create mode 100644 content/agents/voltagent.json create mode 100644 content/agents/warp.json create mode 100644 content/agents/xirp.json create mode 100644 content/agents/zeroclaw.json diff --git a/content/agents/a2a-protocol.json b/content/agents/a2a-protocol.json new file mode 100644 index 0000000..11b3e12 --- /dev/null +++ b/content/agents/a2a-protocol.json @@ -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" +} diff --git a/content/agents/agent-s.json b/content/agents/agent-s.json new file mode 100644 index 0000000..ba5f7ab --- /dev/null +++ b/content/agents/agent-s.json @@ -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" +} diff --git a/content/agents/baseten.json b/content/agents/baseten.json new file mode 100644 index 0000000..e49efb4 --- /dev/null +++ b/content/agents/baseten.json @@ -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" +} diff --git a/content/agents/beads.json b/content/agents/beads.json new file mode 100644 index 0000000..ce619a5 --- /dev/null +++ b/content/agents/beads.json @@ -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" +} diff --git a/content/agents/browseros.json b/content/agents/browseros.json new file mode 100644 index 0000000..99376c6 --- /dev/null +++ b/content/agents/browseros.json @@ -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" +} diff --git a/content/agents/canva-mcp.json b/content/agents/canva-mcp.json new file mode 100644 index 0000000..a451a0e --- /dev/null +++ b/content/agents/canva-mcp.json @@ -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" +} diff --git a/content/agents/coinbase-agentkit.json b/content/agents/coinbase-agentkit.json new file mode 100644 index 0000000..005c14d --- /dev/null +++ b/content/agents/coinbase-agentkit.json @@ -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" +} diff --git a/content/agents/dbt-mcp.json b/content/agents/dbt-mcp.json new file mode 100644 index 0000000..7ed1510 --- /dev/null +++ b/content/agents/dbt-mcp.json @@ -0,0 +1,53 @@ +{ + "id": "dbt-mcp", + "name": "dbt MCP", + "slug": "dbt-mcp", + "description": "Exposes the dbt Semantic Layer, Discovery API, and dbt CLI over MCP so agents query governed metrics and inspect model lineage.", + "providerName": "dbt Labs", + "providerUrl": "https://www.getdbt.com", + "agentUrl": "https://docs.getdbt.com/docs/dbt-ai/about-mcp", + "categories": [ + "data-analytics", + "code-devtools" + ], + "tags": [ + "dbt", + "semantic-layer", + "governed-metrics", + "data-lineage", + "discovery-api", + "official-mcp", + "analytics-engineering" + ], + "skills": [ + { + "id": "semantic-layer-query", + "name": "Semantic Layer Query", + "description": "Queries governed metrics and dimensions through the dbt Semantic Layer so agent answers match approved definitions." + }, + { + "id": "lineage-discovery", + "name": "Lineage Discovery", + "description": "Reads model metadata and lineage from the Discovery API to trace where a column or metric originates." + }, + { + "id": "dbt-commands", + "name": "dbt Commands", + "description": "Runs dbt CLI commands such as build, test, and compile from an agent session against a configured project." + } + ], + "authType": "bearer", + "supportsStreaming": false, + "supportsPushNotifications": false, + "status": "published", + "featured": false, + "verified": true, + "tier": "free", + "discoveredBy": "manual", + "accessMethods": [ + "mcp", + "cli" + ], + "createdAt": "2026-08-15T07:16:38.711Z", + "updatedAt": "2026-08-15T07:16:38.711Z" +} diff --git a/content/agents/decagon.json b/content/agents/decagon.json new file mode 100644 index 0000000..53fc99a --- /dev/null +++ b/content/agents/decagon.json @@ -0,0 +1,51 @@ +{ + "id": "decagon", + "name": "Decagon", + "slug": "decagon", + "description": "Resolves customer support conversations with AI agents that take real backend actions such as refunds and cancellations rather than only answering questions.", + "providerName": "Decagon", + "providerUrl": "https://decagon.ai", + "agentUrl": "https://decagon.ai", + "categories": [ + "customer-support" + ], + "tags": [ + "support-automation", + "agent-actions", + "zendesk", + "salesforce", + "intercom", + "enterprise", + "concierge" + ], + "skills": [ + { + "id": "action-execution", + "name": "Action Execution", + "description": "Calls into backend systems to issue refunds, cancel orders, and update accounts as part of resolving a ticket." + }, + { + "id": "helpdesk-integration", + "name": "Helpdesk Integration", + "description": "Plugs into Zendesk, Salesforce, and Intercom so agent-handled conversations stay inside existing support tooling." + }, + { + "id": "escalation-handoff", + "name": "Escalation Handoff", + "description": "Routes conversations to human agents with full context when a request falls outside what the agent may resolve." + } + ], + "authType": "apiKey", + "supportsStreaming": true, + "supportsPushNotifications": false, + "status": "published", + "featured": false, + "verified": false, + "tier": "free", + "discoveredBy": "manual", + "accessMethods": [ + "api" + ], + "createdAt": "2026-08-15T07:16:38.688Z", + "updatedAt": "2026-08-15T07:16:38.688Z" +} diff --git a/content/agents/deepseek-harness.json b/content/agents/deepseek-harness.json new file mode 100644 index 0000000..6b350ec --- /dev/null +++ b/content/agents/deepseek-harness.json @@ -0,0 +1,53 @@ +{ + "id": "deepseek-harness", + "name": "DeepSeek Harness", + "slug": "deepseek-harness", + "description": "Runs coding agents on a plugin-composed harness where models, tools, skills, sessions, sandboxes, storage, and the UI are all swappable plugins.", + "providerName": "DeepSeek", + "providerUrl": "https://deepseek.com", + "agentUrl": "https://deepseek.com/harness", + "categories": [ + "orchestration", + "code-devtools" + ], + "tags": [ + "agent-harness", + "plugin-architecture", + "deepseek", + "coding-agent", + "sandbox", + "byok", + "open-source" + ], + "skills": [ + { + "id": "plugin-composition", + "name": "Plugin Composition", + "description": "Swaps models, tools, skills, sandboxes, and storage backends through one uniform plugin interface without forking the harness." + }, + { + "id": "session-persistence", + "name": "Session Persistence", + "description": "Checkpoints agent session state so long-running tasks resume across restarts and survive switching the underlying model." + }, + { + "id": "sandboxed-execution", + "name": "Sandboxed Execution", + "description": "Executes agent-generated commands and code inside pluggable sandbox backends isolated from the host filesystem." + } + ], + "authType": "apiKey", + "supportsStreaming": true, + "supportsPushNotifications": false, + "status": "published", + "featured": true, + "verified": true, + "tier": "free", + "discoveredBy": "manual", + "accessMethods": [ + "cli", + "api" + ], + "createdAt": "2026-08-15T07:16:38.171Z", + "updatedAt": "2026-08-15T07:16:38.171Z" +} diff --git a/content/agents/dograh.json b/content/agents/dograh.json new file mode 100644 index 0000000..974152c --- /dev/null +++ b/content/agents/dograh.json @@ -0,0 +1,53 @@ +{ + "id": "dograh", + "name": "Dograh", + "slug": "dograh", + "description": "Builds and self-hosts voice AI agents with a visual workflow builder, telephony, and bring-your-own-key speech-to-speech or LLM, STT, and TTS pipelines.", + "providerName": "Dograh HQ", + "providerUrl": "https://www.dograh.com", + "agentUrl": "https://www.dograh.com", + "categories": [ + "voice-messaging", + "orchestration" + ], + "tags": [ + "voice-agents", + "telephony", + "self-hosted", + "workflow-builder", + "byok", + "speech-to-speech", + "open-source" + ], + "skills": [ + { + "id": "voice-pipeline", + "name": "Voice Pipeline", + "description": "Assembles STT, LLM, and TTS stages or a single speech-to-speech model into a low-latency conversational voice loop." + }, + { + "id": "telephony-routing", + "name": "Telephony Routing", + "description": "Places and receives phone calls through connected telephony providers, routing them into agent workflows." + }, + { + "id": "workflow-builder", + "name": "Visual Workflow Builder", + "description": "Defines call flows, branching logic, and tool calls on a visual canvas that runs as the live agent." + } + ], + "authType": "apiKey", + "supportsStreaming": true, + "supportsPushNotifications": false, + "status": "published", + "featured": false, + "verified": true, + "tier": "free", + "discoveredBy": "manual", + "accessMethods": [ + "api", + "mcp" + ], + "createdAt": "2026-08-15T07:16:38.420Z", + "updatedAt": "2026-08-15T07:16:38.420Z" +} diff --git a/content/agents/eigent.json b/content/agents/eigent.json new file mode 100644 index 0000000..07f73ae --- /dev/null +++ b/content/agents/eigent.json @@ -0,0 +1,53 @@ +{ + "id": "eigent", + "name": "Eigent", + "slug": "eigent", + "description": "Runs a local multi-agent desktop workforce that splits tasks across specialized workers with browser, terminal, and file access on your own machine.", + "providerName": "Eigent AI", + "providerUrl": "https://www.eigent.ai", + "agentUrl": "https://www.eigent.ai", + "categories": [ + "orchestration", + "browser-computer" + ], + "tags": [ + "multi-agent", + "desktop-app", + "local-first", + "agent-workforce", + "camel-ai", + "task-decomposition", + "open-source" + ], + "skills": [ + { + "id": "task-decomposition", + "name": "Task Decomposition", + "description": "Splits a high-level request into parallel subtasks and assigns each to a specialized worker agent." + }, + { + "id": "local-execution", + "name": "Local Execution", + "description": "Grants workers browser, terminal, and filesystem access on the local machine so work happens without a cloud runtime." + }, + { + "id": "mcp-tooling", + "name": "MCP Tooling", + "description": "Attaches MCP servers as shared tools so every worker in the workforce can reach the same external systems." + } + ], + "authType": "apiKey", + "supportsStreaming": true, + "supportsPushNotifications": false, + "status": "published", + "featured": false, + "verified": true, + "tier": "free", + "discoveredBy": "manual", + "accessMethods": [ + "cli", + "api" + ], + "createdAt": "2026-08-15T07:16:38.634Z", + "updatedAt": "2026-08-15T07:16:38.634Z" +} diff --git a/content/agents/factory-ai.json b/content/agents/factory-ai.json new file mode 100644 index 0000000..b5fcc57 --- /dev/null +++ b/content/agents/factory-ai.json @@ -0,0 +1,53 @@ +{ + "id": "factory-ai", + "name": "Factory", + "slug": "factory-ai", + "description": "Runs enterprise coding Droids from the terminal with MCP tools, reusable Missions and Skills, plus a headless exec mode for CI pipelines.", + "providerName": "Factory", + "providerUrl": "https://factory.ai", + "agentUrl": "https://docs.factory.ai/cli/getting-started/overview", + "categories": [ + "code-devtools", + "orchestration" + ], + "tags": [ + "coding-agent", + "droids", + "headless-ci", + "mcp-client", + "enterprise", + "missions", + "terminal" + ], + "skills": [ + { + "id": "droid-cli", + "name": "Droid CLI", + "description": "Runs the Factory agent runtime interactively in the terminal with repository context and connected tools." + }, + { + "id": "headless-exec", + "name": "Headless Execution", + "description": "Executes agent tasks non-interactively through droid exec so they slot into CI pipelines and scripts." + }, + { + "id": "custom-droids", + "name": "Custom Droids and Missions", + "description": "Packages recurring engineering workflows as reusable Droids, Missions, and Skills shared across a team." + } + ], + "authType": "oauth2", + "supportsStreaming": true, + "supportsPushNotifications": false, + "status": "published", + "featured": false, + "verified": true, + "tier": "free", + "discoveredBy": "manual", + "accessMethods": [ + "cli", + "mcp" + ], + "createdAt": "2026-08-15T07:16:38.703Z", + "updatedAt": "2026-08-15T07:16:38.703Z" +} diff --git a/content/agents/kiro-crew.json b/content/agents/kiro-crew.json new file mode 100644 index 0000000..56a0775 --- /dev/null +++ b/content/agents/kiro-crew.json @@ -0,0 +1,53 @@ +{ + "id": "kiro-crew", + "name": "Kiro Crew", + "slug": "kiro-crew", + "description": "Carries development context across sessions in a persistent workspace and coordinates agents over CLI, chat platforms, and remote SSH boxes.", + "providerName": "Kiro (AWS)", + "providerUrl": "https://kiro.dev", + "agentUrl": "https://kiro.dev/crew/", + "categories": [ + "code-devtools", + "orchestration" + ], + "tags": [ + "persistent-workspace", + "aws", + "kiro", + "agent-coordination", + "ssh-execution", + "cron-triggers", + "chat-ops" + ], + "skills": [ + { + "id": "persistent-context", + "name": "Persistent Context", + "description": "Retains project knowledge between sessions so returning work does not start from an empty context window." + }, + { + "id": "remote-execution", + "name": "Remote Execution", + "description": "Spawns and supervises agent runs on remote SSH hosts, streaming results back to the local workspace." + }, + { + "id": "scheduled-runs", + "name": "Scheduled Runs", + "description": "Triggers recurring agent tasks on a cron schedule and reports outcomes into connected chat platforms." + } + ], + "authType": "oauth2", + "supportsStreaming": true, + "supportsPushNotifications": true, + "status": "published", + "featured": false, + "verified": true, + "tier": "free", + "discoveredBy": "manual", + "accessMethods": [ + "cli", + "api" + ], + "createdAt": "2026-08-15T07:16:38.429Z", + "updatedAt": "2026-08-15T07:16:38.429Z" +} diff --git a/content/agents/legora.json b/content/agents/legora.json new file mode 100644 index 0000000..04cea70 --- /dev/null +++ b/content/agents/legora.json @@ -0,0 +1,52 @@ +{ + "id": "legora", + "name": "Legora", + "slug": "legora", + "description": "Runs collaborative legal AI workflows on an agent layer that connects to customer-built MCP servers, pulling documents from DMS and CRM systems and writing results back.", + "providerName": "Legora", + "providerUrl": "https://legora.com", + "agentUrl": "https://legora.com/product/aos", + "categories": [ + "legal" + ], + "tags": [ + "legal-ai", + "document-review", + "mcp-client", + "dms-integration", + "contract-analysis", + "enterprise", + "due-diligence" + ], + "skills": [ + { + "id": "document-review", + "name": "Document Review", + "description": "Reviews contracts and filings at scale, extracting clauses and flagging deviations from a firm playbook." + }, + { + "id": "mcp-stack-connection", + "name": "Legal Stack Connection", + "description": "Reaches document management, e-signature, and CRM systems through customer-built MCP servers and writes results back." + }, + { + "id": "collaborative-tabular", + "name": "Collaborative Review Grid", + "description": "Runs the same set of legal questions across many documents in a shared grid that a team reviews together." + } + ], + "authType": "oauth2", + "supportsStreaming": false, + "supportsPushNotifications": false, + "status": "published", + "featured": false, + "verified": false, + "tier": "free", + "discoveredBy": "manual", + "accessMethods": [ + "mcp", + "api" + ], + "createdAt": "2026-08-15T07:16:38.692Z", + "updatedAt": "2026-08-15T07:16:38.692Z" +} diff --git a/content/agents/mcp-python-sdk.json b/content/agents/mcp-python-sdk.json new file mode 100644 index 0000000..c449f9b --- /dev/null +++ b/content/agents/mcp-python-sdk.json @@ -0,0 +1,53 @@ +{ + "id": "mcp-python-sdk", + "name": "MCP Python SDK", + "slug": "mcp-python-sdk", + "description": "Builds MCP servers and clients in Python with typed tool, resource, and prompt primitives plus stdio and streamable HTTP transports.", + "providerName": "Model Context Protocol", + "providerUrl": "https://modelcontextprotocol.io", + "agentUrl": "https://py.sdk.modelcontextprotocol.io", + "categories": [ + "code-devtools", + "infrastructure" + ], + "tags": [ + "mcp-sdk", + "python", + "tool-definitions", + "stdio-transport", + "streamable-http", + "official-sdk", + "server-framework" + ], + "skills": [ + { + "id": "server-authoring", + "name": "Server Authoring", + "description": "Declares MCP tools, resources, and prompts as typed Python functions that the SDK exposes to any MCP client." + }, + { + "id": "transport-support", + "name": "Transport Support", + "description": "Serves an MCP server over stdio for local use or streamable HTTP for remote deployment behind authentication." + }, + { + "id": "client-integration", + "name": "Client Integration", + "description": "Connects a Python application to MCP servers to list and invoke their tools inside an agent loop." + } + ], + "authType": "none", + "supportsStreaming": true, + "supportsPushNotifications": false, + "status": "published", + "featured": false, + "verified": true, + "tier": "free", + "discoveredBy": "manual", + "accessMethods": [ + "api", + "cli" + ], + "createdAt": "2026-08-15T07:16:38.576Z", + "updatedAt": "2026-08-15T07:16:38.576Z" +} diff --git a/content/agents/mineru.json b/content/agents/mineru.json new file mode 100644 index 0000000..bc1ce6f --- /dev/null +++ b/content/agents/mineru.json @@ -0,0 +1,53 @@ +{ + "id": "mineru", + "name": "MinerU", + "slug": "mineru", + "description": "Converts PDFs, Office documents, and scanned pages into LLM-ready Markdown or JSON, preserving tables, formulas, and reading order for agent pipelines.", + "providerName": "OpenDataLab", + "providerUrl": "https://mineru.net", + "agentUrl": "https://opendatalab.github.io/MinerU/", + "categories": [ + "data-analytics", + "research" + ], + "tags": [ + "document-parsing", + "pdf-extraction", + "ocr", + "markdown-conversion", + "rag-ingestion", + "table-extraction", + "formula-recognition" + ], + "skills": [ + { + "id": "layout-parsing", + "name": "Layout Parsing", + "description": "Detects columns, headers, and figures to reconstruct correct reading order from complex multi-column documents." + }, + { + "id": "table-formula-extraction", + "name": "Table and Formula Extraction", + "description": "Recovers tables as structured markup and mathematical formulas as LaTeX rather than flattening them into text." + }, + { + "id": "batch-conversion", + "name": "Batch Conversion", + "description": "Processes large document sets into Markdown or JSON through the CLI or hosted API for retrieval pipelines." + } + ], + "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.492Z", + "updatedAt": "2026-08-15T07:16:38.492Z" +} diff --git a/content/agents/mistral-ai.json b/content/agents/mistral-ai.json new file mode 100644 index 0000000..563ae82 --- /dev/null +++ b/content/agents/mistral-ai.json @@ -0,0 +1,52 @@ +{ + "id": "mistral-ai", + "name": "Mistral AI", + "slug": "mistral-ai", + "description": "Serves open-weight and frontier models through La Plateforme, with an Agents API adding persistent agents, built-in connectors, and MCP client support.", + "providerName": "Mistral AI", + "providerUrl": "https://mistral.ai", + "agentUrl": "https://docs.mistral.ai/capabilities/agents/", + "categories": [ + "language", + "orchestration" + ], + "tags": [ + "frontier-models", + "agents-api", + "mcp-client", + "connectors", + "function-calling", + "open-weights", + "la-plateforme" + ], + "skills": [ + { + "id": "persistent-agents", + "name": "Persistent Agents", + "description": "Creates server-side agents that keep instructions, tools, and conversation state across separate API calls." + }, + { + "id": "builtin-connectors", + "name": "Built-In Connectors", + "description": "Attaches hosted code execution, web search, image generation, and document library tools without custom plumbing." + }, + { + "id": "mcp-connectivity", + "name": "MCP Connectivity", + "description": "Connects agents to external MCP servers so they call your own tools alongside the hosted connectors." + } + ], + "authType": "apiKey", + "supportsStreaming": true, + "supportsPushNotifications": false, + "status": "published", + "featured": false, + "verified": true, + "tier": "free", + "discoveredBy": "manual", + "accessMethods": [ + "api" + ], + "createdAt": "2026-08-15T07:16:38.661Z", + "updatedAt": "2026-08-15T07:16:38.661Z" +} diff --git a/content/agents/muse-code.json b/content/agents/muse-code.json new file mode 100644 index 0000000..82ef284 --- /dev/null +++ b/content/agents/muse-code.json @@ -0,0 +1,53 @@ +{ + "id": "muse-code", + "name": "Muse Code", + "slug": "muse-code", + "description": "Handles long-horizon, multi-file coding work across large repositories from the terminal, spawning persistent async sub-agents that keep working in the background.", + "providerName": "Meta Superintelligence Labs", + "providerUrl": "https://research.meta.ai", + "agentUrl": "https://research.meta.ai/blog/introducing-muse-code-and-muse-spark-1-2", + "categories": [ + "code-devtools", + "orchestration" + ], + "tags": [ + "coding-agent", + "terminal", + "meta", + "long-horizon", + "sub-agents", + "muse-spark", + "background-tasks" + ], + "skills": [ + { + "id": "long-horizon-editing", + "name": "Long-Horizon Editing", + "description": "Sustains multi-file changes across large repositories over long sessions without losing track of earlier edits." + }, + { + "id": "background-subagents", + "name": "Background Sub-Agents", + "description": "Spawns persistent asynchronous sub-agents that continue working on delegated subtasks while the main session proceeds." + }, + { + "id": "repo-comprehension", + "name": "Repository Comprehension", + "description": "Reads and navigates large codebases to locate relevant modules before proposing cross-cutting changes." + } + ], + "authType": "apiKey", + "supportsStreaming": true, + "supportsPushNotifications": false, + "status": "published", + "featured": false, + "verified": false, + "tier": "free", + "discoveredBy": "manual", + "accessMethods": [ + "cli", + "api" + ], + "createdAt": "2026-08-15T07:16:38.325Z", + "updatedAt": "2026-08-15T07:16:38.325Z" +} diff --git a/content/agents/pageindex.json b/content/agents/pageindex.json new file mode 100644 index 0000000..250b540 --- /dev/null +++ b/content/agents/pageindex.json @@ -0,0 +1,53 @@ +{ + "id": "pageindex", + "name": "PageIndex", + "slug": "pageindex", + "description": "Indexes long documents as a reasoning-based hierarchical tree so agents retrieve by navigating structure instead of embedding similarity.", + "providerName": "Vectify AI", + "providerUrl": "https://pageindex.ai", + "agentUrl": "https://pageindex.ai", + "categories": [ + "research", + "vector-databases" + ], + "tags": [ + "document-retrieval", + "vectorless-rag", + "tree-search", + "reasoning-retrieval", + "long-documents", + "hierarchical-index", + "open-source" + ], + "skills": [ + { + "id": "tree-index", + "name": "Tree Index Generation", + "description": "Builds a hierarchical table-of-contents index over long documents that mirrors their actual section structure." + }, + { + "id": "reasoning-retrieval", + "name": "Reasoning Retrieval", + "description": "Navigates the document tree by reasoning about which sections answer a query, with no embedding database required." + }, + { + "id": "citation-tracing", + "name": "Citation Tracing", + "description": "Returns the exact node and page a retrieved passage came from so answers stay traceable to the source document." + } + ], + "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.552Z", + "updatedAt": "2026-08-15T07:16:38.552Z" +} diff --git a/content/agents/pentagi.json b/content/agents/pentagi.json new file mode 100644 index 0000000..652984b --- /dev/null +++ b/content/agents/pentagi.json @@ -0,0 +1,52 @@ +{ + "id": "pentagi", + "name": "PentAGI", + "slug": "pentagi", + "description": "Executes penetration-testing workflows with autonomous agent teams that chain reconnaissance, exploitation, and reporting across established security tooling.", + "providerName": "VXControl", + "providerUrl": "https://pentagi.com", + "agentUrl": "https://pentagi.com", + "categories": [ + "security" + ], + "tags": [ + "penetration-testing", + "offensive-security", + "multi-agent", + "reconnaissance", + "vulnerability-research", + "self-hosted", + "docker" + ], + "skills": [ + { + "id": "recon-automation", + "name": "Reconnaissance Automation", + "description": "Enumerates hosts, services, and attack surface using standard scanning tools driven by a planning agent." + }, + { + "id": "exploit-workflow", + "name": "Exploitation Workflow", + "description": "Chains discovered findings into multi-step exploitation attempts inside an isolated containerized environment." + }, + { + "id": "pentest-reporting", + "name": "Pentest Reporting", + "description": "Compiles findings, evidence, and remediation guidance into a structured report at the end of an engagement." + } + ], + "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.580Z", + "updatedAt": "2026-08-15T07:16:38.580Z" +} diff --git a/content/agents/replit-agent.json b/content/agents/replit-agent.json new file mode 100644 index 0000000..17c9a38 --- /dev/null +++ b/content/agents/replit-agent.json @@ -0,0 +1,53 @@ +{ + "id": "replit-agent", + "name": "Replit Agent", + "slug": "replit-agent", + "description": "Builds and deploys full applications autonomously in the cloud, provisioning databases, writing authentication, running tests, and shipping without local setup.", + "providerName": "Replit", + "providerUrl": "https://replit.com", + "agentUrl": "https://docs.replit.com/replitai/agent", + "categories": [ + "code-devtools", + "infrastructure" + ], + "tags": [ + "cloud-agent", + "app-generation", + "autonomous-deployment", + "database-provisioning", + "replit", + "hosting", + "long-running-tasks" + ], + "skills": [ + { + "id": "app-scaffolding", + "name": "App Scaffolding", + "description": "Generates a working full-stack application from a prompt, choosing the stack and wiring the pieces together." + }, + { + "id": "infra-provisioning", + "name": "Infrastructure Provisioning", + "description": "Creates databases, secrets, and authentication for the app it is building without manual configuration." + }, + { + "id": "autonomous-deploy", + "name": "Autonomous Deployment", + "description": "Tests the generated application and deploys it to a live Replit-hosted URL at the end of a build run." + } + ], + "authType": "oauth2", + "supportsStreaming": true, + "supportsPushNotifications": false, + "status": "published", + "featured": false, + "verified": false, + "tier": "free", + "discoveredBy": "manual", + "accessMethods": [ + "cli", + "api" + ], + "createdAt": "2026-08-15T07:16:38.695Z", + "updatedAt": "2026-08-15T07:16:38.695Z" +} diff --git a/content/agents/sierra-ai.json b/content/agents/sierra-ai.json new file mode 100644 index 0000000..c00aebe --- /dev/null +++ b/content/agents/sierra-ai.json @@ -0,0 +1,52 @@ +{ + "id": "sierra-ai", + "name": "Sierra", + "slug": "sierra-ai", + "description": "Builds customer-facing conversational agents with a declarative Agent SDK, guardrails, and an Agent OS runtime spanning voice, chat, email, and SMS.", + "providerName": "Sierra", + "providerUrl": "https://sierra.ai", + "agentUrl": "https://sierra.ai/product/agent-sdk", + "categories": [ + "customer-support", + "orchestration" + ], + "tags": [ + "conversational-agents", + "agent-sdk", + "guardrails", + "voice-agents", + "enterprise", + "omnichannel", + "agent-os" + ], + "skills": [ + { + "id": "declarative-agents", + "name": "Declarative Agent Definition", + "description": "Describes agent behavior, tools, and escalation paths in a declarative language rather than hand-written prompts." + }, + { + "id": "guardrails", + "name": "Guardrails", + "description": "Constrains what an agent may say and do so customer-facing conversations stay inside policy boundaries." + }, + { + "id": "omnichannel-delivery", + "name": "Omnichannel Delivery", + "description": "Runs the same agent across voice, chat, email, and SMS with channel-appropriate behavior on each surface." + } + ], + "authType": "oauth2", + "supportsStreaming": true, + "supportsPushNotifications": false, + "status": "published", + "featured": false, + "verified": false, + "tier": "free", + "discoveredBy": "manual", + "accessMethods": [ + "api" + ], + "createdAt": "2026-08-15T07:16:38.677Z", + "updatedAt": "2026-08-15T07:16:38.677Z" +} diff --git a/content/agents/superlog.json b/content/agents/superlog.json new file mode 100644 index 0000000..1241d2b --- /dev/null +++ b/content/agents/superlog.json @@ -0,0 +1,53 @@ +{ + "id": "superlog", + "name": "Superlog", + "slug": "superlog", + "description": "Reads Sentry and Datadog errors, reproduces them, and opens pull requests with fixes, using a memory system trained on prior PR review feedback.", + "providerName": "Pulsent Labs", + "providerUrl": "https://superlog.sh", + "agentUrl": "https://superlog.sh", + "categories": [ + "code-devtools", + "infrastructure" + ], + "tags": [ + "bug-fixing", + "error-monitoring", + "pull-requests", + "sentry", + "datadog", + "github-app", + "open-source" + ], + "skills": [ + { + "id": "error-triage", + "name": "Error Triage", + "description": "Pulls logs, traces, metrics, and dashboards from observability providers to identify which errors are worth fixing." + }, + { + "id": "repro-and-fix", + "name": "Reproduce and Fix", + "description": "Reproduces a reported error locally, writes a candidate fix, and opens a pull request with the change." + }, + { + "id": "review-memory", + "name": "Review Memory", + "description": "Learns from past pull request review comments so later fixes match the team conventions reviewers enforce." + } + ], + "authType": "oauth2", + "supportsStreaming": false, + "supportsPushNotifications": true, + "status": "published", + "featured": false, + "verified": true, + "tier": "free", + "discoveredBy": "manual", + "accessMethods": [ + "mcp", + "cli" + ], + "createdAt": "2026-08-15T07:16:38.440Z", + "updatedAt": "2026-08-15T07:16:38.440Z" +} diff --git a/content/agents/tableau-mcp.json b/content/agents/tableau-mcp.json new file mode 100644 index 0000000..1a7c702 --- /dev/null +++ b/content/agents/tableau-mcp.json @@ -0,0 +1,51 @@ +{ + "id": "tableau-mcp", + "name": "Tableau MCP", + "slug": "tableau-mcp", + "description": "Queries published Tableau data sources through VizQL over MCP and lets agents browse workbooks, dashboards, and metadata.", + "providerName": "Tableau (Salesforce)", + "providerUrl": "https://www.tableau.com", + "agentUrl": "https://tableau.github.io/tableau-mcp/", + "categories": [ + "data-analytics" + ], + "tags": [ + "business-intelligence", + "tableau", + "vizql", + "dashboards", + "metadata-api", + "salesforce", + "official-mcp" + ], + "skills": [ + { + "id": "datasource-query", + "name": "Data Source Query", + "description": "Queries published data sources through the VizQL Data Service and returns results as structured rows." + }, + { + "id": "content-browsing", + "name": "Content Browsing", + "description": "Lists and searches workbooks, views, and dashboards on a Tableau site so agents find the right asset." + }, + { + "id": "metadata-inspection", + "name": "Metadata Inspection", + "description": "Reads field names, descriptions, and data types from the Metadata API to ground queries in real schema." + } + ], + "authType": "bearer", + "supportsStreaming": false, + "supportsPushNotifications": false, + "status": "published", + "featured": false, + "verified": true, + "tier": "free", + "discoveredBy": "manual", + "accessMethods": [ + "mcp" + ], + "createdAt": "2026-08-15T07:16:38.726Z", + "updatedAt": "2026-08-15T07:16:38.726Z" +} diff --git a/content/agents/trading-agents.json b/content/agents/trading-agents.json new file mode 100644 index 0000000..8057253 --- /dev/null +++ b/content/agents/trading-agents.json @@ -0,0 +1,53 @@ +{ + "id": "trading-agents", + "name": "TradingAgents", + "slug": "trading-agents", + "description": "Simulates a trading firm with LLM agents in analyst, researcher, trader, and risk-manager roles that debate positions and converge on financial decisions.", + "providerName": "Tauric Research", + "providerUrl": "https://tauric.ai", + "agentUrl": "https://github.com/TauricResearch/TradingAgents", + "categories": [ + "finance", + "orchestration" + ], + "tags": [ + "multi-agent", + "trading", + "financial-analysis", + "role-based-agents", + "backtesting", + "market-research", + "python" + ], + "skills": [ + { + "id": "role-debate", + "name": "Role-Based Debate", + "description": "Runs bull and bear researcher agents against each other so a trade thesis is argued before any decision is made." + }, + { + "id": "market-analysis", + "name": "Market Analysis", + "description": "Gathers fundamentals, sentiment, news, and technical indicators through dedicated analyst agents per data source." + }, + { + "id": "risk-review", + "name": "Risk Review", + "description": "Passes proposed trades through a risk-management agent that adjusts or vetoes positions before execution." + } + ], + "authType": "apiKey", + "supportsStreaming": false, + "supportsPushNotifications": false, + "status": "published", + "featured": false, + "verified": true, + "tier": "free", + "discoveredBy": "manual", + "accessMethods": [ + "cli", + "api" + ], + "createdAt": "2026-08-15T07:16:38.476Z", + "updatedAt": "2026-08-15T07:16:38.476Z" +} diff --git a/content/agents/voltagent.json b/content/agents/voltagent.json new file mode 100644 index 0000000..799972d --- /dev/null +++ b/content/agents/voltagent.json @@ -0,0 +1,53 @@ +{ + "id": "voltagent", + "name": "VoltAgent", + "slug": "voltagent", + "description": "Builds TypeScript AI agents with tools, memory, and sub-agent supervision, paired with a local observability console that traces every step of a run.", + "providerName": "VoltAgent", + "providerUrl": "https://voltagent.dev", + "agentUrl": "https://voltagent.dev", + "categories": [ + "orchestration", + "code-devtools" + ], + "tags": [ + "typescript", + "agent-framework", + "observability", + "sub-agents", + "tracing", + "agent-memory", + "workflows" + ], + "skills": [ + { + "id": "agent-definition", + "name": "Agent Definition", + "description": "Declares agents in TypeScript with typed tools, instructions, and a chosen model provider in a few lines." + }, + { + "id": "supervisor-agents", + "name": "Supervisor Agents", + "description": "Composes a supervisor agent that delegates to specialized sub-agents and aggregates their results." + }, + { + "id": "run-tracing", + "name": "Run Tracing", + "description": "Streams every tool call, message, and state change into a local console for step-by-step debugging of agent runs." + } + ], + "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.638Z", + "updatedAt": "2026-08-15T07:16:38.638Z" +} diff --git a/content/agents/warp.json b/content/agents/warp.json new file mode 100644 index 0000000..4c77e2e --- /dev/null +++ b/content/agents/warp.json @@ -0,0 +1,53 @@ +{ + "id": "warp", + "name": "Warp", + "slug": "warp", + "description": "Combines a Rust terminal with an Oz orchestration layer that dispatches concurrent cloud coding agents triggered by Slack, GitHub events, or cron.", + "providerName": "Warp", + "providerUrl": "https://www.warp.dev", + "agentUrl": "https://www.warp.dev/agents", + "categories": [ + "code-devtools", + "orchestration" + ], + "tags": [ + "terminal", + "agentic-development", + "cloud-agents", + "oz-orchestration", + "mcp-client", + "slack-triggers", + "rust" + ], + "skills": [ + { + "id": "agent-mode", + "name": "Terminal Agent Mode", + "description": "Drives shell work from natural language inside the terminal, reading command output to decide the next step." + }, + { + "id": "oz-orchestration", + "name": "Oz Orchestration", + "description": "Dispatches many cloud coding agents in parallel and tracks their progress from a single control surface." + }, + { + "id": "event-triggers", + "name": "Event Triggers", + "description": "Starts agent runs from Slack messages, GitHub events, or cron schedules without a human at the keyboard." + } + ], + "authType": "oauth2", + "supportsStreaming": true, + "supportsPushNotifications": true, + "status": "published", + "featured": false, + "verified": true, + "tier": "free", + "discoveredBy": "manual", + "accessMethods": [ + "cli", + "mcp" + ], + "createdAt": "2026-08-15T07:16:38.706Z", + "updatedAt": "2026-08-15T07:16:38.706Z" +} diff --git a/content/agents/xirp.json b/content/agents/xirp.json new file mode 100644 index 0000000..5633126 --- /dev/null +++ b/content/agents/xirp.json @@ -0,0 +1,52 @@ +{ + "id": "xirp", + "name": "Xirp", + "slug": "xirp", + "description": "Manages concurrent Claude Code, Codex, and Gemini CLI sessions, each isolated in its own git worktree, with context that survives switching between harnesses.", + "providerName": "Spotify", + "providerUrl": "https://www.spotify.com", + "agentUrl": "https://xirp.spotify.com/", + "categories": [ + "code-devtools", + "orchestration" + ], + "tags": [ + "agent-orchestration", + "git-worktrees", + "spotify", + "multi-agent", + "claude-code", + "codex", + "backstage" + ], + "skills": [ + { + "id": "worktree-isolation", + "name": "Worktree Isolation", + "description": "Runs each concurrent agent session in its own git worktree so parallel work never collides on a shared checkout." + }, + { + "id": "harness-switching", + "name": "Harness Switching", + "description": "Carries task context across Claude Code, Codex, and Gemini CLI so a session can change harness without restarting." + }, + { + "id": "session-dashboard", + "name": "Session Dashboard", + "description": "Tracks every running agent session in one view with status, diffs, and the ability to intervene mid-run." + } + ], + "authType": "oauth2", + "supportsStreaming": false, + "supportsPushNotifications": false, + "status": "published", + "featured": false, + "verified": false, + "tier": "free", + "discoveredBy": "manual", + "accessMethods": [ + "cli" + ], + "createdAt": "2026-08-15T07:16:38.373Z", + "updatedAt": "2026-08-15T07:16:38.373Z" +} diff --git a/content/agents/zeroclaw.json b/content/agents/zeroclaw.json new file mode 100644 index 0000000..f0f2693 --- /dev/null +++ b/content/agents/zeroclaw.json @@ -0,0 +1,53 @@ +{ + "id": "zeroclaw", + "name": "ZeroClaw", + "slug": "zeroclaw", + "description": "Runs a small, fast, fully autonomous personal assistant agent as a self-contained runtime deployable across operating systems and platforms.", + "providerName": "ZeroClaw Labs", + "providerUrl": "https://www.zeroclawlabs.ai", + "agentUrl": "https://www.zeroclawlabs.ai", + "categories": [ + "orchestration", + "code-devtools" + ], + "tags": [ + "autonomous-agent", + "personal-assistant", + "lightweight-runtime", + "cross-platform", + "self-hosted", + "byok", + "open-source" + ], + "skills": [ + { + "id": "autonomous-loop", + "name": "Autonomous Loop", + "description": "Plans and executes multi-step tasks end to end without per-step prompting, stopping only when the goal is met." + }, + { + "id": "portable-runtime", + "name": "Portable Runtime", + "description": "Ships as a single small runtime that deploys unchanged across desktop, server, and constrained environments." + }, + { + "id": "tool-integration", + "name": "Tool Integration", + "description": "Connects external tools and model providers so the same agent runs against whichever backend you configure." + } + ], + "authType": "apiKey", + "supportsStreaming": true, + "supportsPushNotifications": false, + "status": "published", + "featured": false, + "verified": true, + "tier": "free", + "discoveredBy": "manual", + "accessMethods": [ + "cli", + "api" + ], + "createdAt": "2026-08-15T07:16:38.560Z", + "updatedAt": "2026-08-15T07:16:38.560Z" +} diff --git a/content/changelog.json b/content/changelog.json index bbb8f86..8c13206 100644 --- a/content/changelog.json +++ b/content/changelog.json @@ -1,4 +1,184 @@ [ + { + "action": "added", + "slug": "tableau-mcp", + "name": "Tableau MCP", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "canva-mcp", + "name": "Canva MCP", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "coinbase-agentkit", + "name": "Coinbase AgentKit", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "dbt-mcp", + "name": "dbt MCP", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "baseten", + "name": "Baseten", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "warp", + "name": "Warp", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "factory-ai", + "name": "Factory", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "replit-agent", + "name": "Replit Agent", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "legora", + "name": "Legora", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "decagon", + "name": "Decagon", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "sierra-ai", + "name": "Sierra", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "mistral-ai", + "name": "Mistral AI", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "agent-s", + "name": "Agent S", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "voltagent", + "name": "VoltAgent", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "eigent", + "name": "Eigent", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "pentagi", + "name": "PentAGI", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "mcp-python-sdk", + "name": "MCP Python SDK", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "a2a-protocol", + "name": "A2A Protocol", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "beads", + "name": "Beads", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "zeroclaw", + "name": "ZeroClaw", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "pageindex", + "name": "PageIndex", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "mineru", + "name": "MinerU", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "trading-agents", + "name": "TradingAgents", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "superlog", + "name": "Superlog", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "kiro-crew", + "name": "Kiro Crew", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "dograh", + "name": "Dograh", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "browseros", + "name": "BrowserOS", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "xirp", + "name": "Xirp", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "muse-code", + "name": "Muse Code", + "date": "2026-08-15" + }, + { + "action": "added", + "slug": "deepseek-harness", + "name": "DeepSeek Harness", + "date": "2026-08-15" + }, { "action": "removed", "slug": "blender-mcp",