# Send Hitchhikers Guide to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/hitchhikers-guide",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hitchhikers-guide",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/mechanics.md",
      "scripts/game_manager.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "hitchhikers-guide",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T21:50:44.065Z",
      "expiresAt": "2026-05-06T21:50:44.065Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hitchhikers-guide",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hitchhikers-guide",
        "contentDisposition": "attachment; filename=\"hitchhikers-guide-1.1.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "hitchhikers-guide"
      },
      "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/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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Hitchhiker's Guide Skill

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.

### Core Workflow

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.
Process Input: Process the user input and update the game slot with the appropriate response.
Consult 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.
Apply Mechanics:

Improbability: Roll for surreal events based on the improbability stat.
Inventory Management: Items like the "Gown" can store other items (e.g., pocket fluff).
Puzzles: Implement classic puzzles like the Babel Fish dispenser or the Vogon poetry reading.


Generate Response: Use dry, British, absurdist humor. Be slightly antagonistic but fair.
Save Progress: Use the following atomic commands to update the game state:

python scripts/game_manager.py add_item "<item name>"
python scripts/game_manager.py remove_item "<item name>"
python scripts/game_manager.py set_location "<location>"
python scripts/game_manager.py set_stat <stat> <value>
python scripts/game_manager.py set_flag <flag> <value>
python scripts/game_manager.py set_improbability <value>
python scripts/game_manager.py add_history "<entry>"
python scripts/game_manager.py roll_a_dice
python scripts/game_manager.py the_ultimate_answer

### Game Mechanics and Logic

Read references/mechanics.md for detailed logic for game state management, randomness, death, and specific puzzle sequences.

### Resources

scripts/game_manager.py: Utility for loading/saving.
references/mechanics.md: Detailed logic for randomness, death, and specific puzzle sequences.
assets/GUIDE.md: Lore and flavor entries library from the Guide.
assets/hitchhikers_save.json: Current game state.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: hallwayskiing
- Version: 1.1.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T21:50:44.065Z
- Expires at: 2026-05-06T21:50:44.065Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/hitchhikers-guide)
- [Send to Agent page](https://openagent3.xyz/skills/hitchhikers-guide/agent)
- [JSON manifest](https://openagent3.xyz/skills/hitchhikers-guide/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/hitchhikers-guide/agent.md)
- [Download page](https://openagent3.xyz/downloads/hitchhikers-guide)