← Back to Skills Marketplace
commonlightlabsllc

Guardian Angel Protocol

by CommonLightLabsLLC · GitHub ↗ · v1.0.2
cross-platform ✓ Security Clean
270
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install guardian-angel-protocol
Description
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...
README (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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install guardian-angel-protocol
  3. After installation, invoke the skill by name or use /guardian-angel-protocol
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug guardian-angel-protocol
Version 1.0.2
License
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 270 downloads so far.

How do I install Guardian Angel Protocol?

Run "/install guardian-angel-protocol" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Guardian Angel Protocol free?

Yes, Guardian Angel Protocol is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Guardian Angel Protocol support?

Guardian Angel Protocol is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Guardian Angel Protocol?

It is built and maintained by CommonLightLabsLLC (@commonlightlabsllc); the current version is v1.0.2.

💬 Comments