From sundial-org-awesome-openclaw-skills-4
Accesses and manages Bitwarden/Vaultwarden vaults using rbw CLI. Retrieves passwords, lists/searches items, adds entries, and syncs securely after setup and unlock.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Interact with Bitwarden or Vaultwarden vaults using the `rbw` CLI.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Interact with Bitwarden or Vaultwarden vaults using the rbw CLI.
rbw config set email <your_email>
rbw config set baseurl <vault_url> # Optional, defaults to bitwarden.com
rbw login
Note: Login requires the Master Password and potentially 2FA (email/TOTP).
rbw unlock
Note: rbw caches the session key in the agent. If interactive input is required (pinentry), see if you can setup pinentry-curses (CLI-based pinentry) as the pinentry provider.
rbw listrbw get "Name"rbw get --full "Name"rbw search "query"rbw add ...rbw sync (Refresh vault)
Note: Always sync before getting details to ensure accuracy.The agent uses exec to run rbw commands.
tmux if rbw prompts for a password via pinentry-curses.rbw add may require EDITOR configuration or tmux.