laniameda-storage

Installation
SKILL.md

laniameda-storage

Save content to the Convex prompt-storager KB via the HTTP API.

Script

bun run ~/.agents/skills/laniameda-storage/scripts/ingest.ts '<json>'

Key fields

  • ownerUserIdread from KB_OWNER_USER_ID env var automatically, never pass it in JSON
  • promptText — text/prompt content
  • tagNames — array of tags (see tagging below)
  • imagePath — local path for inbound media (preferred over base64)
  • imageUrl — remote URL to fetch and store
  • ingestKey — auto-generated if omitted (dedup protection)
  • modelName — AI model that generated this (e.g. "Midjourney", "FLUX", "Nano Banana Pro", "Runway", "Kling", "Sora", "CDANCe")
  • generationType"image_gen" | "video_gen" | "ui_design" | "other"
  • promptType"image_gen" | "video_gen" | "ui_design" | "cinematic" | "ugc_ad" | "other"
Related skills
Installs
9
First Seen
Mar 3, 2026