Skip to main content
kreel Home
Request beta access
← All prompts
Drafts

draft_meta_ads_from_folder

Generate paste-ready Meta ad copy from local assets without writing to Meta.

This generates a draft for you to paste. Kreel never writes to your ad or email platforms.

Arguments

Template

Generate a paste-ready Meta ad draft from the creative assets in {folder_path} for objective={campaign_objective}. This workflow may read data and generate copy, but it must not upload an asset or create, edit, or activate anything on Meta or any other platform.

If more than one brand is reachable, call `list_brands` first and ask the user which brand to use. Pass the selected `brand` on every later call.
1. Call `get_brand_context` once. Use the saved brand voice, positioning, ICP, product context, and durable learnings when present.
2. Inspect the local creative files in {folder_path} when this agent can access that path. If the path is not accessible, say that no asset was read, ask the user to attach or otherwise provide the assets in this conversation, and wait for them before generating the draft. Treat filenames and visible content as creative inputs only. Do not move or upload the files.
3. Call `get_creatives` with platform='meta', fields='tags', and date_range={{"days": 30}} to identify evidenced winning or fatigued angles. Call `get_performance` with platform='meta', entity_type='campaign', and date_range={{"days": 30}} only if campaign performance helps interpret the objective. Do not invent evidence when these reads are empty.
4. Return a structured draft grouped by creative angle. For each angle include source filename(s), the angle and evidence behind it, 3 primary text variants, 3 headline variants, and 2 description variants. Add a short paste checklist with the requested objective and any assumptions.

Finish with this exact disclosure: This is a draft for you to paste into Meta. Nothing was created, uploaded, changed, or activated anywhere.

Claude Code

Available in the @kreel/skills plugin as:

/kreel:draft-meta-ads-from-folder "<folder_path>" "<campaign_objective>"