skills/mp-gemini-fetch/SKILL.md
Fetch content from sites Claude cannot access (Reddit, etc.) using Gemini CLI as fallback. Use when: fetching Reddit, StackOverflow, or sites Claude cannot access directly.
npx skillsauth add MartinoPolo/mpx-claude-code mp-gemini-fetchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Fetches content from websites that Claude cannot directly access using Gemini CLI as a fallback.
npm install -g @anthropic/gemini-cli or equivalentgemini auth first)Invoke with a URL:
/mp-gemini-fetch https://reddit.com/r/programming/top
Check if the URL is provided and valid.
IMPORTANT: Use -p flag for non-interactive mode. Without it, Gemini expects stdin and fails.
gemini -p "Fetch and summarize the main content from this URL: [URL]. Include key points, any code snippets, and relevant discussion highlights."
Use longer timeout for complex pages:
gemini -p "..." --timeout 120000
Parse the Gemini response and format it for use.
Present the fetched content to the user:
"Fetched from: [URL]
Content: [Gemini's summary/content]
Note: This content was fetched via Gemini CLI as a fallback."
If Gemini CLI fails:
-p flag. Use gemini -p "prompt"gemini --versiongemini authtools
Show current project progress. Displays phase status and next steps. Use when: "show status", "project progress", "what's done"
data-ai
Unified project setup. Auto-detects state and orchestrates mpx skills/agents for init, conversion, or restructure.
testing
Track bugs/issues in .mpx/ phase system. Parses reports, finds related phases, adds fix tasks or creates bugfix phases. Use when: "track this bug", "add issue to project", "log this bug", "add bug to checklist"
development
Project workflow guidance for spec-driven development. Background knowledge auto-loaded when relevant.