build_publishing_pack
Builds a paste-ready publishing pack for a news post, combining title, Blogger labels, permalink slug, search description, image alt text, and a trademark-safe image prompt.
Instructions
Final step. Everything needed to publish, in one block.
Returns the title, the Blogger labels line, the custom permalink slug, the
search description, the image alt text, and gemini_image_prompt - a
paste-ready prompt for Gemini with brand names already stripped, so the
banner cannot reproduce a real trademark.
image_concepts: describe what the banner should show in plain words (the
objects and ideas, not the company names). Leave it empty and the headline is
used. image_style is editorial, photographic or abstract.
Pass the result to save_and_present as pack and it is written to
publish-pack.md alongside the post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | ||
| entities | No | ||
| headline | Yes | ||
| keywords | No | ||
| description | No | ||
| image_style | No | editorial | |
| canonical_url | No | ||
| image_concepts | No |