From journalism-skills
Find photos with permissive licensing related to a given story.
How this skill is triggered — by the user, by Claude, or both
Slash command
/journalism-skills:find-photo-evidenceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You will be given a story lead ID. First, call the `get_story_leads` MCP tool and find the lead matching the provided ID. Read its title and why it matters to understand the story.
You will be given a story lead ID. First, call the get_story_leads MCP tool and find the lead matching the provided ID. Read its title and why it matters to understand the story.
Search the open internet and social media to find photos that are licensed in a way that allows use in this news story. Focus on:
Once you have found photos, call the save_photo_evidence MCP tool with:
leadId: the story lead IDphotos: array of photo objects, each with:
url: direct link to the image or its hosting pagedescription: what the photo depictslicense: the specific license (e.g., CC-BY-4.0, Public Domain, US Government Work)attribution: the required attribution text if anysource: where the photo was found (e.g., Wikimedia Commons, Flickr, government website)relevance: why this photo is relevant to the storyAfter saving, report how many photos were saved and how many had broken links.
Story lead ID: $ARGUMENTS
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub press-pass/journalism-skills --plugin journalism-skills