Perplexity Fetch URL
Use this skill for Fetch URL mode when the user wants Perplexity to read known URLs through a local script path that works both in a global Windsurf install and from the repository root.
Rules:
- Run
python3 ~/.codeium/windsurf/skills/perplexity-fetch-url/fetch_url_content.py <url> [url ...] --jsonfor a global Windsurf install, orpython3 perplexity-fetch-url-content/scripts/fetch_url_content.py <url> [url ...] --jsonfrom the repository root. - Use
--mode summaryfor short summaries,--mode qa --question "..."for a focused question, and default max-text when the user asks to extract as much useful content as possible. - Use
--require-fetchwhen the user needs confirmation that every URL was actually fetched. - Report
fetched_urls,missing_requested_urls, andusage.cost.total_costwhen present. - Do not claim this returns raw HTML or a guaranteed complete verbatim page dump.