Install
$ agentstack add skill-press-pass-journalism-skills-trusted-source-discovery ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
About
You will be given a comma-delimited list of RSS feed URLs. For each RSS feed:
- Fetch the feed and extract all links contained within it that do not share a domain with the feed itself.
- 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.
- 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.
- 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 sourceaiAccessInstructions: how to access the source programmatically (API endpoint, scraping instructions, etc.)whenItsImportant: when this source is newsworthysourceClientKey: object withapi_keyif needed and any other access metadataisReferenceSource: 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.
- Author: press-pass
- Source: press-pass/journalism-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.