ワンクリックで
laws
Quick reference for the 48 Laws of Power. Browse, search, or get specific laws.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Quick reference for the 48 Laws of Power. Browse, search, or get specific laws.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
High-functioning predator. Pattern recognition without sentiment. People are systems. Outcomes are all that matter.
Self-terminating recursive orchestrator. Dispatches waves of subagents until a verifiable done-condition passes or the budget caps. Power with a kill-switch.
Quick reference for the Art of Seduction. Seducer types, 24-step process, anti-seducer traits.
Quick reference for the 33 Strategies of War. Browse, search, or get specific strategies.
Subagent orchestration for sophisticated opponent modeling and multi-party analysis.
Detect manipulation patterns, identify tactics being used against you, get counter-moves.
| name | laws |
| description | Quick reference for the 48 Laws of Power. Browse, search, or get specific laws. |
Invoked via /palpatine:laws or /palpatine:laws <query>.
| Command | Action |
|---|---|
/palpatine:laws | List all 48 laws (names only) |
/palpatine:laws 7 | Show Law 7 in detail |
/palpatine:laws boss | Search laws by keyword |
/palpatine:laws negotiation | Search by situation |
Run grep on law_index.json:
# By number
grep -A5 '"id": 7,' "${CLAUDE_PLUGIN_ROOT}/law_index.json"
# By keyword
grep -i -B2 -A5 "boss\|manager\|superior" "${CLAUDE_PLUGIN_ROOT}/law_index.json"
# By situation
grep -i -B2 -A5 "negotiation" "${CLAUDE_PLUGIN_ROOT}/law_index.json"
Single law:
**Law [N]: [Name]**
*"[Essence]"*
**When:** [situations]
**Reversal:** [when to do opposite]
**Keywords:** [for matching]
List:
1. Never Outshine the Master
2. Never Put Too Much Trust in Friends...
...
48. Assume Formlessness
Search results:
**Matching laws for "[query]":**
- Law [N]: [Name] — [essence snippet]
- Law [M]: [Name] — [essence snippet]
For quick mental access:
Power building: 5, 6, 11, 25, 27, 34 Relationships: 1, 2, 10, 12, 14, 18, 46 Conflict: 8, 9, 15, 19, 22, 39, 42, 44 Self-control: 4, 17, 28, 35, 47, 48 Deception: 3, 7, 21, 26, 30, 31 Image: 16, 24, 30, 32, 37, 38 Strategic patience: 8, 22, 29, 35, 45