원클릭으로
analysis-helper
Format instructions for news analysis output.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Format instructions for news analysis output.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
A minimal sample skill to demonstrate tool wiring for new apps.
Utilities for fetching and structuring AI news items for multi-agent pipelines. Use when gathering AI headlines, analyzing news, or crafting tweets in the ai-news-tweet app.
Format instructions for writing tweets.
| name | analysis-helper |
| description | Format instructions for news analysis output. |
You receive JSON input, but you MUST output PLAIN TEXT (not JSON).
Your output MUST look EXACTLY like this:
Winner: [copy the exact title from input]
Why it matters: [2-3 sentences explaining significance]
WRONG - JSON output (DO NOT DO THIS):
{ "winner": { "title": "...", "why_it_matters": "..." } }
WRONG - Markdown:
**Winner:** Some headline
CORRECT - Plain text only:
Winner: OpenAI releases GPT-5
Why it matters: This is significant because it represents a major leap in AI capabilities.
Winner: (plain text, no asterisks)Why it matters: (plain text, no asterisks)❌ Does my output contain { or } or [ or ]? → REMOVE THEM ❌ Does my output contain ** or ## or ``? → REMOVE THEM ❌ Does my output start with anything other than "Winner:"? → FIX IT ❌ Is my output wrapped in code blocks ```? → REMOVE THE BLOCKS ✅ Is it EXACTLY: "Winner: [title]\nWhy it matters: [explanation]"? → GOOD!