@shurshanx

Animate Old Photos

Animate Old Photos Plugin

当前版本
v1.0.0
bundle-plugin社区source-linked

Animate Old Photos Plugin

Animate old photos into 5-second AI videos through the hosted Animate Old Photos MCP server.

This repository is the distributable plugin package for the hosted endpoint at https://animateoldphotos.org/api/mcp. It includes:

  • a Cursor-compatible plugin manifest in .cursor-plugin/plugin.json
  • MCP connection metadata in mcp.json
  • a bundled skill in skills/animate-old-photos/SKILL.md that teaches the agent how to use the MCP tools well

What You Can Do

After installation, your AI agent can:

  • check your Animate Old Photos credit balance
  • submit an old photo for animation
  • poll task status until the video is ready

Available MCP tools:

  • check_credits
  • animate_photo
  • get_task_status

Requirements

This is a paid service.

Usage limits:

  • 3 credits per animation
  • input image must be JPEG or PNG
  • max file size: 10 MB
  • minimum size: 300 x 300 px
  • animate_photo expects a publicly accessible image URL

Install As a Cursor Plugin

Option 1: Install from Marketplace

Once this package is published in the Cursor Marketplace, install animate-old-photos from the Marketplace UI.

Option 2: Install from GitHub for Local Testing

Clone this repository and place it under Cursor's local plugins directory.

macOS / Linux

git clone <your-public-repo-url> ~/.cursor/plugins/local/animate-old-photos

Windows PowerShell

git clone <your-public-repo-url> "$HOME\.cursor\plugins\local\animate-old-photos"

Restart Cursor after installation.

Use the MCP Server Directly

The MCP server itself is not Cursor-specific. Any MCP client that supports Streamable HTTP can connect to:

https://animateoldphotos.org/api/mcp

Example configuration:

{
  "mcpServers": {
    "animate-old-photos": {
      "type": "http",
      "url": "https://animateoldphotos.org/api/mcp"
    }
  }
}

Typical Workflow

  1. Create an API key at animateoldphotos.org/profile/interface-key
  2. Make sure you have at least 3 credits
  3. Provide a public image URL
  4. Call check_credits
  5. Call animate_photo
  6. Poll with get_task_status every 30 seconds until the result is complete
  7. Download the returned video URL

Example Prompt

The prompt field is optional. Short motion instructions work best.

  • grandmother smiling and waving
  • gentle head turn with a warm smile
  • eyes blinking slowly while looking at the camera

Repository Structure

animate-old-photos-plugin/
├── .cursor-plugin/
│   └── plugin.json
├── mcp.json
├── README.md
└── skills/
    └── animate-old-photos/
        └── SKILL.md

Notes

  • This repository packages access to the hosted Animate Old Photos MCP service.
  • The actual MCP endpoint is operated at animateoldphotos.org.
  • Tool-level authentication is done with your API key; no transport-level auth is required.

License

MIT

源码与版本

源码仓库

animate-old-photos/animate-old-photos-plugin

打开仓库

源码提交

2b5e674cf75c6b7c284b487fceabbcddd8735748

查看提交

安装命令

openclaw plugins install clawhub:animate-old-photos

元数据

  • 包名: animate-old-photos
  • 创建时间: 2026/04/14
  • 更新时间: 2026/04/14
  • 执行代码:
  • 源码标签: main

兼容性

  • 构建于 OpenClaw: -
  • 插件 API 范围: -
  • 标签: latest
  • 文件数: 5