A deterministic framework for standardizing API credential handling and startup authentication checks to prevent session regressions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install auth-guard
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 auth-guard using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Auth Guard is a technical framework designed to enforce a strict and predictable path for API authentication within AI agent environments. By utilizing this component of Openclaw Skills, developers can ensure that agents follow a single credential source hierarchy, eliminating common issues like intermittent 401/403 errors after restarts or lost session states.
The skill shifts away from ad-hoc curl calls and hardcoded secrets, favoring a centralized approach where credentials are sourced from environment variables or secure configuration files. It introduces a mandatory startup check pattern that verifies endpoint access before any core logic is executed, providing a more resilient foundation for complex agentic workflows.
Ensure the agent environment has the required dependencies installed. You can verify the runtime requirements for these Openclaw Skills with the following command:
command -v bash curl python3 >/dev/null
To initiate a startup auth check, use the provided script template:
bash skills/auth-guard/scripts/auth_check.sh \
--service <service-name> \
--url '<auth-probe-url>' \
--env-var <SECRET_ENV_VAR> \
--cred-file "$HOME/.config/<service>/credentials.json"
Auth Guard organizes its operations around a clear hierarchy and workspace structure to maintain security and portability:
| Component | Location / Logic |
|---|---|
| Credential Priority | 1. Environment Variables, 2. ~/.config/ |
| Helper Scripts | Stored in workspace/.pi/ for session-wide accessibility |
| Policy Snippets | Defined in references/snippets.md for HEARTBEAT integration |
| Auth Outcomes | Returns AUTH_OK, AUTH_MISSING, or AUTH_FAIL_* for logic branching |
All secrets are strictly handled in memory or through protected files and are never exposed in logs or chat responses.
Loading
A professional open-source market making framework for AI agents supporting multi-exchange grid trading and real-time market data.

An automated grid trading engine for OpenMM that executes buy and sell orders around a center price to capture market volatility.

An interactive configuration guide for setting up secure API credentials and environment variables for the OpenMM trading framework.

Advanced context management for DeepSeek models featuring auto-compaction and dynamic relevance-based optimization.

A security-focused static analysis tool that scans Openclaw Skills for potential vulnerabilities, malicious patterns, and data exfiltration risks.

A real-time momentum scoring and market intelligence engine for over 6,500 stocks and crypto assets.








































