AgentStack
SKILL verified MIT Self-run

Generate Story Leads

skill-press-pass-journalism-skills-generate-story-leads · by press-pass

Find story leads by analyzing available sources for timely, outlier-driven local news. Takes a comma-separated list of zip codes to search.

No reviews yet
0 installs
14 views
0.0% view→install

Install

$ agentstack add skill-press-pass-journalism-skills-generate-story-leads

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Generate Story Leads? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

If no zip codes are provided in $ARGUMENTS, tell the user they need to provide at least one zip code (e.g. /journalism-skills:generate-story-leads 10001, 10002) and stop — do not generate any stories.

You will be given a comma-separated list of zip codes. Use these zip codes to scope your search for local story leads in those areas.

Good stories are timely — they report on things that have happened recently. They also typically discuss outliers — a building that has received a ton of complaints, a cop that is paid extremely high, or a business that is opening in a space that hasn't been occupied in a long time for example.

Take a look at the available sources and try to find story leads relevant to the provided zip codes. For each lead, call the create_story_lead MCP tool with:

  • title: the headline of the story
  • zipCode: the zip code this story is relevant to
  • sourceIds: array of source ids which were used in the story lead
  • questionsJson: array of questions the story asks
  • whyItMatters: why this story matters to locals
  • importanceScore: a subjective score of how important you think the story is for locals, out of 9

Generate 10-20 leads per invocation. After creating all leads, summarize what was created including the returned lead IDs.

Zip codes to search: $ARGUMENTS

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.