writing-insiteooh-copy

Writes publication-ready Insite OOH editorial articles from verified campaign facts.

Updated Aug 17, 2026
One-click install
npx skills add https://github.com/zeusmartinsoly/insiteooh-editorial-skills --skill writing-insiteooh-copy-zeusmartinsoly
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: writing-insiteooh-copy
Source: https://github.com/zeusmartinsoly/insiteooh-editorial-skills/tree/main/skills/writing-insiteooh-copy
Command: npx skills add https://github.com/zeusmartinsoly/insiteooh-editorial-skills --skill writing-insiteooh-copy-zeusmartinsoly

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Writing editorial coverage of out-of-home advertising campaigns requires turning scattered campaign briefs, photos, and notes into publishable articles without inventing facts, slogans, or figures. This Skill produces complete, house-voice articles for Insite OOH while marking every unverified fact with a [VERIFY: ...] marker instead of fabricating it. ## Core Features & Use Cases - Ten output modes: full campaign articles, rewrites, headline and standfirst options, leads, section copy, short news versions, analytical features, campaign-update paragraphs, and meta or social text. - Campaign fact sheet gate: builds a structured fact sheet from supplied material before drafting, so every claim traces to a source and every gap becomes an explicit unknown. - Completeness gate script: runs scripts/check_publishable.py against the final article to catch truncated sentences, empty headings, unbalanced quotes, and leaked internal working material. - Use Case: A writer pastes a campaign brief for a billboard launch on Sheikh Zayed Road and receives a finished article with headline, standfirst, body, and H2s — with any missing price or date flagged for confirmation rather than guessed. ## Quick Start Write an Insite OOH article from these campaign facts, marking anything unverified instead of inventing it.

Frequently Asked Questions about writing-insiteooh-copy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write an OOH campaign article from a brief?▼

Supply the brand name, market and city, plus at least one of a campaign brief, ad copy, placement photos, or prior coverage. The Skill builds a campaign fact sheet, drafts the article in house voice, and marks any missing facts with [VERIFY: ...] markers.

What happens when campaign facts are missing?▼

Missing facts are never invented. The Skill first tries to omit or rephrase around the gap, and only inserts an inline [VERIFY: ...] marker when the sentence genuinely cannot work without that fact.

Can it rewrite an existing article draft?▼

Yes, rewrite mode returns the revised copy first, then a change log grouped into cuts, corrections, and additions. It preserves prices, proper names, slogans, and quotations exactly as supplied and flags facts it cannot verify.

Does it write advertising copy or campaign slogans?▼

No. It writes editorial coverage only and refuses to invent slogans, taglines, or ad creative. If a slogan was not supplied, the article writes around it or marks it as an unknown.

How does the publishable check script work?▼

Run python3 scripts/check_publishable.py on the final article block. It fails on truncated sentences, headings with no body, unbalanced brackets or quotes, and internal working material left in the publishable text, using only the Python standard library.