newspaper

Generate Gradient News banner, front-page, and prompt-experiment assets from in-game events.

412|67|Updated Aug 12, 2025
One-click install
npx skills add https://github.com/pipecat-ai/gradient-bang --skill newspaper
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: newspaper
Source: https://github.com/pipecat-ai/gradient-bang/tree/main/.claude/skills/newspaper
Command: npx skills add https://github.com/pipecat-ai/gradient-bang --skill newspaper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate Gradient News & Observer image assets (banners, front pages, and prompt experiments) from in-game events and copy prompts, routing to the correct underlying script based on asset type to streamline asset production.

Core Features & Use Cases

  • Single entry point /newspaper accepts asset-type: banner, front-page, or prompt-experiment.
  • Routing logic automatically delegates to the appropriate workflow (banner rendering, front-page assembly, or prompt-experiment sweeps).
  • Artifact output saves generated assets under artifacts/ with organized subfolders for banners and front-page renders, enabling easy review and reuse.

Quick Start

Invoke the skill with a valid asset type, e.g., /newspaper banner, to generate a banner asset and follow the prompts.

Frequently Asked Questions about newspaper

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

FAQPage Schema
How do I generate newspaper banners and front pages from in-game events?▼

Generate newspaper front pages and banners by invoking the /newspaper command with a valid asset type, which routes the request to the appropriate rendering script and outputs the generated image asset.

What asset types are supported for image rendering in this workflow?▼

Supported image rendering asset types include banner, front-page, and prompt-experiment, each routed to a dedicated underlying script to streamline asset production workflows.

How do I run a prompt experiment for Gradient News asset generation?▼

Run a prompt experiment by invoking the skill with the prompt-experiment asset type, which triggers the prompt-experiment sweeps workflow to generate and review varied assets.

Where are the generated image artifacts saved after asset generation?▼

Generated image artifacts are saved under the artifacts/ directory, which contains organized subfolders for banners and front-page renders to enable easy review and reuse.

What happens if I submit an unrecognized asset type for rendering?▼

Unrecognized asset types are handled explicitly by the routing logic, ensuring the system catches invalid requests safely rather than failing silently during the image rendering process.

Do I need any external dependencies to create Gradient News assets on demand?▼

No external dependencies are required to create Gradient News assets, as the skill operates independently to route requests and generate artifacts from in-game events and prompts.