Conquerors Haki — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Conquerors Haki (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<!-- mcp-name: io.github.xfloukiex-lab/conquerors-haki -->
<img src="icon.png" width="120" align="right" alt="Conqueror's Haki icon">
An MCP server that cuts a long list down to the one to three things that actually matter right now.
A Model Context Protocol (MCP) server — one focused tool you plug into an MCP-compatible client (Claude Desktop, Claude Code, Cursor, and others).
Models tend to treat every item on a list as equally worthy of attention. That's the opposite of prioritization. Real prioritization means deciding what to ignore.
Conqueror's Haki takes a list and a single goal, forces a ruthless head-to-head ranking, and eliminates everything that doesn't directly serve that goal.
Give it your backlog and a North Star (e.g. "Launch a paid MVP in two weeks"). It returns:
Set strictness_level="Overwhelming" to force exactly one survivor.
Tool reference: assert_conquerors_haki(items_to_evaluate: list[str], north_star_goal: str, strictness_level: str = "Supreme King")
No API key, no cost, nothing leaves your machine. The server returns an engineered ranking prompt that your existing model executes — it makes no language-model call of its own.
Requires Python 3.10 or newer.
pip install conquerors-haki-mcpThis installs the conquerors-haki command.
Then register it with your MCP client — either run claude mcp add conquerors-haki -- conquerors-haki, or add this to the client's config (e.g. claude_desktop_config.json):
{
"mcpServers": {
"conquerors-haki": { "command": "conquerors-haki" }
}
}Restart the client and the tool is available.
Conqueror's Haki is part of a four-tool set. Each tool stands alone, but installing all of them unlocks a final surprise via Laugh Tale.
| Package | ||
|---|---|---|
| 🗿 | road-poneglyph | Road Poneglyph |
| ⚔️ | conquerors-haki | Conqueror's Haki · ← this repo |
| ⏳ | toki-toki | Toki Toki no Mi |
| 🏴☠️ | laugh-tale | Laugh Tale |
git clone https://github.com/xfloukiex-lab/conquerors-haki
cd conquerors-haki
python -m venv .venv && . .venv/Scripts/activate # macOS/Linux: source .venv/bin/activate
pip install -e ".[dev]"
python tests/test_conquerors_haki.pyReleased under the Apache-2.0 license. The icon is original artwork (see icon.svg), generated locally; the repository ships no third-party assets.
This is a fan-inspired project. It is not affiliated with, sponsored by, or endorsed by the creators or rights holders of One Piece (Eiichiro Oda / Shueisha / Toei Animation). "One Piece" and related names are used only as thematic flavour and remain the property of their respective owners.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.