Files
pika-labs__pika-plugins/.cursor-plugin/plugin.json
T
pika-ai-code 6b45a8f265 chore: v1.4.0 — sync README/manifests with 4 new public skills
Public skills/ directory grew to 9 in commit ee60838 "Duplicate Pika
skills" (app-sizzle, app-store-screens, build-a-brand,
founder-product-video added alongside the original podcast, explainer,
ugc-ads, baseball-trend, kiss-cam), but the README, marketplace.json,
and all three plugin manifests still advertised 5 curated skills and
version 1.3.0.

Updates:
- README — version badge 1.3.0 → 1.4.0; install-surface table and §2/§3
  headers + body 5 → 9; "Featured workflows" table extended from 5 to 9
  rows with input/output/invoke for each new skill
- CHANGELOG — new [1.4.0] — 2026-05-22 section above [1.3.0] documenting
  each new skill, the skill-count + version bumps, and a note that the
  58-tool MCP surface is unchanged
- .claude-plugin/marketplace.json — version 1.4.0, descriptions, and
  skills[] extended from 5 → 9 entries (stable order, originals first)
- .claude-plugin/plugin.json — version, description, keywords
- .codex-plugin/plugin.json — version, description, longDescription
  (each new skill gets a one-liner inside the Codex `interface`), keywords
- .cursor-plugin/plugin.json — version, description, keywords, tags

Tool count stays at 58 atomic primitives (tools-manifest.json
unchanged); skill-audit intentionally not ported from internal (stays
internal-only).
2026-05-24 04:13:22 +00:00

27 lines
1012 B
JSON

{
"name": "pika",
"displayName": "Pika",
"version": "1.4.0",
"description": "Pika Creative Suite — give any AI agent a face, a voice, and a full creative studio. 9 curated Pika skills (podcast, explainer, ugc-ads, baseball-trend, kiss-cam, app-sizzle, app-store-screens, build-a-brand, founder-product-video) backed by 58 atomic media tools at mcp.pika.me.",
"author": {
"name": "Pika Labs",
"email": "support@pika.art"
},
"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",
"cursor", "agent",
"app-sizzle", "app-store-screens", "build-a-brand",
"founder-product-video", "app-store", "brand", "founder"
],
"category": "creative",
"tags": [
"video", "podcast", "ads", "creative", "lipsync", "agent",
"brand", "app-store", "founder"
],
"skills": "./skills/"
}