{
  "schemaVersion": "1.0",
  "item": {
    "slug": "dessix-skill",
    "name": "Dessix Skill",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/xiangst0816/dessix-skill",
    "canonicalUrl": "https://clawhub.ai/xiangst0816/dessix-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/dessix-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dessix-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "eslint.config.mjs",
      "package-lock.json",
      "package.json",
      "references/dessix-tools.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. 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/dessix-skill"
    },
    "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/dessix-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/dessix-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dessix-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dessix-skill/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": "Dessix Skill",
        "body": "Call the local Dessix bridge directly through a line-delimited JSON socket protocol.\n\nUse scripts/dessix-bridge.mjs for all requests instead of re-implementing socket logic."
      },
      {
        "title": "Workflow",
        "body": "(Optional) Locate bundled MCP script path dynamically:\n\nnode scripts/dessix-bridge.mjs locate-mcp-script\n\nVerify the bridge is reachable:\n\nnode scripts/dessix-bridge.mjs health\n\nList workspaces:\n\nnode scripts/dessix-bridge.mjs invoke \\\n  --tool dessix_list_workspaces \\\n  --args '{}'\n\nCall target tool with JSON args:\n\nnode scripts/dessix-bridge.mjs invoke \\\n  --tool dessix_search_blocks \\\n  --args '{\"query\":\"MCP\",\"limit\":10}'\n\nRead a Skill prompt from an Action/Scene block:\n\nnode scripts/dessix-bridge.mjs invoke \\\n  --tool dessix_get_skill \\\n  --args '{\"block_id\":\"<BLOCK_ID>\"}'"
      },
      {
        "title": "Notes",
        "body": "Start Dessix desktop app first. The bridge is served by the Electron app process.\nTo discover bundled MCP script path at runtime, use node scripts/dessix-bridge.mjs locate-mcp-script.\n\nOverride auto-detection with DESSIX_MCP_SCRIPT_PATH (or --mcpScriptPath <path>).\nCurrent built-in candidates include:\n\nmacOS: /Applications/Dessix.app/Contents/Resources/electron/compiled/dessix-mcp.js\nWindows: %LOCALAPPDATA%\\\\Programs\\\\Dessix\\\\resources\\\\electron\\\\compiled\\\\dessix-mcp.js\n\n\n\n\nIf DESSIX_MCP_BRIDGE_ENDPOINT is unset, this bridge client uses platform endpoint defaults:\n\nmacOS/Linux: ~/.dessix/mcp/dessix-mcp-bridge.sock\nWindows: \\\\\\\\.\\\\pipe\\\\dessix-mcp-bridge\n\n\nUse compact JSON for --args. Invalid JSON fails fast.\nRead references/dessix-tools.md for tool names and argument templates."
      },
      {
        "title": "Multi-Step Workflows",
        "body": "Combine tools to achieve higher-level goals. Validate outputs before any write."
      },
      {
        "title": "Skill Discovery",
        "body": "Build a skill map for the current workspace (read-only):\n\nnode scripts/dessix-bridge.mjs invoke --tool dessix_get_current_workspace --args '{}'\nnode scripts/dessix-bridge.mjs invoke --tool dessix_search_blocks --args '{\"types\":[\"Action\",\"Scene\"],\"limit\":100}'\n# for each block_id in results:\nnode scripts/dessix-bridge.mjs invoke --tool dessix_get_skill --args '{\"block_id\":\"<BLOCK_ID>\"}'"
      },
      {
        "title": "Topic to Skill Draft",
        "body": "Turn a discussion thread into a reusable Action/Scene block:\n\nnode scripts/dessix-bridge.mjs invoke --tool dessix_get_topic_context --args '{\"topic_id\":\"<THREAD_BLOCK_ID>\"}'\nnode scripts/dessix-bridge.mjs invoke --tool dessix_search_blocks --args '{\"semantic\":\"related skills and constraints\",\"limit\":20}'\n# draft title+content from combined context, then:\nnode scripts/dessix-bridge.mjs invoke --tool dessix_create_block --args '{\"patch\":{\"type\":\"Action\",\"title\":\"<TITLE>\",\"content\":\"<CONTENT>\"}}'"
      },
      {
        "title": "Skill Maintenance",
        "body": "Find and refresh stale skill blocks:\n\nnode scripts/dessix-bridge.mjs invoke --tool dessix_search_blocks --args '{\"query\":\"skill\",\"types\":[\"Action\",\"Scene\"],\"limit\":50}'\nnode scripts/dessix-bridge.mjs invoke --tool dessix_read_block --args '{\"block_id\":\"<BLOCK_ID>\"}'\n# compare current state, then patch:\nnode scripts/dessix-bridge.mjs invoke --tool dessix_update_block --args '{\"block_id\":\"<BLOCK_ID>\",\"patch\":{\"title\":\"<UPDATED>\",\"content\":\"<UPDATED>\"}}'"
      },
      {
        "title": "Safety",
        "body": "Run read-only workflows first; escalate to writes only after validating block_id and result counts.\nCompact JSON only for --args."
      }
    ],
    "body": "Dessix Skill\n\nCall the local Dessix bridge directly through a line-delimited JSON socket protocol.\n\nUse scripts/dessix-bridge.mjs for all requests instead of re-implementing socket logic.\n\nWorkflow\n(Optional) Locate bundled MCP script path dynamically:\nnode scripts/dessix-bridge.mjs locate-mcp-script\n\nVerify the bridge is reachable:\nnode scripts/dessix-bridge.mjs health\n\nList workspaces:\nnode scripts/dessix-bridge.mjs invoke \\\n  --tool dessix_list_workspaces \\\n  --args '{}'\n\nCall target tool with JSON args:\nnode scripts/dessix-bridge.mjs invoke \\\n  --tool dessix_search_blocks \\\n  --args '{\"query\":\"MCP\",\"limit\":10}'\n\nRead a Skill prompt from an Action/Scene block:\nnode scripts/dessix-bridge.mjs invoke \\\n  --tool dessix_get_skill \\\n  --args '{\"block_id\":\"<BLOCK_ID>\"}'\n\nNotes\nStart Dessix desktop app first. The bridge is served by the Electron app process.\nTo discover bundled MCP script path at runtime, use node scripts/dessix-bridge.mjs locate-mcp-script.\nOverride auto-detection with DESSIX_MCP_SCRIPT_PATH (or --mcpScriptPath <path>).\nCurrent built-in candidates include:\nmacOS: /Applications/Dessix.app/Contents/Resources/electron/compiled/dessix-mcp.js\nWindows: %LOCALAPPDATA%\\\\Programs\\\\Dessix\\\\resources\\\\electron\\\\compiled\\\\dessix-mcp.js\nIf DESSIX_MCP_BRIDGE_ENDPOINT is unset, this bridge client uses platform endpoint defaults:\nmacOS/Linux: ~/.dessix/mcp/dessix-mcp-bridge.sock\nWindows: \\\\\\\\.\\\\pipe\\\\dessix-mcp-bridge\nUse compact JSON for --args. Invalid JSON fails fast.\nRead references/dessix-tools.md for tool names and argument templates.\nMulti-Step Workflows\n\nCombine tools to achieve higher-level goals. Validate outputs before any write.\n\nSkill Discovery\n\nBuild a skill map for the current workspace (read-only):\n\nnode scripts/dessix-bridge.mjs invoke --tool dessix_get_current_workspace --args '{}'\nnode scripts/dessix-bridge.mjs invoke --tool dessix_search_blocks --args '{\"types\":[\"Action\",\"Scene\"],\"limit\":100}'\n# for each block_id in results:\nnode scripts/dessix-bridge.mjs invoke --tool dessix_get_skill --args '{\"block_id\":\"<BLOCK_ID>\"}'\n\nTopic to Skill Draft\n\nTurn a discussion thread into a reusable Action/Scene block:\n\nnode scripts/dessix-bridge.mjs invoke --tool dessix_get_topic_context --args '{\"topic_id\":\"<THREAD_BLOCK_ID>\"}'\nnode scripts/dessix-bridge.mjs invoke --tool dessix_search_blocks --args '{\"semantic\":\"related skills and constraints\",\"limit\":20}'\n# draft title+content from combined context, then:\nnode scripts/dessix-bridge.mjs invoke --tool dessix_create_block --args '{\"patch\":{\"type\":\"Action\",\"title\":\"<TITLE>\",\"content\":\"<CONTENT>\"}}'\n\nSkill Maintenance\n\nFind and refresh stale skill blocks:\n\nnode scripts/dessix-bridge.mjs invoke --tool dessix_search_blocks --args '{\"query\":\"skill\",\"types\":[\"Action\",\"Scene\"],\"limit\":50}'\nnode scripts/dessix-bridge.mjs invoke --tool dessix_read_block --args '{\"block_id\":\"<BLOCK_ID>\"}'\n# compare current state, then patch:\nnode scripts/dessix-bridge.mjs invoke --tool dessix_update_block --args '{\"block_id\":\"<BLOCK_ID>\",\"patch\":{\"title\":\"<UPDATED>\",\"content\":\"<UPDATED>\"}}'\n\nSafety\nRun read-only workflows first; escalate to writes only after validating block_id and result counts.\nCompact JSON only for --args."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/xiangst0816/dessix-skill",
    "publisherUrl": "https://clawhub.ai/xiangst0816/dessix-skill",
    "owner": "xiangst0816",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/dessix-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/dessix-skill",
    "agentUrl": "https://openagent3.xyz/skills/dessix-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dessix-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dessix-skill/agent.md"
  }
}