A challenge-response identity verification skill that adds a human-in-the-loop security layer before your AI agent performs sensitive operations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install stranger-danger
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install stranger-danger using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Stranger-Danger provides a robust security gate for AI agents by implementing a safe word or challenge-response system. It ensures that sensitive operations—such as revealing API keys, deleting databases, or accessing passwords—are only executed after the user provides the correct answer to a predefined secret question. This adds a critical layer of protection against accidental data loss or unauthorized access during automated workflows within Openclaw Skills.
Built with security-first principles, the skill integrates directly with the macOS Keychain to store verification data safely. This prevents sensitive credentials from being stored in plain text and ensures that Openclaw Skills can operate with a high degree of trust even when handling privileged information.
To begin securing your Openclaw Skills with identity verification, follow these installation steps:
# Install the skill via your preferred package manager
npm install stranger-danger
# Configure your secret question and answer
stranger-danger setup
# Run a test to ensure the macOS Keychain integration is working correctly
stranger-danger test
| Component | Storage Location | Security Method |
|---|---|---|
| Secret Answer Hash | macOS Keychain | Salted bcrypt hash |
| Secret Question | ~/.openclaw/stranger-danger.json | JSON configuration |
| CLI Dependencies | System Binaries | node, security (macOS) |
Loading
A robust tool for capturing, transcribing, and summarizing live or archived X/Twitter Spaces using advanced AI models.

A persistent context layer that connects your AI agent to Konteks for shared memory, task management, and project organization.

A multi-platform content downloader and archiver that preserves videos, transcripts, and AI-generated summaries from social media.

Bridges your local OpenClaw Gateway to the FastClaw iOS app via Convex real-time cloud synchronization.

A specialized automation suite that synchronizes email communication, ClickUp project management, and Pipedrive CRM for composite manufacturing workflows.

An integrated system for searching, cloning, and cataloging GitHub repositories within a local knowledge base.








































