Klamdo — AI Content Engine for Creators and Agents

Generate identity-locked 4K images and 5-second vertical videos from a single reference photo — or connect your AI agent and generate full content packages…

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноТолько чтение

Что умеет

  • Generate Image: Generate a 4K identity-locked image using the user's Klamdo reference photo. Returns a job ID. Use check_job to poll for the result. Costs 3 credits.
  • Generate Video: Generate a 5-second vertical identity-locked video on Klamdo. Requires a startFrameAssetId from upload_start_frame. If omitted, falls back to image generation. Costs 6 credits.
  • Upload Start Frame: Upload a start-frame image for video generation. Provide a public HTTPS image URL — Klamdo fetches it, stores it, and returns an assetId you pass to generate_video.

Какие данные видит

Нужен ли аккаунт

Нужен API-ключ из настроек сервиса

Generate identity-locked 4K images and 5-second vertical videos from a single reference photo — or connect your AI agent and generate full content packages: scripts, captions, images, video, voiceover, ebook outlines, slide decks, and landing page copy, all returned as a typed manifest your agent can act on.

Список инструментов сервера (10)

Технические названия из tools/list. Нужны только разработчикам.

generate_imageGenerate a 4K identity-locked image using the user's Klamdo reference photo. Returns a job ID. Use check_job to poll for the result. Costs 3 credits.
generate_videoGenerate a 5-second vertical identity-locked video on Klamdo. Requires a startFrameAssetId from upload_start_frame. If omitted, falls back to image generation. Costs 6 credits.
upload_start_frameUpload a start-frame image for video generation. Provide a public HTTPS image URL — Klamdo fetches it, stores it, and returns an assetId you pass to generate_video.
check_jobCheck the status of a Klamdo generation job. Returns status, download URLs, and a suggested social caption when complete.
get_accountGet the current Klamdo account status including credit balance, plan tier, and free sample eligibility.
list_jobsList recent Klamdo generation jobs for this account, ordered newest first. Shows status, mode (image/video), prompt preview, and creation date.
list_packagesList Klamdo's available agentic packages, including expected deliverables, required plan tier, and estimated credits for this account.
create_packageCreate a Klamdo agentic package job from a business prompt. Returns a package ID and manifest URL for downstream agents to consume.
get_packageGet the current status of a Klamdo package job, including progress, deliverable counts, and manifest URL.
get_package_manifestFetch the structured package manifest for a Klamdo package. This is the agent-ready output contract for downstream building and publishing.