{
  "schemaVersion": "1.0",
  "item": {
    "slug": "bitwarden-secrets",
    "name": "Bitwarden Secrets",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ClawBow/bitwarden-secrets",
    "canonicalUrl": "https://clawhub.ai/ClawBow/bitwarden-secrets",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/bitwarden-secrets",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bitwarden-secrets",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/vw_bootstrap.sh",
      "scripts/vw_cli.py",
      "scripts/vw_env_export.sh",
      "setup-checklist.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/bitwarden-secrets"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/bitwarden-secrets",
    "agentPageUrl": "https://openagent3.xyz/skills/bitwarden-secrets/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bitwarden-secrets/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bitwarden-secrets/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Bitwarden Secrets (safe-by-default)",
        "body": "Use this skill to interact with Bitwarden/Vaultwarden through bw while minimizing accidental secret leakage."
      },
      {
        "title": "Prerequisites",
        "body": "bw CLI installed.\nServer configured (bw config server <url>).\nLogged in (bw login --apikey) and unlocked (bw unlock) so BW_SESSION is available."
      },
      {
        "title": "Commands",
        "body": "cd skills/bitwarden-secrets\npython3 scripts/vw_cli.py status\npython3 scripts/vw_cli.py sync\npython3 scripts/vw_cli.py search --query google\npython3 scripts/vw_cli.py get --id <item_id>"
      },
      {
        "title": "Bootstrap helper (optional)",
        "body": "Load runtime vars + refresh session + sync in one step:\n\nsource scripts/vw_bootstrap.sh\n# or after shell reload:\nvw-openclaw-ready"
      },
      {
        "title": "Reveal (explicit only)",
        "body": "By default, do not reveal secret values in chat.\nUse reveal only with explicit user consent and temporary policy override:\n\nexport VW_REVEAL_ALLOW=1\npython3 scripts/vw_cli.py reveal --id <item_id> --field password --confirm YES_REVEAL\nunset VW_REVEAL_ALLOW"
      },
      {
        "title": "Safety policy",
        "body": "Default outputs are redacted/metadata-only.\nNo bulk secret dumps.\nPrefer IDs + labels and retrieve only the minimum needed field.\nReveal requires BOTH VW_REVEAL_ALLOW=1 and --confirm YES_REVEAL."
      }
    ],
    "body": "Bitwarden Secrets (safe-by-default)\n\nUse this skill to interact with Bitwarden/Vaultwarden through bw while minimizing accidental secret leakage.\n\nPrerequisites\nbw CLI installed.\nServer configured (bw config server <url>).\nLogged in (bw login --apikey) and unlocked (bw unlock) so BW_SESSION is available.\nCommands\ncd skills/bitwarden-secrets\npython3 scripts/vw_cli.py status\npython3 scripts/vw_cli.py sync\npython3 scripts/vw_cli.py search --query google\npython3 scripts/vw_cli.py get --id <item_id>\n\nBootstrap helper (optional)\n\nLoad runtime vars + refresh session + sync in one step:\n\nsource scripts/vw_bootstrap.sh\n# or after shell reload:\nvw-openclaw-ready\n\nReveal (explicit only)\n\nBy default, do not reveal secret values in chat. Use reveal only with explicit user consent and temporary policy override:\n\nexport VW_REVEAL_ALLOW=1\npython3 scripts/vw_cli.py reveal --id <item_id> --field password --confirm YES_REVEAL\nunset VW_REVEAL_ALLOW\n\nSafety policy\nDefault outputs are redacted/metadata-only.\nNo bulk secret dumps.\nPrefer IDs + labels and retrieve only the minimum needed field.\nReveal requires BOTH VW_REVEAL_ALLOW=1 and --confirm YES_REVEAL."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ClawBow/bitwarden-secrets",
    "publisherUrl": "https://clawhub.ai/ClawBow/bitwarden-secrets",
    "owner": "ClawBow",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/bitwarden-secrets",
    "downloadUrl": "https://openagent3.xyz/downloads/bitwarden-secrets",
    "agentUrl": "https://openagent3.xyz/skills/bitwarden-secrets/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bitwarden-secrets/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bitwarden-secrets/agent.md"
  }
}