{
  "schemaVersion": "1.0",
  "item": {
    "slug": "astock-daily",
    "name": "Astock Daily",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/batype/astock-daily",
    "canonicalUrl": "https://clawhub.ai/batype/astock-daily",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/astock-daily",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=astock-daily",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "CONFIG.md",
      "CRON-JOB.md",
      "DNS-FIX.md",
      "QUICKSTART.md",
      "README-SMTP.md",
      "README.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/astock-daily"
    },
    "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/astock-daily",
    "agentPageUrl": "https://openagent3.xyz/skills/astock-daily/agent",
    "manifestUrl": "https://openagent3.xyz/skills/astock-daily/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/astock-daily/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": "描述",
        "body": "每日获取 A 股新股发行信息和 20 元以下的精选股票，通过邮件发送给用户。"
      },
      {
        "title": "激活方式",
        "body": "当用户提到 A 股、新股、股票筛选、低价股时激活此技能。"
      },
      {
        "title": "配置",
        "body": "在 TOOLS.md 中添加以下配置：\n\n### A 股股票技能\n\n- 邮箱：8@batype.com\n- 价格上限：20 元\n- 发送时间：每天 09:00"
      },
      {
        "title": "手动运行",
        "body": "node skills/astock-daily/index.js"
      },
      {
        "title": "定时运行",
        "body": "通过 cron 或 OpenClaw 的 heartbeat 功能每天运行。"
      },
      {
        "title": "数据源",
        "body": "东方财富网 API（新股发行）\n新浪财经 API（股票行情）"
      },
      {
        "title": "输出",
        "body": "邮件包含：\n\n近期新股发行列表（代码、名称、申购日期、发行价）\n20 元以下精选股票（代码、名称、现价、涨跌幅、成交量）"
      }
    ],
    "body": "A 股每日精选技能\n描述\n\n每日获取 A 股新股发行信息和 20 元以下的精选股票，通过邮件发送给用户。\n\n激活方式\n\n当用户提到 A 股、新股、股票筛选、低价股时激活此技能。\n\n配置\n\n在 TOOLS.md 中添加以下配置：\n\n### A 股股票技能\n\n- 邮箱：8@batype.com\n- 价格上限：20 元\n- 发送时间：每天 09:00\n\n使用方法\n手动运行\nnode skills/astock-daily/index.js\n\n定时运行\n\n通过 cron 或 OpenClaw 的 heartbeat 功能每天运行。\n\n数据源\n东方财富网 API（新股发行）\n新浪财经 API（股票行情）\n输出\n\n邮件包含：\n\n近期新股发行列表（代码、名称、申购日期、发行价）\n20 元以下精选股票（代码、名称、现价、涨跌幅、成交量）"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/batype/astock-daily",
    "publisherUrl": "https://clawhub.ai/batype/astock-daily",
    "owner": "batype",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/astock-daily",
    "downloadUrl": "https://openagent3.xyz/downloads/astock-daily",
    "agentUrl": "https://openagent3.xyz/skills/astock-daily/agent",
    "manifestUrl": "https://openagent3.xyz/skills/astock-daily/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/astock-daily/agent.md"
  }
}