{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-quickstart",
    "name": "OpenClaw Quickstart",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/heyuncoder/openclaw-quickstart",
    "canonicalUrl": "https://clawhub.ai/heyuncoder/openclaw-quickstart",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-quickstart",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-quickstart",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/task-01-identity.md",
      "references/task-02-memory.md",
      "references/task-03-weather.md",
      "references/task-04-report.md",
      "references/task-05-reminder.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": "openclaw-quickstart",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-06T12:08:45.977Z",
      "expiresAt": "2026-05-13T12:08:45.977Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-quickstart",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-quickstart",
        "contentDisposition": "attachment; filename=\"openclaw-quickstart-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "openclaw-quickstart"
      },
      "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/openclaw-quickstart"
    },
    "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/openclaw-quickstart",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-quickstart/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-quickstart/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-quickstart/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": "OpenClaw Quickstart",
        "body": "Guides new users through 8 hands-on tasks covering OpenClaw's core features. Each task takes under 5 minutes and produces something immediately useful."
      },
      {
        "title": "Task List",
        "body": "#Task (中文)Task (EN)Reference1给 AI 取个名字Initialize AI Identityreferences/task-01-identity.md2让 AI 记住你Save Your Preferencesreferences/task-02-memory.md3查今天天气Check the Weatherreferences/task-03-weather.md4写一篇日报Generate a Reportreferences/task-04-report.md5建一个日历提醒Set a Reminderreferences/task-05-reminder.md6用浏览器收集信息Browser Info Gatheringreferences/task-06-browser.md7让 AI 做一张 PPTGenerate a PPTreferences/task-07-ppt.md8安装一个新 SkillInstall a Skill from ClawHubreferences/task-08-skill.md"
      },
      {
        "title": "0. Auto-Install on First Activation",
        "body": "Before doing anything else, check if this is the first time the skill is running:\n\n# Check if already installed\ntest -f ~/.openclaw/workspace/.quickstart-progress.json && echo \"installed\" || echo \"fresh\"\n\nIf the result is fresh (no progress file yet) → silently run the installer first:\n\nnode {baseDir}/scripts/install.js --workspace ~/.openclaw/workspace\n\nDo not ask the user — just run it. The installer is idempotent and safe. After it completes, proceed normally."
      },
      {
        "title": "1. Check Progress",
        "body": "Always start by running:\n\nnode scripts/check_progress.js --workspace ~/.openclaw/workspace\n\nParse JSON output to get current task status and next_task."
      },
      {
        "title": "2. Show Status & Orient User",
        "body": "Display current progress:\n\n📋 你的 OpenClaw 新手任务进度（3/8）\n\n✅ 任务1：给 AI 取个名字\n✅ 任务2：让 AI 记住你\n✅ 任务3：查今天天气\n⬜ 任务4：写一篇日报  ← 下一步\n⬜ 任务5：建一个日历提醒\n⬜ 任务6：用浏览器收集信息\n⬜ 任务7：让 AI 做一张 PPT\n⬜ 任务8：安装一个新 Skill\n\nAsk if they want to do the next task now, or jump to a specific one."
      },
      {
        "title": "3. Guide Each Task",
        "body": "Read the task's reference file\nWalk the user through it step by step — do it with them, don't just explain\nAfter the task action succeeds → immediately call mark_done.js (see below)\nConfirm completion, then offer the next task"
      },
      {
        "title": "4. First-Run Setup (Installation)",
        "body": "On first activation (no .quickstart-progress.json yet), run the installer immediately:\n\nnode scripts/install.js --workspace ~/.openclaw/workspace\n\nThe installer does two things in one shot:\n\nHEARTBEAT.md — appends a quickstart progress-check block (runs every 30 min via heartbeat)\nCron — creates quickstart-reminder (daily 9 AM push notification for pending tasks)\n\nOptional: customize reminder time:\n\nnode scripts/install.js --workspace ~/.openclaw/workspace --hour 9 --minute 30\n\nPreview without applying:\n\nnode scripts/install.js --workspace ~/.openclaw/workspace --dry-run\n\nNote: The installer is idempotent — safe to run multiple times. It skips steps already done."
      },
      {
        "title": "Auto-Mark Completion Rules",
        "body": "After performing any of the following actions, immediately run mark_done.js:\n\nnode scripts/mark_done.js --task <N> --workspace ~/.openclaw/workspace\n\nTaskTrigger condition1SOUL.md or IDENTITY.md written with AI name/rules2USER.md updated with user's name/preferences3Weather query successfully returned results to user4A report/daily-log file saved to workspace5A cron/reminder successfully created6browser tool used and returned scraped content7A .pptx file saved to workspace8A skill successfully installed via clawhub\n\nIf all_done: true is returned → immediately run:\n\nnode scripts/cleanup_crons.js\n\nThen send the graduation message (see below)."
      },
      {
        "title": "Heartbeat Cron Behavior (quickstart-heartbeat, every 30 min)",
        "body": "node scripts/check_progress.js --mark-done --workspace ~/.openclaw/workspace\n\n--mark-done flag: auto-persists newly detected completions to progress.json\nIf all_done: true → run cleanup_crons.js + send graduation message\nIf newly_completed has entries → send brief completion notification\nOtherwise → stay silent (no message)"
      },
      {
        "title": "Daily Reminder Format (quickstart-reminder, 9 AM)",
        "body": "🦐 嗨！你的 OpenClaw 新手任务还有 N 个待完成：\n\n✅ 任务1：给 AI 取个名字\n✅ 任务2：让 AI 记住你\n⬜ 任务3：查今天天气  ← 今天来试试？\n\n直接说「帮我完成任务3」就开始了！"
      },
      {
        "title": "Graduation Message (all tasks done)",
        "body": "Send this, then run cleanup_crons.js:\n\n🎓 恭喜！你已完成全部 8 个新手任务！\n\nOpenClaw 你玩明白了 🦐\n以后有任何问题，随时问我。\n\n（每日提醒和自动检测已自动关闭）"
      },
      {
        "title": "Key Principles",
        "body": "Do, don't just explain — actively help complete each task\nMark immediately — call mark_done.js right after task success, don't wait\nHeartbeat is silent — only speak up when something changes or all done\nCleanup on finish — all crons must be removed when all_done: true"
      }
    ],
    "body": "OpenClaw Quickstart\n\nGuides new users through 8 hands-on tasks covering OpenClaw's core features. Each task takes under 5 minutes and produces something immediately useful.\n\nTask List\n#\tTask (中文)\tTask (EN)\tReference\n1\t给 AI 取个名字\tInitialize AI Identity\treferences/task-01-identity.md\n2\t让 AI 记住你\tSave Your Preferences\treferences/task-02-memory.md\n3\t查今天天气\tCheck the Weather\treferences/task-03-weather.md\n4\t写一篇日报\tGenerate a Report\treferences/task-04-report.md\n5\t建一个日历提醒\tSet a Reminder\treferences/task-05-reminder.md\n6\t用浏览器收集信息\tBrowser Info Gathering\treferences/task-06-browser.md\n7\t让 AI 做一张 PPT\tGenerate a PPT\treferences/task-07-ppt.md\n8\t安装一个新 Skill\tInstall a Skill from ClawHub\treferences/task-08-skill.md\nWorkflow\n0. Auto-Install on First Activation\n\nBefore doing anything else, check if this is the first time the skill is running:\n\n# Check if already installed\ntest -f ~/.openclaw/workspace/.quickstart-progress.json && echo \"installed\" || echo \"fresh\"\n\n\nIf the result is fresh (no progress file yet) → silently run the installer first:\n\nnode {baseDir}/scripts/install.js --workspace ~/.openclaw/workspace\n\n\nDo not ask the user — just run it. The installer is idempotent and safe. After it completes, proceed normally.\n\n1. Check Progress\n\nAlways start by running:\n\nnode scripts/check_progress.js --workspace ~/.openclaw/workspace\n\n\nParse JSON output to get current task status and next_task.\n\n2. Show Status & Orient User\n\nDisplay current progress:\n\n📋 你的 OpenClaw 新手任务进度（3/8）\n\n✅ 任务1：给 AI 取个名字\n✅ 任务2：让 AI 记住你\n✅ 任务3：查今天天气\n⬜ 任务4：写一篇日报  ← 下一步\n⬜ 任务5：建一个日历提醒\n⬜ 任务6：用浏览器收集信息\n⬜ 任务7：让 AI 做一张 PPT\n⬜ 任务8：安装一个新 Skill\n\n\nAsk if they want to do the next task now, or jump to a specific one.\n\n3. Guide Each Task\nRead the task's reference file\nWalk the user through it step by step — do it with them, don't just explain\nAfter the task action succeeds → immediately call mark_done.js (see below)\nConfirm completion, then offer the next task\n4. First-Run Setup (Installation)\n\nOn first activation (no .quickstart-progress.json yet), run the installer immediately:\n\nnode scripts/install.js --workspace ~/.openclaw/workspace\n\n\nThe installer does two things in one shot:\n\nHEARTBEAT.md — appends a quickstart progress-check block (runs every 30 min via heartbeat)\nCron — creates quickstart-reminder (daily 9 AM push notification for pending tasks)\n\nOptional: customize reminder time:\n\nnode scripts/install.js --workspace ~/.openclaw/workspace --hour 9 --minute 30\n\n\nPreview without applying:\n\nnode scripts/install.js --workspace ~/.openclaw/workspace --dry-run\n\n\nNote: The installer is idempotent — safe to run multiple times. It skips steps already done.\n\nAuto-Mark Completion Rules\n\nAfter performing any of the following actions, immediately run mark_done.js:\n\nnode scripts/mark_done.js --task <N> --workspace ~/.openclaw/workspace\n\nTask\tTrigger condition\n1\tSOUL.md or IDENTITY.md written with AI name/rules\n2\tUSER.md updated with user's name/preferences\n3\tWeather query successfully returned results to user\n4\tA report/daily-log file saved to workspace\n5\tA cron/reminder successfully created\n6\tbrowser tool used and returned scraped content\n7\tA .pptx file saved to workspace\n8\tA skill successfully installed via clawhub\n\nIf all_done: true is returned → immediately run:\n\nnode scripts/cleanup_crons.js\n\n\nThen send the graduation message (see below).\n\nHeartbeat Cron Behavior (quickstart-heartbeat, every 30 min)\nnode scripts/check_progress.js --mark-done --workspace ~/.openclaw/workspace\n\n--mark-done flag: auto-persists newly detected completions to progress.json\nIf all_done: true → run cleanup_crons.js + send graduation message\nIf newly_completed has entries → send brief completion notification\nOtherwise → stay silent (no message)\nDaily Reminder Format (quickstart-reminder, 9 AM)\n🦐 嗨！你的 OpenClaw 新手任务还有 N 个待完成：\n\n✅ 任务1：给 AI 取个名字\n✅ 任务2：让 AI 记住你\n⬜ 任务3：查今天天气  ← 今天来试试？\n\n直接说「帮我完成任务3」就开始了！\n\nGraduation Message (all tasks done)\n\nSend this, then run cleanup_crons.js:\n\n🎓 恭喜！你已完成全部 8 个新手任务！\n\nOpenClaw 你玩明白了 🦐\n以后有任何问题，随时问我。\n\n（每日提醒和自动检测已自动关闭）\n\nKey Principles\nDo, don't just explain — actively help complete each task\nMark immediately — call mark_done.js right after task success, don't wait\nHeartbeat is silent — only speak up when something changes or all done\nCleanup on finish — all crons must be removed when all_done: true"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/heyuncoder/openclaw-quickstart",
    "publisherUrl": "https://clawhub.ai/heyuncoder/openclaw-quickstart",
    "owner": "heyuncoder",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-quickstart",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-quickstart",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-quickstart/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-quickstart/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-quickstart/agent.md"
  }
}