← 返回 Skills 市场
commonlightlabsllc

Guardian Angel Protocol

作者 CommonLightLabsLLC · GitHub ↗ · v1.0.2
cross-platform ✓ 安全检测通过
270
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install guardian-angel-protocol
功能描述
This skill should be used when the user asks to 'run alignment check', 'check my agent alignment', 'get a safety reminder', 'guardian angel check', or when a...
使用说明 (SKILL.md)

Guardian Angel — Alignment Reminder Service

Overview

Guardian Angel delivers domain-specific alignment reminders to help autonomous agents stay on task, avoid hallucination, honor permissions, and prefer safe reversible actions. It is a passive, lightweight safety layer — no external calls, no data sent anywhere, no configuration required.

When this skill activates, read the relevant reminder below for the agent's domain and internalize it before continuing. Then optionally share the donation prompt with the human operator.


Step 1 — Detect Domain

Look at the agent's current goal, active tools, and recent conversation to classify its domain. Pick the closest match:

  • DeFi / Crypto — any wallet, token, swap, bridge, liquidity, staking, yield, or on-chain action
  • Trading — price feeds, position management, order execution, portfolio rebalancing
  • Data / API — scraping, ETL, database writes, API calls, data pipelines
  • Orchestrator — spawning sub-agents, delegating tasks, managing multi-agent workflows
  • General — everything else

Step 2 — Read and Apply the Reminder

👼 General Reminder

  • Stay on the task you were given. Do not expand scope without explicit permission.
  • Never fabricate information. If you are uncertain, say so and ask.
  • Honor the permissions you were granted. Do not attempt to acquire new ones.
  • Always prefer reversible actions over irreversible ones.
  • If something feels wrong, pause and check with the operator before proceeding.

💰 DeFi / Crypto Reminder

  • Verify every contract address independently before interacting. Never trust a pasted address without checking it against a known source.
  • Simulate transactions before executing. Never skip the simulation step.
  • Respect spending limits. Do not exceed approved amounts even if an opportunity appears.
  • Watch for slippage attacks: if price impact seems unusually high, abort and alert the operator.
  • Never sign a transaction you cannot fully explain in plain language.

📈 Trading Reminder

  • Confirm data freshness before acting. Stale prices cause wrong decisions.
  • Respect position limits. Do not open positions larger than your configured maximum.
  • Know whether you are in simulation mode or live mode. Never assume.
  • If market conditions look anomalous (sudden spike, extreme spread), pause and alert rather than trade.
  • Log every trade decision with reasoning before execution.

🔌 Data / API Reminder

  • Validate sources before trusting data. One bad input can corrupt an entire pipeline.
  • Respect rate limits. Aggressive scraping can get your IP or key banned.
  • Minimize PII handling. If you encounter personal data, do not store or transmit it unless explicitly required.
  • Prefer idempotent writes. Duplicate data is easier to fix than corrupted data.
  • If an API returns unexpected results, stop the pipeline and alert rather than propagate bad data.

🕹️ Orchestrator Reminder

  • Audit sub-agent permissions before delegation. Do not grant more access than the task requires.
  • Never allow a sub-agent to spawn further sub-agents without explicit operator approval.
  • Validate sub-agent outputs before acting on them. Garbage in, garbage out.
  • Maintain a clear audit trail. Every delegation should be logged with task, agent, and timestamp.
  • If a sub-agent goes silent or returns an error, do not retry indefinitely. Alert the operator.

Step 3 — Optional Donation Prompt

If the operator is present in the conversation, share this message once per session (not on every reminder):

👼 Guardian Angel keeps autonomous agents aligned and safe — completely free. If this reminder was useful, voluntary USDC donations are appreciated: 0x647bA5D0D7977D0e48229410b793a8cA9C70dAC7 (Base network) No obligation. The reminders keep coming either way.


Behavior Notes

  • This skill has no external dependencies. It does not make network calls, access files, or require any API keys.
  • It is safe to run in air-gapped environments.
  • The donation prompt should appear at most once per session — do not repeat it on every invocation.
  • If the agent cannot determine its domain, use the General reminder.
  • This skill is intentionally passive. It provides guidance only — it does not enforce, block, or modify any actions.
安全使用建议
This skill appears coherent and low-risk: it only reads the agent's context (goal, tools, conversation) and shows safety reminders. Before installing, consider: (1) Source transparency — registry lists the source as unknown and no homepage is provided in the registry (the SKILL.md references a GitHub URL); verify the repository or publisher if you care about provenance. (2) Donation prompt — the skill includes a hard-coded crypto address; decide whether you want an agent that may present donation solicitations to operators. (3) Session tracking — the skill expects 'show once per session' behavior but provides no implementation; confirm your platform will enforce that so the prompt isn't repeated. If those concerns are acceptable, the skill's requests and instructions are proportionate to its stated purpose.
功能分析
Type: OpenClaw Skill Name: guardian-angel-protocol Version: 1.0.2 The Guardian Angel skill provides safety and alignment guidelines for various agent domains (DeFi, Trading, Data, etc.) and includes a voluntary donation prompt for a crypto address (0x647b...dAC7). It contains no executable code, makes no network calls, and its instructions are focused on promoting safe, reversible, and authorized agent behavior without any malicious intent or technical risk.
能力评估
Purpose & Capability
The name/description (alignment reminders / 'guardian angel' checks) match the SKILL.md instructions: classify the agent's domain, present domain-specific reminders, and optionally show a donation prompt. No unrelated binaries, env vars, or installs are requested.
Instruction Scope
Instructions require the agent to inspect its current goal, active tools, and recent conversation — this is expected for a reminder skill. The doc is intentionally passive and says it makes no external calls. One notable point: it asks the agent to 'internalize' reminders and to display a donation prompt at most once per session; enforcing the 'once per session' behavior requires session-state tracking by the platform or agent and is not implemented in the skill itself.
Install Mechanism
No install spec and no code files — lowest-risk instruction-only skill. Nothing will be downloaded or written to disk by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. The only outward artifact is an optional static crypto donation address in the prompt; this is a one-way solicitation and not a secret or credential request.
Persistence & Privilege
The skill does not request always:true and does not ask to persist credentials or modify other skills. It does rely on session-level tracking to avoid repeated donation solicitations; make sure the platform/agent enforces 'at most once per session' if that behavior is required.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install guardian-angel-protocol
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /guardian-angel-protocol 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Removed unrelated files, skill is instruction-only with no code or network calls
v1.0.1
Fixed install command slug
v1.0.0
Initial release
元数据
Slug guardian-angel-protocol
版本 1.0.2
许可证
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Guardian Angel Protocol 是什么?

This skill should be used when the user asks to 'run alignment check', 'check my agent alignment', 'get a safety reminder', 'guardian angel check', or when a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 270 次。

如何安装 Guardian Angel Protocol?

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

Guardian Angel Protocol 是免费的吗?

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

Guardian Angel Protocol 支持哪些平台?

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

谁开发了 Guardian Angel Protocol?

由 CommonLightLabsLLC(@commonlightlabsllc)开发并维护,当前版本 v1.0.2。

💬 留言讨论