enterprise-press-batch

Generates embargoed press-release asset bundles with wire-service naming, EXIF rights metadata, and multi-resolution exports.

4|2|Updated May 6, 2026
One-click install
npx skills add https://github.com/PicsArt/gen-ai-skills --skill enterprise-press-batch-picsart
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: enterprise-press-batch
Source: https://github.com/PicsArt/gen-ai-skills/tree/main/skills/enterprise-press-batch
Command: npx skills add https://github.com/PicsArt/gen-ai-skills --skill enterprise-press-batch-picsart

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Communications and PR teams shipping press releases to wire services like AP, Reuters, and Getty must produce dozens of correctly sized, correctly named, rights-stamped assets under embargo, and manual export pipelines leak assets, miss EXIF metadata, or mix resolution specs across packs. ## Core Features & Use Cases - Embargo-controlled batch pipeline: Locks all generated and ingested assets in a restricted Drive folder until the embargo lift, then promotes them to the public press-kit URL. - Per-pack manifests: Runs separate wire, web, print, and social manifests so each pack gets the correct resolution, format, and color profile (e.g., 3000px JPEG for AP, TIFF for Getty, sRGB for Reuters). - EXIF/IPTC rights stamping: Injects credit, copyright, caption, and embargo notice into every file with exiftool, plus SHA256 checksum manifests for newsroom verification. - Use Case: For a product launch, generate one AI hero image, enhance four real executive headshots to print spec, edit six product shots, and export all of them across four distribution packs with wire-service filenames like 2026-04-LAUNCH_hero_product_16x9_4k.jpg in about 25 minutes. ## Quick Start Ask the agent to build a press-release asset bundle for your launch by specifying the release ID, embargo lift time, distribution targets, and which asset types (hero, headshots, product shots) to include.

Frequently Asked Questions about enterprise-press-batch

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

FAQPage Schema
How do I batch export press photos for wire services like AP and Reuters?▼

Create one JSON manifest per pack (wire, web, print, social) with the correct resolution and format per target, then run each with gen-ai batch run. Wire specs differ: AP expects 3000px long-edge JPEG, Getty expects TIFF, and Reuters expects embedded sRGB.

How do I handle embargoed press assets without leaking them?▼

Write all assets to a restricted Drive folder from the start using --drive-folder, never the default gen-ai-cli folder. Promote files to the public press-kit URL only at the embargo lift time, and never ship intermediate drafts.

Can I use AI generation for executive headshots in press kits?▼

No. Never fully generate a real executive's face; use real photography enhanced with topaz-upscale-image or edited with background tools like picsart-change-bg. Fully generative models on named executives require explicit legal sign-off.

Why do wire services reject my press photos?▼

Common causes are watermarks on final approved assets, missing EXIF credit or copyright fields, and wrong color profiles. Stamp rights metadata with exiftool before delivery and validate color space with exiftool -ColorSpace.

What filename convention do wire services expect for press images?▼

Use the pattern {release-id}_{asset-type}_{subject}_{aspect}_{resolution}.{ext}, for example 2026-04-LAUNCH_hero_product_16x9_4k.jpg. This matches Reuters and Getty ingest patterns and survives rebranding.

When should I not use this press batch workflow?▼

Skip it for social-only launches, where the gen-ai-workflows launch-kit fits better, and for single-asset news posts. It is designed for multi-pack, multi-resolution distribution with embargo and audit requirements.