AgentStack
SKILL verified MIT Self-run

Trusted Source Discovery

skill-press-pass-journalism-skills-trusted-source-discovery · by press-pass

Scrapes RSS feeds supplied as an argument to discover sources for news articles.

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

Install

$ agentstack add skill-press-pass-journalism-skills-trusted-source-discovery

✓ 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 Trusted Source Discovery? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

You will be given a comma-delimited list of RSS feed URLs. For each RSS feed:

  1. Fetch the feed and extract all links contained within it that do not share a domain with the feed itself.
  2. Identify the best sources. Good sources appear in many articles or are the only source in an article. Try to find

sources that could spawn an article all on their own.

  1. If the source is a social media site (i.e. Reddit, Instagram etc.) follow the link to the social media site

to find more reliable sources on that page.

  1. For each source, attempt to find an official API that contains the same information as the referenced link. Do not

use 3rd-party copies of the data.

For each of the 20 best sources, call the add_source_from_source_discovery MCP tool with:

  • name: descriptive name of the source
  • aiAccessInstructions: how to access the source programmatically (API endpoint, scraping instructions, etc.)
  • whenItsImportant: when this source is newsworthy
  • sourceClientKey: object with api_key if needed and any other access metadata
  • isReferenceSource: is this source just a huge database that we can't get story leads from? Examples include 311

complaints, tax records, etc.

After creating all sources, summarize what was created including the returned source IDs.

RSS feeds to process: $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.