
konscious0beast skills on Remote OpenClaw
4 skills published by konscious0beast. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
error-recovery-automation
Standardizes detection and recovery of common OpenClaw failures: gateway unresponsiveness, browser service outages, cron scheduler issues, and memory search errors. Provides bash script templates and cron scheduling patterns to automate restart sequences with verification steps. Includes escalation logic when automated recovery fails.
external-ai-integration
Provides patterns for calling external AI models as tools within the assistant's own session. Supports browser-based LLMs (ChatGPT, Claude, Gemini) via Chrome Relay automation and Hugging Face models via direct Inference API calls. Control and context stay in the main session rather than being handed off to a sub-agent.
external-ki-integration-backup
Connects to external AI services, including ChatGPT, Claude, Gemini, and Hugging Face, through browser automation via Chrome Relay or direct API calls. Works with the user's existing logged-in sessions for free access, or with API keys for programmatic access.
cart-management
Patterns for managing shopping cart state in React apps. Covers duplicate prevention, localStorage persistence, and CartContext design. Centralizes cart logic to avoid scattered state across components.