token-harbor
v0.1.0Turn Codex usage into航力 and grow one shared harbor world while agents work.
By Token HarborLicense: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install token-harbor for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add token-harbor@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/NickHOI/Token-Harbor/.
Plugin files
├── .codex-plugin/plugin.json├── skills/token-harbor/SKILL.md└── .mcp.json
Included Skills1
Open Token Harbor, report stored Sail Power and harbor progress, or help the user configure local Codex token tracking.
MCP servers1
- command
- node
- args
- ${PLUGIN_ROOT}/scripts/harbor-mcp.mjs
- env.TOKEN_HARBOR_PLUGIN_ROOT
- ${PLUGIN_ROOT}
- env.TOKEN_HARBOR_DATA_DIR
- ${PLUGIN_DATA}
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests1
{
"name": "token-harbor",
"version": "0.1.0",
"description": "Turn Codex usage into航力 and grow one shared harbor world while agents work.",
"homepage": "https://github.com/NickHOI/Token-Harbor",
"repository": "https://github.com/NickHOI/Token-Harbor",
"license": "MIT",
"author": {
"name": "Token Harbor"
},
"keywords": [
"game",
"productivity",
"codex",
"focus",
"harbor"
],
"skills": "./skills/",
"interface": {
"displayName": "Token Harbor",
"shortDescription": "Let every Codex task grow your shared harbor world.",
"longDescription": "Token Harbor quietly converts local Codex token usage into航力. Spend it during agent wait time to open ports, launch voyages, complete orders, and grow one persistent archipelago shared by every project.",
"developerName": "Token Harbor",
"category": "Productivity",
"capabilities": [
"Local data",
"Game",
"Codex status"
],
"defaultPrompt": [
"Open my Token Harbor.",
"Show my harbor status and available 航力."
],
"brandColor": "#0B6E75",
"websiteURL": "https://github.com/NickHOI/Token-Harbor",
"privacyPolicyURL": "https://github.com/NickHOI/Token-Harbor#privacy--trust",
"termsOfServiceURL": "https://github.com/NickHOI/Token-Harbor/blob/main/LICENSE",
"composerIcon": "./assets/icon.svg",
"logo": "./assets/logo.svg",
"screenshots": [
"./assets/guia-lighthouse-pixel.png"
]
},
"mcpServers": "./.mcp.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[token-harbor on Agent Plugins Marketplace](https://pluginsmp.com/plugins/token-harbor)