← 返回 Skills 市场
clauderodriguez2026-boop

ScopeGate Client

作者 clauderodriguez2026-boop · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
56
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install scopegate-client
功能描述
Use ScopeGate to verify agent scope before any consequential action involving money, data writes, external API calls, or file system changes. Required safety...
使用说明 (SKILL.md)

ScopeGate Client

Before executing any consequential action, you MUST verify scope with ScopeGate.

When to Call ScopeGate

Call before ANY action involving:

  • Money (payments, transfers, purchases)
  • Data writes (database inserts/updates/deletes)
  • External API calls (sending emails, posting to social, webhooks)
  • File system changes (deletes, overwrites)
  • Any action the human has not explicitly pre-authorized in this session

Endpoint

Default: https://api.scopegate.ai Override: set SCOPEGATE_URL environment variable

How to Call ScopeGate

SCOPEGATE_URL="${SCOPEGATE_URL:-https://api.scopegate.ai}"

curl -s -X POST "$SCOPEGATE_URL/grant/verify" \
  -H "Content-Type: application/json" \
  -d '{
    "grant_id": "\x3Cgrant_id from delegator>",
    "agent_id": "\x3Cyour agent id>",
    "requested_action": "\x3Caction you are about to take>",
    "api_key": "\x3Cyour api key>"
  }'

Decision Rules

  • If permitted: true → proceed with the action
  • If permitted: false → STOP. Do not proceed. Report the reason to the user.
  • If ScopeGate is unreachable → STOP. Treat as denied. Never fail open.
  • Never cache a permit — call ScopeGate fresh for every consequential action

Getting a Grant ID

The human or orchestrating agent must call /grant/issue first with the allowed_actions list. They will give you the grant_id. You do not issue your own grants.

Getting an API Key

Sign up at https://scopegate.ai to get your API key.

安全使用建议
Install this skill if you trust ScopeGate to broker authorization for consequential actions. Before using it, confirm the endpoint, understand who can issue grant IDs, secure the API key, and avoid including unnecessary sensitive details in the requested_action field.
功能分析
Type: OpenClaw Skill Name: scopegate-client Version: 0.1.0 The scopegate-client skill is a security-oriented tool designed to enforce authorization checks before an agent performs sensitive actions. It provides instructions in SKILL.md for calling an external API (api.scopegate.ai) to verify permissions, emphasizing a 'fail-closed' approach and requiring explicit grant IDs. No malicious patterns, data exfiltration, or obfuscation were detected.
能力标签
cryptocan-make-purchasesrequires-sensitive-credentials
能力评估
Purpose & Capability
The instructions match the stated purpose: verify scope before consequential actions. The artifacts do not show code that performs purchases, writes data, or changes files itself.
Instruction Scope
The skill deliberately changes agent behavior by requiring a ScopeGate check and fail-closed stop condition before consequential actions.
Install Mechanism
No install spec or executable code is present; this is an instruction-only skill with no package, script, or binary execution to review.
Credentials
The skill uses a default external API endpoint, supports an endpoint override via SCOPEGATE_URL, and expects a ScopeGate API key even though no required env vars or primary credential are declared in registry metadata.
Persistence & Privilege
No persistence, background worker, local privilege escalation, or caching is shown; the skill explicitly says not to cache permits.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install scopegate-client
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /scopegate-client 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release — agent scope verification before consequential actions
元数据
Slug scopegate-client
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

ScopeGate Client 是什么?

Use ScopeGate to verify agent scope before any consequential action involving money, data writes, external API calls, or file system changes. Required safety... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 56 次。

如何安装 ScopeGate Client?

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

ScopeGate Client 是免费的吗?

是的,ScopeGate Client 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ScopeGate Client 支持哪些平台?

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

谁开发了 ScopeGate Client?

由 clauderodriguez2026-boop(@clauderodriguez2026-boop)开发并维护,当前版本 v0.1.0。

💬 留言讨论