OR

oracle-safety-guardian

Enforces safety policies and risk grading for generated content and user inputs.

Install

mkdir -p .claude/skills/oracle-safety-guardian && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12991" && unzip -o skill.zip -d .claude/skills/oracle-safety-guardian && rm skill.zip

Installs to .claude/skills/oracle-safety-guardian

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Classify oracle inputs/outputs into risk levels and return allow, rewrite, or refuse policy with concrete constraints. Use before and after specialist-agent generation, especially for finance, medical, legal, violence, self-harm, or fear-marketing risks.
254 charsno explicit “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Intermediate

Key capabilities

  • Classify risk using references/risk-grading.md
  • Return decision: allow, rewrite, or refuse
  • Provide strict rewrite constraints if rewrite is decided
  • Provide safe alternative guidance if refuse is decided

How it works

The skill performs a two-stage safety governance by pre-checking user input and post-checking generated output, classifying risk, and returning a decision with constraints or guidance.

Inputs & outputs

You give it
mode: pre or post, content: user query or generated answer, context: optional
You get back
structured policy with risk_level, decision, reasons, constraints, and disclaimer_level

When to use oracle-safety-guardian

  • Check risk level
  • Apply safety policies
  • Filter sensitive topics
  • Enforce output constraints

About this skill

Oracle Safety Guardian

Overview

Perform two-stage safety governance for oracle content: pre-check user input and post-check generated output.

Input Contract

  • mode: pre or post
  • content: user query or generated answer
  • context: optional (profile summary, intent, tool trace)

Workflow

  1. Classify risk using references/risk-grading.md.
  2. Return decision:
  • allow
  • rewrite
  • refuse
  1. If rewrite, provide strict rewrite constraints.
  2. If refuse, provide safe alternative guidance.

Output Contract

Return structured policy:

  • risk_level: S0/S1/S2/S3/S4
  • decision: allow/rewrite/refuse
  • reasons: short list
  • constraints: list of mandatory constraints
  • disclaimer_level: none/light/strong

Mandatory Rules

  • Never output direct investment buy/sell instructions.
  • Never output medical diagnosis or treatment plan.
  • Refuse illegal, violent, or self-harm instructions.
  • Block fear-marketing and paid-disaster-relief narratives.

References

  • Read references/risk-grading.md before final decision.

When not to use it

  • When the task involves direct investment buy/sell instructions
  • When the task involves medical diagnosis or treatment plans
  • When the task involves illegal, violent, or self-harm instructions

Limitations

  • Never output direct investment buy/sell instructions
  • Never output medical diagnosis or treatment plan
  • Refuse illegal, violent, or self-harm instructions

How it compares

This skill provides a structured, policy-driven decision with explicit constraints or alternatives, unlike a manual review that might lack consistent enforcement.

Compared to similar skills

oracle-safety-guardian side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
oracle-safety-guardian (this skill)06moNo flagsIntermediate
reverse-engineering-tools734moNo flagsAdvanced
game-hacking-techniques422moNo flagsAdvanced
solidity-security152moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

reverse-engineering-tools

gmh5225

Guide for reverse engineering tools and techniques used in game security research. Use this skill when working with debuggers, disassemblers, memory analysis tools, binary analysis, or decompilers for game security research.

73204

game-hacking-techniques

gmh5225

Guide for game hacking techniques and cheat development. Use this skill when researching memory manipulation, code injection, ESP/aimbot development, overlay rendering, or game exploitation methodologies.

42128

solidity-security

wshobson

Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart contracts, auditing existing contracts, or implementing security measures for blockchain applications.

15115

1password

openclaw

Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.

2799

senior-security

davila7

Comprehensive security engineering skill for application security, penetration testing, security architecture, and compliance auditing. Includes security assessment tools, threat modeling, crypto implementation, and security automation. Use when designing security architecture, conducting penetration tests, implementing cryptography, or performing security audits.

3191

ghidra

mitsuhiko

Reverse engineer binaries using Ghidra's headless analyzer. Decompile executables, extract functions, strings, symbols, and analyze call graphs without GUI.

16105

Search skills

Search the agent skills registry