{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ccsinfo",
    "name": "Ccsinfo",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/myakove/ccsinfo",
    "canonicalUrl": "https://clawhub.ai/myakove/ccsinfo",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ccsinfo",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ccsinfo",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/cli-commands.md",
      "scripts/ccs.sh",
      "scripts/install.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-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/ccsinfo"
    },
    "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/ccsinfo",
    "agentPageUrl": "https://openagent3.xyz/skills/ccsinfo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ccsinfo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ccsinfo/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": "ccsinfo - Claude Code Session Info",
        "body": "Access and analyze Claude Code session data from a remote ccsinfo server running on the user's machine.\n\nServer Repository: https://github.com/myk-org/ccsinfo"
      },
      {
        "title": "1. Server Setup (on the machine with Claude Code data)",
        "body": "The ccsinfo server must be running on the machine that has Claude Code session data.\n\nInstall and run the server:\n\n# Install ccsinfo\nuv tool install git+https://github.com/myk-org/ccsinfo.git\n\n# Start the server (accessible on LAN)\nccsinfo serve --host 0.0.0.0 --port 9999\n\nThe server reads Claude Code session data from ~/.claude/projects/ and exposes it via REST API.\n\nFor full server documentation, see: https://github.com/myk-org/ccsinfo"
      },
      {
        "title": "2. Client Setup (where this skill runs)",
        "body": "The ccsinfo CLI tool must be installed. Check if installed:\n\nwhich ccsinfo\n\nIf not installed, run the installation script:\n\nbash scripts/install.sh"
      },
      {
        "title": "3. Configuration",
        "body": "Set the CCSINFO_SERVER_URL environment variable to point to your server:\n\nexport CCSINFO_SERVER_URL=http://192.168.1.100:9999\n\nAdd this to your shell profile (.bashrc, .zshrc, etc.) to persist across sessions."
      },
      {
        "title": "Quick Start",
        "body": "All commands automatically connect to the remote server via $CCSINFO_SERVER_URL."
      },
      {
        "title": "List recent sessions",
        "body": "ccsinfo sessions list"
      },
      {
        "title": "Show session details (supports partial ID matching)",
        "body": "ccsinfo sessions show <session-id>"
      },
      {
        "title": "View conversation messages",
        "body": "ccsinfo sessions messages <session-id>"
      },
      {
        "title": "Search sessions by content",
        "body": "ccsinfo search sessions \"search term\""
      },
      {
        "title": "View global statistics",
        "body": "ccsinfo stats global"
      },
      {
        "title": "Inspect a specific session",
        "body": "List sessions to find the ID:\nccsinfo sessions list\n\n\n\nShow session details:\nccsinfo sessions show <id>\n\n\n\nView messages:\nccsinfo sessions messages <id>\n\n\n\nCheck tool calls:\nccsinfo sessions tools <id>"
      },
      {
        "title": "Find sessions by content",
        "body": "# Search across all sessions\nccsinfo search sessions \"refactor\"\n\n# Search message content\nccsinfo search messages \"fix bug\"\n\n# Search prompt history\nccsinfo search history \"implement feature\""
      },
      {
        "title": "Track tasks",
        "body": "# Show all pending tasks\nccsinfo tasks pending\n\n# List tasks for a session\nccsinfo tasks list -s <session-id>\n\n# Show specific task details\nccsinfo tasks show <task-id> -s <session-id>"
      },
      {
        "title": "View statistics and trends",
        "body": "# Overall usage stats\nccsinfo stats global\n\n# Daily activity breakdown\nccsinfo stats daily\n\n# Analyze trends over time\nccsinfo stats trends"
      },
      {
        "title": "Work with projects",
        "body": "# List all projects\nccsinfo projects list\n\n# Show project details\nccsinfo projects show <project-id>\n\n# Project statistics\nccsinfo projects stats <project-id>"
      },
      {
        "title": "Output Formats",
        "body": "Most commands support --json for machine-readable output:\n\nccsinfo sessions list --json\nccsinfo stats global --json\n\nThis is useful for parsing results programmatically or filtering with jq."
      },
      {
        "title": "Session ID Matching",
        "body": "Session IDs support partial matching - use the first few characters:\n\nccsinfo sessions show a1b2c3  # matches a1b2c3d4-e5f6-7890-abcd-ef1234567890"
      },
      {
        "title": "Reference",
        "body": "For complete command reference, see cli-commands.md."
      },
      {
        "title": "Check server connectivity",
        "body": "# Verify server URL is set\necho $CCSINFO_SERVER_URL\n\n# Test connection (list sessions)\nccsinfo sessions list"
      },
      {
        "title": "Verify installation",
        "body": "# Check if ccsinfo is installed\nwhich ccsinfo\n\n# Check version\nccsinfo --version"
      },
      {
        "title": "Reinstall if needed",
        "body": "bash scripts/install.sh"
      }
    ],
    "body": "ccsinfo - Claude Code Session Info\n\nAccess and analyze Claude Code session data from a remote ccsinfo server running on the user's machine.\n\nServer Repository: https://github.com/myk-org/ccsinfo\n\nRequirements\n1. Server Setup (on the machine with Claude Code data)\n\nThe ccsinfo server must be running on the machine that has Claude Code session data.\n\nInstall and run the server:\n\n# Install ccsinfo\nuv tool install git+https://github.com/myk-org/ccsinfo.git\n\n# Start the server (accessible on LAN)\nccsinfo serve --host 0.0.0.0 --port 9999\n\n\nThe server reads Claude Code session data from ~/.claude/projects/ and exposes it via REST API.\n\nFor full server documentation, see: https://github.com/myk-org/ccsinfo\n\n2. Client Setup (where this skill runs)\n\nThe ccsinfo CLI tool must be installed. Check if installed:\n\nwhich ccsinfo\n\n\nIf not installed, run the installation script:\n\nbash scripts/install.sh\n\n3. Configuration\n\nSet the CCSINFO_SERVER_URL environment variable to point to your server:\n\nexport CCSINFO_SERVER_URL=http://192.168.1.100:9999\n\n\nAdd this to your shell profile (.bashrc, .zshrc, etc.) to persist across sessions.\n\nQuick Start\n\nAll commands automatically connect to the remote server via $CCSINFO_SERVER_URL.\n\nList recent sessions\nccsinfo sessions list\n\nShow session details (supports partial ID matching)\nccsinfo sessions show <session-id>\n\nView conversation messages\nccsinfo sessions messages <session-id>\n\nSearch sessions by content\nccsinfo search sessions \"search term\"\n\nView global statistics\nccsinfo stats global\n\nCommon Workflows\nInspect a specific session\n\nList sessions to find the ID:\n\nccsinfo sessions list\n\n\nShow session details:\n\nccsinfo sessions show <id>\n\n\nView messages:\n\nccsinfo sessions messages <id>\n\n\nCheck tool calls:\n\nccsinfo sessions tools <id>\n\nFind sessions by content\n# Search across all sessions\nccsinfo search sessions \"refactor\"\n\n# Search message content\nccsinfo search messages \"fix bug\"\n\n# Search prompt history\nccsinfo search history \"implement feature\"\n\nTrack tasks\n# Show all pending tasks\nccsinfo tasks pending\n\n# List tasks for a session\nccsinfo tasks list -s <session-id>\n\n# Show specific task details\nccsinfo tasks show <task-id> -s <session-id>\n\nView statistics and trends\n# Overall usage stats\nccsinfo stats global\n\n# Daily activity breakdown\nccsinfo stats daily\n\n# Analyze trends over time\nccsinfo stats trends\n\nWork with projects\n# List all projects\nccsinfo projects list\n\n# Show project details\nccsinfo projects show <project-id>\n\n# Project statistics\nccsinfo projects stats <project-id>\n\nOutput Formats\n\nMost commands support --json for machine-readable output:\n\nccsinfo sessions list --json\nccsinfo stats global --json\n\n\nThis is useful for parsing results programmatically or filtering with jq.\n\nSession ID Matching\n\nSession IDs support partial matching - use the first few characters:\n\nccsinfo sessions show a1b2c3  # matches a1b2c3d4-e5f6-7890-abcd-ef1234567890\n\nReference\n\nFor complete command reference, see cli-commands.md.\n\nTroubleshooting\nCheck server connectivity\n# Verify server URL is set\necho $CCSINFO_SERVER_URL\n\n# Test connection (list sessions)\nccsinfo sessions list\n\nVerify installation\n# Check if ccsinfo is installed\nwhich ccsinfo\n\n# Check version\nccsinfo --version\n\nReinstall if needed\nbash scripts/install.sh"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/myakove/ccsinfo",
    "publisherUrl": "https://clawhub.ai/myakove/ccsinfo",
    "owner": "myakove",
    "version": "0.1.6",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ccsinfo",
    "downloadUrl": "https://openagent3.xyz/downloads/ccsinfo",
    "agentUrl": "https://openagent3.xyz/skills/ccsinfo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ccsinfo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ccsinfo/agent.md"
  }
}