# Token Harbor

> Open Token Harbor, report stored Sail Power and harbor progress, or help the user configure local Codex token tracking.

- Skill: `thedixitjain/token-harbor` (Agent Skill)
- Install (CLI): `npx skillmds add thedixitjain/token-harbor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thedixitjain/token-harbor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: thedixitjain (https://skillmd.com/u/thedixitjain)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/thedixitjain/token-harbor

---



# Token Harbor

Use the bundled `token-harbor` MCP tools whenever the user asks to open the harbor, check Sail Power, inspect port progress, or troubleshoot the companion game.

## Main workflow

1. Call `open_harbor` when the user wants to play or see the harbor.
2. Return the local URL as a clickable link. Do not narrate token usage after every Codex response.
3. Call `harbor_status` for a concise progress summary when a full game view is unnecessary.
4. Treat the harbor as one global world shared by every Codex project.

## Privacy

- Token Harbor stores numeric usage totals and game state locally under `PLUGIN_DATA`.
- It must not collect raw prompts, assistant text, file contents, or tool output.
- Token telemetry is opt-in. Keep `otel.log_user_prompt = false` when helping with configuration.

## Attention handoff

The game may be active while Codex works. When a task needs approval or finishes, the harbor pauses its active voyage and highlights the task status so the user can return to Codex immediately.

---

**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/NickHOI/Token-Harbor/skills/token-harbor/SKILL.md`

