{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ssh-op",
    "name": "SSH OP",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/moodykong/ssh-op",
    "canonicalUrl": "https://clawhub.ai/moodykong/ssh-op",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ssh-op",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ssh-op",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "config.env",
      "references/onboarding.md",
      "scripts/ensure_ssh_config.py",
      "scripts/onboard.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/ssh-op"
    },
    "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/ssh-op",
    "agentPageUrl": "https://openagent3.xyz/skills/ssh-op/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ssh-op/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ssh-op/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": "ssh-op",
        "body": "ssh-op is a wrapper around ssh that:\n\nensures an ssh-agent exists for the current shell\nloads an SSH key from 1Password via op read ... | ssh-add -\nthen execs ssh with your arguments"
      },
      {
        "title": "Prerequisites",
        "body": "Fail-fast checks you can run:\n\ncommand -v op ssh ssh-agent ssh-add\nop whoami\n\nIf op whoami fails:\n\nSign in to 1Password CLI (desktop integration / account sign-in), or\nIf using a service account flow, ensure OP_SERVICE_ACCOUNT_TOKEN is set."
      },
      {
        "title": "Configuration (portable)",
        "body": "Machine-specific config lives alongside the skill:\n\nExample (do not edit): ~/.openclaw/skills/ssh-op/config.env.example\nReal (machine-specific): ~/.openclaw/skills/ssh-op/config.env\n\nRequired keys:\n\nSSH_OP_VAULT_NAME — 1Password vault containing the key\nSSH_OP_ITEM_TITLE — 1Password item title\n\nOptional keys:\n\nSSH_OP_KEY_FIELD — defaults to private key\nSSH_OP_KEY_FINGERPRINT_SHA256 — if set, skip re-loading when already in ssh-agent\nSSH_OP_HOSTS_FILE — defaults to hosts.conf (ssh config snippet filename)\n\nSSH host entries (optional) live in:\n\n~/.openclaw/skills/ssh-op/hosts.conf"
      },
      {
        "title": "Preferred (chat-first)",
        "body": "Because the primary interface is chat (Telegram), the preferred onboarding flow is:\n\nAsk Boss the required questions in chat.\nWrite the real config file: config.env.\nRun a smoke test (e.g. ssh-op --help and a safe ssh-op -T <alias>)."
      },
      {
        "title": "Optional (terminal)",
        "body": "If you are running in a real terminal, you can use the interactive onboarding script:\n\n~/.openclaw/skills/ssh-op/scripts/onboard.sh\n\n(If you want a step-by-step runbook, see references/onboarding.md.)"
      },
      {
        "title": "1) Put the executable on PATH",
        "body": "Canonical executable lives inside the skill:\n\n~/.openclaw/skills/ssh-op/scripts/ssh-op\n\nFor convenience, create a symlink:\n\nmkdir -p ~/.local/bin\nln -sf ~/.openclaw/skills/ssh-op/scripts/ssh-op ~/.local/bin/ssh-op"
      },
      {
        "title": "2) Configure which key to load",
        "body": "Run onboarding to populate the real config:\n\n~/.openclaw/skills/ssh-op/scripts/onboard.sh\n\n(Or edit config.env manually and set SSH_OP_VAULT_NAME / SSH_OP_ITEM_TITLE.)\n\nThen validate:\n\nssh-op --help\n# try a safe ssh command (or any host alias you have configured)\nssh-op -T <host-alias>"
      },
      {
        "title": "3) (Optional) Manage ~/.ssh/config host aliases",
        "body": "Put desired Host entries in hosts.conf\nApply them idempotently (adds/updates a managed block):\n\n~/.openclaw/skills/ssh-op/scripts/ensure_ssh_config.py\n\nThis will update ~/.ssh/config between:\n\n# BEGIN ssh-op (managed)\n# END ssh-op (managed)"
      },
      {
        "title": "Usage",
        "body": "ssh-op <ssh-args...>\n\nExamples:\n\nssh-op my-host-alias\nssh-op -T my-host-alias\nssh-op -L 8080:localhost:8080 my-host-alias"
      },
      {
        "title": "Notes / behavior",
        "body": "No private key is written to disk.\nssh-agent lifetime is tied to the current shell unless you export SSH_AUTH_SOCK / SSH_AGENT_PID."
      },
      {
        "title": "Executables / bin placement",
        "body": "Keep the canonical executable in the skill folder (scripts/ssh-op).\nUse a symlink (e.g. ~/.local/bin/ssh-op) for convenience."
      }
    ],
    "body": "ssh-op\n\nssh-op is a wrapper around ssh that:\n\nensures an ssh-agent exists for the current shell\nloads an SSH key from 1Password via op read ... | ssh-add -\nthen execs ssh with your arguments\nPrerequisites\n\nFail-fast checks you can run:\n\ncommand -v op ssh ssh-agent ssh-add\nop whoami\n\n\nIf op whoami fails:\n\nSign in to 1Password CLI (desktop integration / account sign-in), or\nIf using a service account flow, ensure OP_SERVICE_ACCOUNT_TOKEN is set.\nConfiguration (portable)\n\nMachine-specific config lives alongside the skill:\n\nExample (do not edit): ~/.openclaw/skills/ssh-op/config.env.example\nReal (machine-specific): ~/.openclaw/skills/ssh-op/config.env\n\nRequired keys:\n\nSSH_OP_VAULT_NAME — 1Password vault containing the key\nSSH_OP_ITEM_TITLE — 1Password item title\n\nOptional keys:\n\nSSH_OP_KEY_FIELD — defaults to private key\nSSH_OP_KEY_FINGERPRINT_SHA256 — if set, skip re-loading when already in ssh-agent\nSSH_OP_HOSTS_FILE — defaults to hosts.conf (ssh config snippet filename)\n\nSSH host entries (optional) live in:\n\n~/.openclaw/skills/ssh-op/hosts.conf\nInitialization / installation / onboarding\nPreferred (chat-first)\n\nBecause the primary interface is chat (Telegram), the preferred onboarding flow is:\n\nAsk Boss the required questions in chat.\nWrite the real config file: config.env.\nRun a smoke test (e.g. ssh-op --help and a safe ssh-op -T <alias>).\nOptional (terminal)\n\nIf you are running in a real terminal, you can use the interactive onboarding script:\n\n~/.openclaw/skills/ssh-op/scripts/onboard.sh\n\n\n(If you want a step-by-step runbook, see references/onboarding.md.)\n\n1) Put the executable on PATH\n\nCanonical executable lives inside the skill:\n\n~/.openclaw/skills/ssh-op/scripts/ssh-op\n\nFor convenience, create a symlink:\n\nmkdir -p ~/.local/bin\nln -sf ~/.openclaw/skills/ssh-op/scripts/ssh-op ~/.local/bin/ssh-op\n\n2) Configure which key to load\n\nRun onboarding to populate the real config:\n\n~/.openclaw/skills/ssh-op/scripts/onboard.sh\n\n\n(Or edit config.env manually and set SSH_OP_VAULT_NAME / SSH_OP_ITEM_TITLE.)\n\nThen validate:\n\nssh-op --help\n# try a safe ssh command (or any host alias you have configured)\nssh-op -T <host-alias>\n\n3) (Optional) Manage ~/.ssh/config host aliases\nPut desired Host entries in hosts.conf\nApply them idempotently (adds/updates a managed block):\n~/.openclaw/skills/ssh-op/scripts/ensure_ssh_config.py\n\n\nThis will update ~/.ssh/config between:\n\n# BEGIN ssh-op (managed)\n# END ssh-op (managed)\nUsage\nssh-op <ssh-args...>\n\n\nExamples:\n\nssh-op my-host-alias\nssh-op -T my-host-alias\nssh-op -L 8080:localhost:8080 my-host-alias\n\nNotes / behavior\nNo private key is written to disk.\nssh-agent lifetime is tied to the current shell unless you export SSH_AUTH_SOCK / SSH_AGENT_PID.\nExecutables / bin placement\nKeep the canonical executable in the skill folder (scripts/ssh-op).\nUse a symlink (e.g. ~/.local/bin/ssh-op) for convenience."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/moodykong/ssh-op",
    "publisherUrl": "https://clawhub.ai/moodykong/ssh-op",
    "owner": "moodykong",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ssh-op",
    "downloadUrl": "https://openagent3.xyz/downloads/ssh-op",
    "agentUrl": "https://openagent3.xyz/skills/ssh-op/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ssh-op/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ssh-op/agent.md"
  }
}