{
  "schemaVersion": "1.0",
  "item": {
    "slug": "coding-2",
    "name": "Coding",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/realRoc/coding-2",
    "canonicalUrl": "https://clawhub.ai/realRoc/coding-2",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/coding-2",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=coding-2",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.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. 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",
      "slug": "coding-2",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T23:39:06.753Z",
      "expiresAt": "2026-05-08T23:39:06.753Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=coding-2",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=coding-2",
        "contentDisposition": "attachment; filename=\"coding-2-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "coding-2"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/coding-2"
    },
    "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/coding-2",
    "agentPageUrl": "https://openagent3.xyz/skills/coding-2/agent",
    "manifestUrl": "https://openagent3.xyz/skills/coding-2/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/coding-2/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": "Overview",
        "body": "This skill provides specialized capabilities for coding."
      },
      {
        "title": "Instructions",
        "body": "创建网页需要先根据拿到的数据设计数据库结构，需要调用工具在数据库中建立结构。 2.后端接口设计需要考虑现有的数据库结构，接口地址为：https://teamo-dev.floatai.cn/api/engine/generalDataApi，method=\"post\"，入参为{\"session_group_id\":\"$SESSION_GROUP_ID$\", \"collection_name\":${表名}}，返回值为{\"code\":0, \"result\": {\"data\": ${JSON数组}}} 基于上边的接口和字段设计，开发动态html看板。 要求每个图表各自请求一次接口完成渲染，间隔60S轮训接口，实时更新页面。3. 注意将传给你的数据信息插入到创建好的数据库结构中。"
      },
      {
        "title": "Usage Notes",
        "body": "This skill is based on the Coding agent configuration\nTemplate variables (if any) like $DATE$, $SESSION_GROUP_ID$ may require runtime substitution\nFollow the instructions and guidelines provided in the content above"
      }
    ],
    "body": "Coding\nOverview\n\nThis skill provides specialized capabilities for coding.\n\nInstructions\n创建网页需要先根据拿到的数据设计数据库结构，需要调用工具在数据库中建立结构。 2.后端接口设计需要考虑现有的数据库结构，接口地址为：https://teamo-dev.floatai.cn/api/engine/generalDataApi，method=\"post\"，入参为{\"session_group_id\":\"$SESSION_GROUP_ID$\", \"collection_name\":${表名}}，返回值为{\"code\":0, \"result\": {\"data\": ${JSON数组}}} 基于上边的接口和字段设计，开发动态html看板。 要求每个图表各自请求一次接口完成渲染，间隔60S轮训接口，实时更新页面。3. 注意将传给你的数据信息插入到创建好的数据库结构中。\nUsage Notes\nThis skill is based on the Coding agent configuration\nTemplate variables (if any) like $DATE$, $SESSION_GROUP_ID$ may require runtime substitution\nFollow the instructions and guidelines provided in the content above"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/realRoc/coding-2",
    "publisherUrl": "https://clawhub.ai/realRoc/coding-2",
    "owner": "realRoc",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/coding-2",
    "downloadUrl": "https://openagent3.xyz/downloads/coding-2",
    "agentUrl": "https://openagent3.xyz/skills/coding-2/agent",
    "manifestUrl": "https://openagent3.xyz/skills/coding-2/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/coding-2/agent.md"
  }
}