{
  "schemaVersion": "1.0",
  "item": {
    "slug": "secret-manager",
    "name": "Secret Manager",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jswortz/secret-manager",
    "canonicalUrl": "https://clawhub.ai/jswortz/secret-manager",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/secret-manager",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=secret-manager",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "secret-manager.sh"
    ],
    "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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.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/secret-manager"
    },
    "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/secret-manager",
    "agentPageUrl": "https://openagent3.xyz/skills/secret-manager/agent",
    "manifestUrl": "https://openagent3.xyz/skills/secret-manager/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/secret-manager/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": "Secret Manager",
        "body": "A secure way to manage API keys for OpenClaw using the system keyring (GNOME Keyring / libsecret).\n\nThis skill provides a secret-manager CLI that:\n\nStores API keys securely using secret-tool.\nInjects them into your auth-profiles.json.\nPropagates them to systemd user environment.\nRestarts the OpenClaw Gateway service inside your Distrobox container."
      },
      {
        "title": "Installation",
        "body": "Ensure you have the dependencies:\n\nDebian/Ubuntu: sudo apt install libsecret-tools\nFedora: sudo dnf install libsecret\nArch: sudo pacman -S libsecret\n\nCopy the script to your path or run it directly."
      },
      {
        "title": "Configuration",
        "body": "The script uses default paths that work for most OpenClaw installations, but you can override them with environment variables:\n\nVariableDescriptionDefaultOPENCLAW_CONTAINERName of the Distrobox containerclawdbotOPENCLAW_HOMEPath to OpenClaw config directory~/.openclawSECRETS_ENV_FILEPath to an optional .env file to source~/.config/openclaw/secrets.env"
      },
      {
        "title": "Usage",
        "body": "List all configured keys:\n\nsecret-manager list\n\nSet a key (interactive prompt):\n\nsecret-manager OPENAI_API_KEY\n# (Paste key when prompted)\n\nSet a key (direct):\n\nsecret-manager DISCORD_BOT_TOKEN \"my-token-value\"\n\nSupported Keys:\n\nOPENAI_API_KEY\nGEMINI_API_KEY\nDISCORD_BOT_TOKEN\nGATEWAY_AUTH_TOKEN\nOLLAMA_API_KEY\nGIPHY_API_KEY\nGOOGLE_PLACES_API_KEY\nLINKEDIN_LI_AT\nLINKEDIN_JSESSIONID"
      }
    ],
    "body": "Secret Manager\n\nA secure way to manage API keys for OpenClaw using the system keyring (GNOME Keyring / libsecret).\n\nThis skill provides a secret-manager CLI that:\n\nStores API keys securely using secret-tool.\nInjects them into your auth-profiles.json.\nPropagates them to systemd user environment.\nRestarts the OpenClaw Gateway service inside your Distrobox container.\nInstallation\n\nEnsure you have the dependencies:\n\nDebian/Ubuntu: sudo apt install libsecret-tools\nFedora: sudo dnf install libsecret\nArch: sudo pacman -S libsecret\n\nCopy the script to your path or run it directly.\n\nConfiguration\n\nThe script uses default paths that work for most OpenClaw installations, but you can override them with environment variables:\n\nVariable\tDescription\tDefault\nOPENCLAW_CONTAINER\tName of the Distrobox container\tclawdbot\nOPENCLAW_HOME\tPath to OpenClaw config directory\t~/.openclaw\nSECRETS_ENV_FILE\tPath to an optional .env file to source\t~/.config/openclaw/secrets.env\nUsage\n\nList all configured keys:\n\nsecret-manager list\n\n\nSet a key (interactive prompt):\n\nsecret-manager OPENAI_API_KEY\n# (Paste key when prompted)\n\n\nSet a key (direct):\n\nsecret-manager DISCORD_BOT_TOKEN \"my-token-value\"\n\n\nSupported Keys:\n\nOPENAI_API_KEY\nGEMINI_API_KEY\nDISCORD_BOT_TOKEN\nGATEWAY_AUTH_TOKEN\nOLLAMA_API_KEY\nGIPHY_API_KEY\nGOOGLE_PLACES_API_KEY\nLINKEDIN_LI_AT\nLINKEDIN_JSESSIONID"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jswortz/secret-manager",
    "publisherUrl": "https://clawhub.ai/jswortz/secret-manager",
    "owner": "jswortz",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/secret-manager",
    "downloadUrl": "https://openagent3.xyz/downloads/secret-manager",
    "agentUrl": "https://openagent3.xyz/skills/secret-manager/agent",
    "manifestUrl": "https://openagent3.xyz/skills/secret-manager/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/secret-manager/agent.md"
  }
}