From ed26484029cfceaaa5c05847c82d130cfc534ac3 Mon Sep 17 00:00:00 2001 From: zeiki Date: Fri, 7 Aug 2026 20:55:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(directory):=20=E6=8F=90=E4=BA=A4=20Imagine?= =?UTF-8?q?Vid=20=E5=88=B0=20Agent=20Switchboard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/agents/imaginevid-ai-generation.json | 57 ++++++++++++++++++++ content/changelog.json | 6 +++ 2 files changed, 63 insertions(+) create mode 100644 content/agents/imaginevid-ai-generation.json diff --git a/content/agents/imaginevid-ai-generation.json b/content/agents/imaginevid-ai-generation.json new file mode 100644 index 0000000..9b9ff3d --- /dev/null +++ b/content/agents/imaginevid-ai-generation.json @@ -0,0 +1,57 @@ +{ + "id": "imaginevid-ai-generation", + "name": "ImagineVid AI Generation", + "slug": "imaginevid-ai-generation", + "description": "Generate images, videos, and music through an OAuth-protected MCP and CLI gateway with live quotes and explicit credit approval.", + "providerName": "ImagineVid", + "providerUrl": "https://imaginevid.io/", + "agentUrl": "https://imaginevid.io/api/mcp", + "categories": [ + "content-media" + ], + "tags": [ + "image-generation", + "video-generation", + "music-generation", + "multi-model", + "oauth-mcp", + "credit-quotes", + "owned-assets" + ], + "skills": [ + { + "id": "model-discovery", + "name": "Model Discovery", + "description": "Lists current ImagineVid image, video, and music capabilities with stable IDs, fields, constraints, and estimates." + }, + { + "id": "credit-quote", + "name": "Credit Quote", + "description": "Validates capability values and returns an authoritative server quote before any generation can spend credits." + }, + { + "id": "approved-generation", + "name": "Approved Generation", + "description": "Starts one idempotent generation only after the human confirms the exact quote and request details." + }, + { + "id": "result-polling", + "name": "Result Polling", + "description": "Polls an owned generation and returns safe status, progress, and result metadata without exposing provider internals." + } + ], + "authType": "oauth2", + "supportsStreaming": false, + "supportsPushNotifications": false, + "status": "published", + "featured": false, + "verified": false, + "tier": "free", + "discoveredBy": "manual", + "accessMethods": [ + "mcp", + "cli" + ], + "createdAt": "2026-08-07T00:00:00Z", + "updatedAt": "2026-08-07T00:00:00Z" +} diff --git a/content/changelog.json b/content/changelog.json index c32f489..40e40c3 100644 --- a/content/changelog.json +++ b/content/changelog.json @@ -1,4 +1,10 @@ [ + { + "action": "added", + "slug": "imaginevid-ai-generation", + "name": "ImagineVid AI Generation", + "date": "2026-08-07" + }, { "action": "added", "slug": "outreachagent",