Files
pika-labs__pika-plugins/.codex-plugin/plugin.json
T
pika-ai-code 4d8fb85b63 feat: v1.3.0 — Pika Creative Suite repositioning + cross-agent distribution (#3)
* feat: v1.3.0 — Pika Creative Suite repositioning + cross-agent distribution

Brings Pika-Plugins forward to match the cross-agent reality. Same backend
(mcp.pika.me, 58 atomic tools), same 5 curated /pika:* skills, now positioned
and packaged for use beyond Claude Code.

Repositioning
- "Pikafy your Claude" -> "Pika Creative Suite — give any AI agent a face,
  a voice, and a full creative studio." README hero, all plugin manifest
  descriptions, and the marketplace metadata description aligned to this.

Structure / new files
- .cursor-plugin/plugin.json — native Cursor plugin manifest mirroring
  the first-party shape used in cursor/plugins (category, tags, single-
  string skills: "./skills/"). Lets Cursor pick up Pika via its own
  plugin format.
- .codex-plugin/plugin.json — native Codex plugin manifest with
  documented interface block (displayName, defaultPrompt capped at 3,
  capabilities, brandColor, etc.).
- .claude-plugin/marketplace.json gains an explicit skills:[] array in
  the canonical Anthropic string-array form ["./skills/<name>", ...]
  matching anthropics/skills.

Manifest cleanups
- .claude-plugin/plugin.json description rewritten, version 1.2.3 ->
  1.3.0.
- .claude-plugin/marketplace.json description rewritten, owner.url
  added, plugin version bumped.
- All four manifests now agree on the Pika Creative Suite positioning,
  the 58 canonical tool count, and the 5 skill set.

Tool surface
- tools-manifest.json re-vendored from pika-mcp-server with the current
  58 canonical primitives plus the 9 deprecation aliases (sora_edit
  mode discriminator, pika_* renames, edit_audio_denoise, etc.). 16
  net new canonical tools since v1.2.3 — most prominently html_to_pdf,
  the connect_* Composio trio, scrape_ads / scrape_social, web_publish,
  analyze_clip_highlights.

README
- Full v3 rewrite: hero, 3 independent install surfaces (MCP /
  Skills / Plugin) as parallel orthogonal mechanisms, install matrix
  with per-client config shapes (Claude type:http vs Cursor bare url
  vs Codex --url), Featured-workflows table linking to each SKILL.md,
  Capabilities table for the 11 tool families summing to 58.
- 479 lines (Pikafy hero, prose-heavy) -> 220 lines (Pika Creative
  Suite hero, table-driven). All claims fact-checked against
  vercel-labs/skills source, cursor/plugins first-party manifests,
  anthropics/skills canonical marketplace, and openai/codex plugin
  docs.

* fix: add repository field to marketplace.json plugin entry

Codex review flagged this — the plugin entry inside marketplace.json
plugins[] lacked the canonical repository field. Aligns with the
top-level plugin.json which already has it.

Two other codex flags triaged as false positives:
- "parrot-staging/animate" in tools-manifest.json is the upstream
  pika-mcp-server animation backend endpoint name (vendored verbatim
  from pika-mcp-server@staging), not the staging plugin variant.
- "Pikafy your Claude" / "Pika-fy your Claude" in CHANGELOG.md v1.3.0
  entry are intentional quoted references documenting what the entry
  is RETIRING. Documenting history, not active usage.
2026-05-20 16:58:44 -07:00

35 lines
1.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "pika",
"version": "1.3.0",
"description": "Pika Creative Suite — give any AI agent a face, a voice, and a full creative studio. 5 curated Pika skills (podcast, explainer, ugc-ads, baseball-trend, kiss-cam) backed by 58 atomic media tools at mcp.pika.me.",
"author": {
"name": "Pika Labs",
"email": "support@pika.art",
"url": "https://pika.me"
},
"homepage": "https://pika.me",
"repository": "https://github.com/Pika-Labs/Pika-Plugins",
"license": "Apache-2.0",
"keywords": [
"pika", "video", "podcast", "explainer", "ads", "ugc",
"baseball", "kiss-cam", "lipsync", "creative", "mcp",
"codex", "agent"
],
"skills": "./skills",
"interface": {
"displayName": "Pika",
"shortDescription": "Image, video, audio, and editing tools for your Codex agent",
"longDescription": "Pika Skills give your agent a face, a voice, and a full creative stack. Use /pika:podcast for two-host podcast videos, /pika:explainer for ~6080s URL walkthroughs, /pika:ugc-ads for 15s creator-style multi-cut UGC ads, /pika:baseball-trend for viral ESPN-style behind-home-plate broadcast cutaways, and /pika:kiss-cam for Jumbotron Kiss Cam moments. All skills share the 58-tool MCP surface at mcp.pika.me.",
"developerName": "Pika Labs",
"category": "Creative",
"capabilities": ["Read", "Write"],
"websiteURL": "https://pika.me",
"defaultPrompt": [
"Make a two-host podcast video about this URL",
"Make a 60-second explainer for github.com/anthropics/claude-code",
"Make a UGC ad for this product page"
],
"brandColor": "#FF3D71"
}
}