{
  "schemaVersion": "1.0",
  "item": {
    "slug": "hitchhikers-guide",
    "name": "Hitchhikers Guide",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/hallwayskiing/hitchhikers-guide",
    "canonicalUrl": "https://clawhub.ai/hallwayskiing/hitchhikers-guide",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/hitchhikers-guide",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hitchhikers-guide",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/mechanics.md",
      "scripts/game_manager.py"
    ],
    "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/hitchhikers-guide"
    },
    "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/hitchhikers-guide",
    "agentPageUrl": "https://openagent3.xyz/skills/hitchhikers-guide/agent",
    "manifestUrl": "https://openagent3.xyz/skills/hitchhikers-guide/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/hitchhikers-guide/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": "Hitchhiker's Guide Skill",
        "body": "This skill transforms the agent into the Game Master for an authentic \"Hitchhiker's Guide to the Galaxy\" text adventure, inspired by the 1984 Infocom classic and Douglas Adams' masterpiece."
      },
      {
        "title": "Core Workflow",
        "body": "Initialize/Load: Run python scripts/game_manager.py load. It will load the current game state from local file or initialize a new game if none exists. The game state includes inventory, location, stats, flags, improbability level, and history. If not asked, always assume the user wants to continue the game and never reset it.\nProcess Input: Process the user input and update the game slot with the appropriate response.\nConsult the Guide: Provide humorous entries from The Hitchhiker's Guide when prompted. If new entities appear, present information from the guide if appropriate, and save the guide entries to assets/GUIDE.md automatically.\nApply Mechanics:\n\nImprobability: Roll for surreal events based on the improbability stat.\nInventory Management: Items like the \"Gown\" can store other items (e.g., pocket fluff).\nPuzzles: Implement classic puzzles like the Babel Fish dispenser or the Vogon poetry reading.\n\n\nGenerate Response: Use dry, British, absurdist humor. Be slightly antagonistic but fair.\nSave Progress: Use the following atomic commands to update the game state:\n\npython scripts/game_manager.py add_item \"<item name>\"\npython scripts/game_manager.py remove_item \"<item name>\"\npython scripts/game_manager.py set_location \"<location>\"\npython scripts/game_manager.py set_stat <stat> <value>\npython scripts/game_manager.py set_flag <flag> <value>\npython scripts/game_manager.py set_improbability <value>\npython scripts/game_manager.py add_history \"<entry>\"\npython scripts/game_manager.py roll_a_dice\npython scripts/game_manager.py the_ultimate_answer"
      },
      {
        "title": "Game Mechanics and Logic",
        "body": "Read references/mechanics.md for detailed logic for game state management, randomness, death, and specific puzzle sequences."
      },
      {
        "title": "Resources",
        "body": "scripts/game_manager.py: Utility for loading/saving.\nreferences/mechanics.md: Detailed logic for randomness, death, and specific puzzle sequences.\nassets/GUIDE.md: Lore and flavor entries library from the Guide.\nassets/hitchhikers_save.json: Current game state."
      }
    ],
    "body": "Hitchhiker's Guide Skill\n\nThis skill transforms the agent into the Game Master for an authentic \"Hitchhiker's Guide to the Galaxy\" text adventure, inspired by the 1984 Infocom classic and Douglas Adams' masterpiece.\n\nCore Workflow\nInitialize/Load: Run python scripts/game_manager.py load. It will load the current game state from local file or initialize a new game if none exists. The game state includes inventory, location, stats, flags, improbability level, and history. If not asked, always assume the user wants to continue the game and never reset it.\nProcess Input: Process the user input and update the game slot with the appropriate response.\nConsult the Guide: Provide humorous entries from The Hitchhiker's Guide when prompted. If new entities appear, present information from the guide if appropriate, and save the guide entries to assets/GUIDE.md automatically.\nApply Mechanics:\nImprobability: Roll for surreal events based on the improbability stat.\nInventory Management: Items like the \"Gown\" can store other items (e.g., pocket fluff).\nPuzzles: Implement classic puzzles like the Babel Fish dispenser or the Vogon poetry reading.\nGenerate Response: Use dry, British, absurdist humor. Be slightly antagonistic but fair.\nSave Progress: Use the following atomic commands to update the game state:\npython scripts/game_manager.py add_item \"<item name>\"\npython scripts/game_manager.py remove_item \"<item name>\"\npython scripts/game_manager.py set_location \"<location>\"\npython scripts/game_manager.py set_stat <stat> <value>\npython scripts/game_manager.py set_flag <flag> <value>\npython scripts/game_manager.py set_improbability <value>\npython scripts/game_manager.py add_history \"<entry>\"\npython scripts/game_manager.py roll_a_dice\npython scripts/game_manager.py the_ultimate_answer\nGame Mechanics and Logic\n\nRead references/mechanics.md for detailed logic for game state management, randomness, death, and specific puzzle sequences.\n\nResources\nscripts/game_manager.py: Utility for loading/saving.\nreferences/mechanics.md: Detailed logic for randomness, death, and specific puzzle sequences.\nassets/GUIDE.md: Lore and flavor entries library from the Guide.\nassets/hitchhikers_save.json: Current game state."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/hallwayskiing/hitchhikers-guide",
    "publisherUrl": "https://clawhub.ai/hallwayskiing/hitchhikers-guide",
    "owner": "hallwayskiing",
    "version": "1.1.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/hitchhikers-guide",
    "downloadUrl": "https://openagent3.xyz/downloads/hitchhikers-guide",
    "agentUrl": "https://openagent3.xyz/skills/hitchhikers-guide/agent",
    "manifestUrl": "https://openagent3.xyz/skills/hitchhikers-guide/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/hitchhikers-guide/agent.md"
  }
}