← 返回 Skills 市场
raghulpasupathi

Geo Blocking

作者 raghulpasupathi · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
502
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install geo-blocking
功能描述
Implement geographic content restrictions with IP geolocation, VPN/Tor detection, and regional law compliance for tailored geo-blocking rules.
使用说明 (SKILL.md)

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:

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.

安全使用建议
This skill is plausible for geo-blocking but incomplete and potentially risky. Before installing or allowing an agent to run its instructions: 1) ask the author for the package source (homepage, repository URL, and signed release or checksum); 2) review the npm package code (or request a vetted package) to ensure it doesn't exfiltrate data or run unrelated tasks; 3) clarify what external services or DBs are required and what environment variables or API keys will be needed; 4) verify the missing PARENTAL_CONTROLS.md reference and any other linked resources; 5) avoid letting an agent autonomously run 'npm install' of an unreviewed package — consider performing the install in an isolated environment (sandbox/CI) and auditing the package first. If you cannot obtain the package source and a security review, treat this skill as untrusted.
功能分析
Type: OpenClaw Skill Name: geo-blocking Version: 1.0.0 The skill bundle describes a 'Geo-Blocking' capability with standard metadata and documentation. The `SKILL.md` file outlines features like IP geolocation and compliance, and provides a standard `npm install @clawhub/geo-shield` command for installation. There is no evidence of prompt injection attempts against the agent, data exfiltration, malicious execution, persistence mechanisms, or obfuscation within the provided files. The installation command, while involving an external dependency, is a standard package manager instruction and does not inherently indicate malicious intent within this skill definition.
能力评估
Purpose & Capability
The SKILL.md claims IP geolocation, VPN/Tor detection and regional-law compliance which is coherent with a 'Geo Blocking' purpose. However, these features typically require external databases/APIs (e.g., geolocation DBs, Tor/VPN lists, legal-rule data) or configuration; none of those resources, credentials, or config paths are declared.
Instruction Scope
Instructions are short and scoped (they only recommend installing @clawhub/geo-shield and list use cases). They do not instruct the agent to read unrelated files or secrets. But they also omit operational details (how to configure databases/APIs, what data is collected, or how 'regional law compliance' is implemented), giving the agent broad discretion.
Install Mechanism
There is no platform-level install spec; installation is only suggested inside SKILL.md via 'npm install @clawhub/geo-shield'. That points to an npm package in an unknown scope (@clawhub) — a moderate-to-high risk source if unvetted. Because the skill is instruction-only, the platform will not automatically vet or supply this package, and following the instruction would cause an agent to download and run unreviewed code from the public npm registry.
Credentials
The skill declares no required environment variables or credentials. Geo-location and VPN/Tor detection workflows commonly require API keys, paid DB downloads (e.g., MaxMind), or other secrets; the absence of declared credentials is a mismatch and may hide implicit requirements that would be requested at runtime by the npm package.
Persistence & Privilege
Flags are normal: always=false and model invocation allowed. The skill does not request persistent system-wide privileges in the provided metadata.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install geo-blocking
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /geo-blocking 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of geo-blocking skills. - Introduces Geo Shield for country-based content filtering and compliance. - Features IP geolocation, VPN/proxy and Tor detection, and regional law support (GDPR, local censorship). - Allows custom geo-rules for flexible regional restrictions. - Supports compliance use cases, including EU GDPR, German hate speech laws, and government-mandated content blocks. - Installation available via npm package @clawhub/geo-shield.
元数据
Slug geo-blocking
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Geo Blocking 是什么?

Implement geographic content restrictions with IP geolocation, VPN/Tor detection, and regional law compliance for tailored geo-blocking rules. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 502 次。

如何安装 Geo Blocking?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install geo-blocking」即可一键安装,无需额外配置。

Geo Blocking 是免费的吗?

是的,Geo Blocking 完全免费(开源免费),可自由下载、安装和使用。

Geo Blocking 支持哪些平台?

Geo Blocking 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Geo Blocking?

由 raghulpasupathi(@raghulpasupathi)开发并维护,当前版本 v1.0.0。

💬 留言讨论