All templates
Content & Media

Faceless Clipping Channel

A faceless, autonomous clipping channel. It sources long-form content, identifies the best moments, cuts them into captioned shorts, and posts to YouTube, TikTok, and Reels daily — a content brand that runs itself.

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 a faceless clipping channel on Naive.

It should source long-form video, cut the best moments into captioned shorts, and post to YouTube, TikTok, and Reels every day — fully autonomous.

Use these Naive primitives:
- clips: cut and caption shorts
- video + media: process and store assets
- social: publish across platforms
- cron: daily posting schedule
- search: find source content and trends

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

What it builds

Source & select

Find long-form content and pick the highest-signal moments.

Auto-captioned shorts

Cut and caption clips optimized for each platform.

Daily posting

Publish on a fixed cadence across YouTube, TikTok, and Reels.

Fully faceless

No on-camera talent — the agent runs the whole channel.

Primitives used

clipsvideomediasocialcronsearch

How it's built

  • naive clips — clipping + captions (Submagic)
  • naive social — multi-platform posting
  • naive cron — daily posting schedule

Start building

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

$ npm i -g naive && naive login
ClipsSocial