fetching-blocked-urls
๐ฏSkillfrom oaustegard/claude-skills
A skill that retrieves clean markdown from URLs when web_fetch fails by using Jina AI's reader service, handling 403 errors, paywalls, JavaScript-heavy SPAs, and timeouts with automatic retry logic.
Same repository
oaustegard/claude-skills(48 items)
Installation
npx vibeindex add oaustegard/claude-skills --skill fetching-blocked-urlsnpx skills add oaustegard/claude-skills --skill fetching-blocked-urls~/.claude/skills/fetching-blocked-urls/SKILL.mdSKILL.md
More from this repository10
A collection of Claude skills primarily for the Claude.ai PaaS skill compute environment, installable via ZIP upload or automated installation script for Claude Code projects.
A skill for analyzing AI/ML technical content including papers, articles, and blog posts, extracting actionable insights filtered through an enterprise AI engineering lens with cross-session memory recall.
A mapping codebases skill from a curated Claude Code skills collection for development patterns and coding workflows.
A skill that provides structured guidance for when and how to ask clarifying questions in Claude Code, helping identify ambiguous requests, present clear options with trade-offs, and use progressive disclosure to avoid over-questioning.
A hybrid codebase search tool combining ripgrep with tree-sitter or pre-generated map files to return complete functions and classes instead of fragmented lines. Supports signature-only mode that reduces token usage by 10-20x.
A accessing github repos skill from a curated Claude Code skills collection for development patterns and coding workflows.
Extracts keywords from documents using the YAKE (Yet Another Keyword Extractor) unsupervised statistical algorithm with support for 34 languages, including domain-specific stopword lists for AI/ML and life sciences.
An exploratory data analysis skill using ydata-profiling that generates interactive HTML and JSON reports from CSV, Excel, JSON, and Parquet files. Produces comprehensive statistics, visualizations, correlations, and data quality alerts, with a summarization script for AI-assisted analysis.
A Claude skill for creating interactive data visualizations using Vega-Lite declarative JSON grammar. Supports 20+ chart types including bar, line, scatter, histogram, and boxplot, with automatic data analysis and context-aware chart selection from uploaded data.
A crafting instructions skill from a curated Claude Code skills collection for development patterns and coding workflows.