A security auditing tool designed to detect exposed credentials, improper file permissions, and git contamination within AI agent environments.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install credential-hygiene-validator
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 credential-hygiene-validator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Credential Hygiene Validator is a specialized security utility built to maintain the integrity of sensitive information within your Openclaw Skills ecosystem. It systematically scans configuration files and dotfile directories to identify common security pitfalls, such as world-readable permissions or hardcoded API keys. By identifying these vulnerabilities before they lead to incidents, this tool ensures that your automated workflows remain secure and compliant with modern security standards.
This skill is essential for developers who manage multiple API integrations and want to ensure their environment follows the principle of least privilege. Whether you are checking for JWT exposure or verifying that your configuration isn't being tracked by version control, this validator provides a comprehensive safety net for your Openclaw Skills deployment.
To utilize this skill, ensure your environment has the necessary binaries installed: grep, stat, and git. Most Unix-based systems include these by default. No additional installation is required if you are already running Openclaw Skills.
# Verify dependencies are available
stat --version
grep --version
git --version
# Ensure your config directory is accessible
ls -d ~/.openclaw
The skill operates as a read-only validator and generates reports based on the existing file structure of your environment. It focuses on the following data points:
| Data Point | Target Path | Validation Logic |
|---|---|---|
| Permissions | ~/.openclaw/openclaw.json |
Checks for octal 600 or 700 |
| Plaintext Tokens | ~/.openclaw/ |
Regex match for hex, JWT, and Bearer strings |
| Git Exposure | Config directory | git rev-parse to detect repository root |
| Leakage | ~/.openclaw/logs/*.log |
Scans log output for sensitive token patterns |
| Rotation Status | Config files | Evaluates modification time vs 90-day threshold |
Loading
Register sovereign domains like .badass and .forever as ERC-721 NFTs on Ethereum mainnet using Impervious Domains contracts.

An automated workflow to scrape Facebook posts, rewrite them with AI, generate custom visuals, and publish to Facebook Pages.

A bridge utility that converts Markdown files into fully editable Google Docs by automating the DOCX conversion and Drive upload workflow.

A comprehensive web data extraction tool for OpenClaw that enables multi-threaded crawling, search engine integration, and structured scraping.

A diagnostic tool for testing if HTTP endpoints correctly enforce rate limiting and provide standard throttling headers.

A lightweight, bidirectional LAN file sharing solution that allows AI agents and users to exchange files over a local network without internet access.








































