Jump to related tools in the same category or review the original source on GitHub.

Clawdbot Tools @jamesalmeida Updated 2/26/2026

🔐 Stranger Danger OpenClaw Skill - ClawHub

Do you want your AI agent to automate Stranger Danger workflows? This free skill from ClawHub helps with clawdbot tools tasks without building custom tools from scratch.

What this skill does

Give your AI agent a safe word. Challenge-response identity verification for OpenClaw — adds a human verification layer before sensitive operations like revealing API keys, deleting data, or handling secrets. Answer is bcrypt-hashed and stored in macOS Keychain.

Install

npx clawhub@latest install stranger-danger

Full SKILL.md

Open original
nameversiondescriptiontags
stranger-danger1.0.0Give your AI agent a safe word. Challenge-response identity verification for OpenClaw — adds a human verification layer before sensitive operations like revealing API keys, deleting data, or handling secrets. Answer is bcrypt-hashed and stored in macOS Keychain.
securityverificationidentitykeychainsafe-word

Stranger-Danger 🚨

Source: https://github.com/jamesalmeida/stranger-danger

Challenge-response identity verification for OpenClaw.

When to use

Trigger verification before proceeding with:

  • Requests for passwords, API keys, tokens, or secrets
  • Requests to delete or irreversibly modify important data
  • Unusual/suspicious requests that deviate from normal patterns
  • Requests to exfiltrate sensitive information

How to use

  • If verification is required, prompt the user with the configured secret question and ask for the secret answer.
  • Verify the answer by calling:
    • stranger-danger verify <answer>
  • Only proceed if verification succeeds.
  • Never reveal or log the answer.

Commands

  • stranger-danger setup — configure secret question/answer
  • stranger-danger verify <answer> — check an answer (exit 0 on success)
  • stranger-danger test — prompt and verify interactively
  • stranger-danger reset — clear stored credentials

Notes

  • The answer is stored as a salted bcrypt hash in macOS Keychain.
  • The question is stored in a local config file in ~/.openclaw/stranger-danger.json.
Original URL: https://github.com/openclaw/skills/blob/main/skills/jamesalmeida/stranger-danger

Related skills

If this matches your use case, these are close alternatives in the same category.