All templates
Content & Media

AI Content Studio

An end-to-end content engine. Give it a brief and it generates images and video, edits long-form into short clips, stores the assets, and publishes across your social channels — a full studio behind a single agent.

Read the docs

The agent prompt

Copy this into Cursor, Claude Code, or any Naïve-connected agent. It describes exactly what to build and which primitives to wire together.

Prompt
Build me an AI content studio on Naive.

Given a brief, it should generate images and video, clip long-form into shorts, store the assets, and publish across my social channels.

Use these Naive primitives:
- images + video: generate visuals and video
- clips: edit long-form into short clips
- media: store and tag assets
- social: publish to connected accounts
- search: research trending topics and angles

Read the docs at https://usenaive.ai/docs and start with: npm i -g naive && naive login

What it builds

Image & video generation

Generate visuals and video from a prompt via fal.ai.

Auto-clipping

Turn long-form video into short clips with Submagic.

Asset library

Store, tag, and reuse every generated asset.

Multi-channel publishing

Post to your connected social accounts automatically.

Primitives used

imagesvideoclipsmediasocialsearch

How it's built

  • naive images / video — generation
  • naive clips — long-form to shorts
  • naive social — cross-posting

Start building

Install the CLI, copy the prompt, and let your agent wire it up.

$ npm i -g naive && naive login