ClawAPI provides a native macOS UI to add and manage API keys and to switch active AI models for OpenClaw. It centralizes provider credentials into the macOS Keychain (with a sync copy for OpenClaw), validates config before writing, and offers one-click model selection across many providers. The app is signed and notarized for macOS and includes safety measures like JSON validation and automatic backups.
Use ClawAPI when you want non-technical users or developers to manage API keys and choose models without editing config files manually. It's useful for desktops running OpenClaw where Touch ID/Keychain support simplifies secure key management and for developers who need quick model switch testing.
Desktop/macOS environments and OpenClaw agent integrations that read auth-profiles.json; useful for agents that need dynamic model switching and secure key access.
ClawAPI is a native macOS app for switching AI models and managing API keys in OpenClaw, with Touch ID protection and support for 16 providers. No bundled scripts to test — the skill is essentially a documentation/install pointer for a macOS .app. Security concern: the install method uses curl|bash, though the script does verify SHA-256 checksums. The app also checks for updates from raw.githubusercontent.com without explicit user confirmation.
Skill is a well-documented launcher for a macOS native app. The curl|bash install is the main security concern; the project mitigates partially with SHA-256 checksums and Apple notarization. No scripts to execute or analyze statically. The SKILL.md itself is clean and informative.