{
  "schemaVersion": "1.0",
  "item": {
    "slug": "tenk-connect",
    "name": "tenk-connect",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/OscarCode9/tenk-connect",
    "canonicalUrl": "https://clawhub.ai/OscarCode9/tenk-connect",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/tenk-connect",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tenk-connect",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/tenk.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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-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/tenk-connect"
    },
    "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/tenk-connect",
    "agentPageUrl": "https://openagent3.xyz/skills/tenk-connect/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tenk-connect/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tenk-connect/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "TenK Connect",
        "body": "Manage your TenK account (tenk.oventlabs.com) from your AI assistant.\nLog sessions, view skill progress, check stats, and track your path to 10,000 hours."
      },
      {
        "title": "Setup",
        "body": "On first use, run:\n\nbash <SKILL_DIR>/scripts/tenk.sh auth\n\nOpens a browser URL. User logs in with TenK credentials.\nCLI polls until approved. Token saved to ~/.config/tenk-connect/token (chmod 600)."
      },
      {
        "title": "Commands",
        "body": "tenk.sh auth                         Authenticate via OAuth Device Flow\ntenk.sh whoami                       Show logged-in user\ntenk.sh skills                       List all skills with accumulated hours\ntenk.sh stats                        Total hours and % progress toward 10,000h\ntenk.sh log <skill> <minutes> [note] Log a practice session\ntenk.sh streak                       Last activity per skill\ntenk.sh logout                       Clear saved token"
      },
      {
        "title": "Usage",
        "body": "Use <SKILL_DIR>/scripts/tenk.sh <command> for all operations."
      },
      {
        "title": "Auth check",
        "body": "Before any command, verify authentication:\n\nbash <SKILL_DIR>/scripts/tenk.sh whoami\n\nIf it fails, run auth first and show the user the link and code."
      },
      {
        "title": "Logging sessions",
        "body": "When the user says something like \"log 45 minutes of guitar\":\n\nRun tenk.sh skills to find the matching skill (fuzzy match on name)\nRun tenk.sh log <partial_name> <minutes> [optional note]\nConfirm with the returned result"
      },
      {
        "title": "Showing progress",
        "body": "When asked about progress, hours, or stats:\n\nRun tenk.sh stats for totals\nRun tenk.sh skills for per-skill breakdown"
      },
      {
        "title": "Notes",
        "body": "Tokens are valid for 7 days. Re-run auth if expired.\nSkill matching is case-insensitive and fuzzy on skill name.\nAuthorize URL: https://tenk.oventlabs.com/#/authorize/<code>\nAPI base: https://tenk.oventlabs.com/api\nRequires: curl and python3 (standard on macOS/Linux)"
      }
    ],
    "body": "TenK Connect\n\nManage your TenK account (tenk.oventlabs.com) from your AI assistant. Log sessions, view skill progress, check stats, and track your path to 10,000 hours.\n\nSetup\n\nOn first use, run:\n\nbash <SKILL_DIR>/scripts/tenk.sh auth\n\n\nOpens a browser URL. User logs in with TenK credentials. CLI polls until approved. Token saved to ~/.config/tenk-connect/token (chmod 600).\n\nCommands\ntenk.sh auth Authenticate via OAuth Device Flow\ntenk.sh whoami Show logged-in user\ntenk.sh skills List all skills with accumulated hours\ntenk.sh stats Total hours and % progress toward 10,000h\ntenk.sh log <skill> <minutes> [note] Log a practice session\ntenk.sh streak Last activity per skill\ntenk.sh logout Clear saved token\nUsage\n\nUse <SKILL_DIR>/scripts/tenk.sh <command> for all operations.\n\nAuth check\n\nBefore any command, verify authentication:\n\nbash <SKILL_DIR>/scripts/tenk.sh whoami\n\n\nIf it fails, run auth first and show the user the link and code.\n\nLogging sessions\n\nWhen the user says something like \"log 45 minutes of guitar\":\n\nRun tenk.sh skills to find the matching skill (fuzzy match on name)\nRun tenk.sh log <partial_name> <minutes> [optional note]\nConfirm with the returned result\nShowing progress\n\nWhen asked about progress, hours, or stats:\n\nRun tenk.sh stats for totals\nRun tenk.sh skills for per-skill breakdown\nNotes\nTokens are valid for 7 days. Re-run auth if expired.\nSkill matching is case-insensitive and fuzzy on skill name.\nAuthorize URL: https://tenk.oventlabs.com/#/authorize/<code>\nAPI base: https://tenk.oventlabs.com/api\nRequires: curl and python3 (standard on macOS/Linux)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/OscarCode9/tenk-connect",
    "publisherUrl": "https://clawhub.ai/OscarCode9/tenk-connect",
    "owner": "OscarCode9",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/tenk-connect",
    "downloadUrl": "https://openagent3.xyz/downloads/tenk-connect",
    "agentUrl": "https://openagent3.xyz/skills/tenk-connect/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tenk-connect/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tenk-connect/agent.md"
  }
}