Create, modify, or inspect Slack apps and bots via the Manifest API. Use when adding slash commands, updating scopes, changing bot settings, or creating new Slack apps on the swabby workspace.
Store, encrypt, decrypt, and rotate API keys, tokens, and credentials locally using AES-256-GCM encryption. Use this skill whenever the user mentions API keys, secrets, tokens, credentials, passwords, service accounts, or needs to securely store/retrieve sensitive values. Also triggers when other skills (cloud-provisioning, github, gitlab) need to persist credentials after onboarding.
Switch which Anthropic auth profile (OAuth token) OpenClaw uses. Use when the user asks to switch API keys, swap auth tokens, change which account is active, check which profile is in use, or troubleshoot rate limiting by switching to the backup account.
Onboard and provision compute credentials for AWS, Azure, and GCP. Use this skill whenever the user needs to set up cloud credentials, create IAM users or service accounts, configure service principals, or provision compute access on any major cloud platform. Walks through step-by-step onboarding with least-privilege policies and stores credentials via the secret-vault skill.
Browse and search a curated index of AI agent skills from a GitHub repo. Use when the user wants to find, list, browse, or install skills, or asks what skills are available.
macOS-only Raycast script to paste clipboard images into a terminal-based AI agent as file attachments. Use when the user wants to paste/attach a screenshot or clipboard image to a terminal agent like Claude Code. Requires macOS with Raycast installed.
Scaffold project environments with directory structure, configuration files, .env templates, and dependency manifests based on project type. Use this skill whenever the user wants to bootstrap a new project, create a project skeleton, scaffold an environment, set up a new repo structure, or generate boilerplate configuration.
Create GitHub repositories, push local code, manage Actions secrets, and configure repo settings. Use this skill whenever the user wants to create a GitHub repo, push code to GitHub, add GitHub Actions secrets, set up branch protection, generate CI/CD workflows, or manage any GitHub repository settings. Requires a GitHub Personal Access Token stored in secret-vault or GITHUB_TOKEN env var.