guardian-angel
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 an agent wants to review its own behavior for safety and alignment best practices. Also activates on agent startup if configured.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/commonlightlabsllc/guardian-angel-protocolGuardian 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.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-commonlightlabsllc-guardian-angel-protocol": {
"enabled": true,
"auto_update": true
}
}
}