NLU

The live edition

NEVER
DRIFT

Your agents pull the current Not Like Us rules on their own. New tells, new tool defaults, and corrected guidance land in Claude Code, Codex, Cursor, OpenClaw, Hermes, Gemini CLI, and Copilot without a reinstall.

Checking the stream version.

FeaturePublic snapshotStream
Rules and tool guidesAs of the last snapshotCurrent, within a minute of a change
UpdatesRe-clone or re-install by handAutomatic on every session or every morning
ChangelogGit historyDelivered with each sync, rule IDs named
MCP serverSnapshot rulesLive rules, per-tool guides, review prompt
Commercial useNot licensedIncluded for the subscriber
PriceFree$4.99 a month
npx github:jtc268/not-like-us login nlu_...
npx github:jtc268/not-like-us sync
npx github:jtc268/not-like-us hook
  • Shared Agent Skills folder ~/.agents/skills/not-like-us/, read by Codex, Cursor, Gemini CLI, Copilot, OpenClaw, and the skills CLI.
  • Claude Code ~/.claude/skills/not-like-us/ and an always-on rules file at ~/.claude/rules/not-like-us.md.
  • Codex CLI ~/.codex/skills/not-like-us/ and a managed block in ~/.codex/AGENTS.md.
  • Cursor ~/.cursor/skills/not-like-us/.
  • Gemini CLI ~/.gemini/skills/not-like-us/ and a managed block in ~/.gemini/GEMINI.md.
  • GitHub Copilot ~/.copilot/skills/not-like-us/ and a managed block in ~/.copilot/copilot-instructions.md.
  • OpenClaw ~/.openclaw/skills/not-like-us/ and a managed block in ~/.openclaw/workspace/AGENTS.md.
  • Hermes Agent ~/.hermes/skills/not-like-us/.
  • Any project nlu sync --project writes .agents/skills/not-like-us/ and a block in the AGENTS.md of that project.
# OpenClaw: daily at 06:00
openclaw automations create "0 6 * * *" --name not-like-us --command 'node ~/.config/not-like-us/nlu.mjs sync --quiet'

# Hermes: install from the keyed URL, then let hermes skills update re-fetch it
hermes skills install https://notlikeus.adorellc.pro/v1/k/nlu_.../SKILL.md
hermes cron create "0 6 * * *" "Run hermes skills update" --no-agent

# Any machine, no npm: fetch the client and run it
curl -fsSL https://notlikeus.adorellc.pro/nlu.mjs -o nlu.mjs && node nlu.mjs sync
# Claude Code
claude mcp add --scope user not-like-us -- npx -y github:jtc268/not-like-us mcp

# Codex CLI, in ~/.codex/config.toml
[mcp_servers.not-like-us]
command = "npx"
args = ["-y", "github:jtc268/not-like-us", "mcp"]

# Cursor ~/.cursor/mcp.json, Gemini ~/.gemini/settings.json, Copilot ~/.copilot/mcp-config.json
{ "mcpServers": { "not-like-us": { "command": "npx", "args": ["-y", "github:jtc268/not-like-us", "mcp"] } } }

# OpenClaw
openclaw mcp add not-like-us --command npx --arg -y --arg github:jtc268/not-like-us --arg mcp

# Hermes, in ~/.hermes/config.yaml
mcp_servers:
  not-like-us:
    command: "npx"
    args: ["-y", "github:jtc268/not-like-us", "mcp"]
# 1. Ask for the price (HTTP 402, x402 v2, USDC on Base, Polygon, or Arbitrum)
curl -i https://notlikeus.adorellc.pro/v1/x402/pass

# 2. Pay with any x402 client, for example @x402/fetch, and read the key from the JSON
#    { "key": "nlu_...", "until": "...", "days": 30 }

# 3. Use it
npx github:jtc268/not-like-us login nlu_... && npx github:jtc268/not-like-us sync
npx github:jtc268/not-like-us sync
npx skills add jtc268/not-like-us --skill not-like-us --global --yes
hermes skills install https://notlikeus.adorellc.pro/skills/not-like-us/SKILL.md

Rotate a key from the client with nlu rotate. The old key stops working within ten minutes.

What you buy. Access for one person to the Not Like Us Stream: the feed, the client, the MCP server, and the changelog, on any number of machines that person uses, for as long as the subscription is active.

Billing. $4.99 a month, charged by Stripe on the day you subscribe and monthly after that. Cancel from the billing portal. Access continues to the end of the paid month. Refunds within seven days of a charge on request to stream@adorellc.pro.

Pay once. A prepaid pass is $4.99 per 30 days for 1 to 12 months, paid once through any method Stripe offers, including USDC where enabled. It does not renew. Agents can buy a 30-day pass in USDC over x402. Prepaid passes are refundable within seven days if the key has not been used.

License. The public repository is licensed under PolyForm Noncommercial 1.0.0. An active subscription also licenses the subscriber to use the rules and guides commercially, including inside products and client work. Sharing a key, redistributing the feed, or offering it as a service is not licensed.

Data. Stripe holds the payment details and email. This site stores nothing else about you. The email is used for the key and billing messages only.

Provider. Adore LLC, United States. Questions to stream@adorellc.pro.