BeClaude

url-allowlist

New
3Community RegistryGeneralby Daniel Worthington-Bodart

Restricts WebFetch to URLs discovered via WebSearch, preventing arbitrary URL access

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/url-allowlist.md https://raw.githubusercontent.com/danielbodart/claude-code-plugins/main/SKILL.md
3
Invoke in Claude Code
/url-allowlist
View source on GitHub

Frequently Asked Questions

What is url-allowlist?

Restricts WebFetch to URLs discovered via WebSearch, preventing arbitrary URL access

How to install url-allowlist?

To install url-allowlist, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /url-allowlist.

What is url-allowlist best for?

url-allowlist is a community categorized under General. Created by Daniel Worthington-Bodart.