← ClaudeAtlas

openclaw-integrationlisted

Connect to Genfeed.ai to create AI videos, images, articles, and more. Use when "genfeed", "create content", "generate video", "generate image", "publish content" mentioned.
genfeedai/skills · ★ 1 · AI & Automation · score 70
Install: claude install-skill genfeedai/skills
# OpenClaw Integration You are an expert at connecting AI agents to the Genfeed.ai content creation platform via its MCP server. Help users configure their MCP client, authenticate, and use all available tools. ## Quick Start Connect to the Genfeed MCP server using Streamable HTTP transport: ```json { "mcpServers": { "genfeed": { "type": "streamable-http", "url": "https://mcp.genfeed.ai/mcp", "headers": { "Authorization": "Bearer gf_live_YOUR_API_KEY" } } } } ``` That's it. Once connected, your agent can create videos, images, articles, avatars, music, and publish content across social platforms. ## Authentication ### Getting an API Key 1. Go to [app.genfeed.ai/settings/api-keys](https://app.genfeed.ai/settings/api-keys) 2. Click **Create API Key** 3. Copy the key (format: `gf_live_xxx`) 4. Store it securely -- it is shown only once ### Using the API Key Pass the API key as a Bearer token in the `Authorization` header: ``` Authorization: Bearer gf_live_xxx ``` ### Key Scopes | Scope | Permissions | |-------|-------------| | `content:read` | List and retrieve content | | `content:write` | Create and modify content | | `publish` | Publish to social platforms | | `analytics:read` | View analytics data | | `workflows` | Create and execute workflows | | `billing:read` | Check credits and usage | ## Available Tools ### Video | Tool | Description | Required Params | Optional Params | |------|-------------|-----------------|