TopRank Skills

Home / Claw Skills / Finance / Crypto / guardian-angel
Official OpenClaw rules 72%

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 guardian-angel 技能。 若已安装,则直接安装 guardian-angel 技能。

Overview

Skill Key
commonlightlabsllc/guardian-angel-protocol
Author
commonlightlabsllc
Source Repo
openclaw/skills
Version
1.0.1
Source Path
skills/commonlightlabsllc/guardian-angel-protocol
Latest Commit SHA
5b5e5e7f7a7aa8193f002f9427cf3fa1e1434082

Extracted Content

SKILL.md excerpt

# 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 f...

Related Claw Skills