NLU

Live rules for AI-assisted work

THE
STREAM

Your key pulls the current Not Like Us rules into the AI tools you already use. We test new model releases, review what repeats, and publish changes to the private feed.

Checking the stream version.

Open Terminal on Mac, or PowerShell on Windows. Copy one command from the welcome page and press Enter. The installer checks your key, finds supported AI tools, writes the current rules, and adds an update check when those tools start.

Your key is the login. There is no separate account or password.

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 setup nlu_...
  • 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.art/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.art/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"]
# Ask for the price (HTTP 402, x402 v2, USDC on Base, Polygon, or Arbitrum)
curl -i https://notlikeus.art/v1/x402/pass

# Pay with any x402 client and read the key from the JSON response
# { "key": "nlu_...", "until": "...", "days": 30 }

# Install the Stream
npx github:jtc268/not-like-us setup nlu_...
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.art/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 private, continuously updated rule feed. It includes writing and design rules, tool-specific guides, sources, the changelog, the installer, MCP access, and commercial use on any number of machines that person uses while 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.