发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Account & File Commands
List connected BYO and hosted accounts in your scope. Use this to discover account IDs for posting.
genviral Partner API Skill
> **TL;DR:** Wraps genviral's Partner API into 50+ bash commands. Core flow: `get-pack` → analyze images (metadata + vision) → `generate` with `pinned_images` → `render` → visual review (hard gate) → `create-post` → log to `workspace/performance/log.json`. Studio AI: `studio-models` → `studio-generate-image` (sync) or `studio-generate-video` → `studio-video-status --poll` (async). Auth via `GENVIRAL_API_KEY`. Config in `defaults.yaml`. Instance data in `workspace/`.
Bitwarden CLI
Manage credentials in Bitwarden vault. Follow the official CLI docs — don't guess commands.
Changelog
- Documented the skill for publication (README + metadata). - Added prompt for safer summaries and spelled out the command usage. - Bumped the package version in preparation for ClawHub publishing.
Bitwarden & Vaultwarden
Bitwarden/Vaultwarden CLI (`bw`) wrapper with automatic login, session caching, and convenient commands. Works seamlessly with both official Bitwarden (vault.bitwarden.com) and self-hosted Vaultwarden instances.
Bitwarden & Vaultwarden
Bitwarden/Vaultwarden CLI (`bw`) wrapper with automatic login, session caching, and convenient commands. Works seamlessly with both official Bitwarden (vault.bitwarden.com) and self-hosted Vaultwarden instances.
Odoo ERP Connector
Full-featured Odoo 17/18/19 ERP integration for OpenClaw. Control your entire business via natural language chat commands.
Ecto Connection Skill
One-command setup to expose OpenClaw to the internet via Tailscale Funnel with secure authentication.
Security Audit
One command to audit your entire skill stack. Chains together arc-skill-scanner, arc-trust-verifier, and generates a comprehensive risk report with prioritized findings.
GitHub CLI (gh)
Use `gh` for authenticated GitHub operations from the terminal. Prefer explicit, idempotent commands and report URLs back to the user.
Output schema (informal)
All commands return JSON: `{ ok, data | error }`.
Troubleshooting
- Ensure Xcode / Command Line Tools are installed. - Ensure the correct developer dir is selected: - `xcode-select -p` to view - `sudo xcode-select -s /Applications/Xcode.app` (or your Xcode path) - Run first-launch component install: