Skills for geographic restrictions and regional compliance.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill geo-blocking --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Geo Blocking?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-geo-blocking)More formats (shields.io, HTML) on the badges page.
---
name: Geo-Blocking Skills
description: Skills for geographic restrictions and regional compliance.
---
# Geo-Blocking Skills
Skills for geographic restrictions and regional compliance.
## Essential Skills
### 1. Geo Shield
**Skill ID**: `geo-shield`
**Purpose**: Country-based content filtering and compliance
**Features**:
- IP geolocation
- VPN/proxy detection
- Tor exit node detection
- Regional law compliance (GDPR, local censorship)
- Custom geo-rules
**Installation**:
```bash
npm install @clawhub/geo-shield
```
**Use Cases**:
- GDPR compliance (EU)
- Local content laws (Germany hate speech, etc.)
- Regional restrictions
- Government mandates
**Examples**:
- EU: Block sites without GDPR compliance
- Germany: Stricter hate speech rules
- China: Government-mandated blocks
- Australia: Extreme violence filtering
---
*For parental controls, see [PARENTAL_CONTROLS.md](PARENTAL_CONTROLS.md).*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Java Spring Boot 服务中关于身份验证/授权、验证、CSRF、密钥、标头、速率限制和依赖安全的 Spring Security 最佳实践。