activate

A command that activates the paid version of Nemp using a license key. It saves the key and activation time in the project’s .nemp/license.json file.

In plain words
What is it for?
Use it to validate a key beginning with NEMP-PRO-, save the Pro license, and enable features such as Cortex, Foresight, Decay, Import, cross-provider Export, and advanced Health diagnostics.
Why use it?
It provides the required setup step for unlocking Nemp Pro features after obtaining a valid license key.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/sukinshetty/nemp-memory/activate
Clone the repo
git clone --depth 1 https://github.com/SukinShetty/Nemp-memory
Per session 8 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 457 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00008 $0.00457
Opus 5 $0.00004 $0.00229
Sonnet 5 $0.00002 $0.00091
Haiku 4.5 $0.00001 $0.00046

Measured 2d ago against content hash d55403a9ce3f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

activate scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/activate.md · 80 lines

What it actually says

/nemp:activate

Activate Nemp Pro by entering your license key. Once activated, all Pro features are unlocked — Cortex, Foresight, Decay, Import, cross-provider Export, and advanced Health diagnostics.

Usage

/nemp:activate NEMP-PRO-XXXX-XXXX

Instructions

Step 1: Parse the License Key

Extract the license key from the argument. If no argument is provided, show:

Usage: /nemp:activate <license-key>

License keys look like: NEMP-PRO-XXXX-XXXX
Get yours at nemp.dev/pro

Stop.

Step 2: Validate Key Format

Check the key format:

  • Must start with NEMP-PRO-
  • Followed by exactly 9 characters (letters, numbers, or hyphens)

If the format is invalid:

❌ Invalid license key format.

Keys look like: NEMP-PRO-XXXX-XXXX
Get yours at nemp.dev/pro

Stop.

Step 3: Save License

Create or overwrite .nemp/license.json with:

{
  "key": "<license-key>",
  "plan": "pro",
  "activated_at": "<current ISO-8601 timestamp>"
}

Step 4: Confirm Activation

✅ Nemp Pro activated!

All Pro features are now unlocked:
  /nemp:cortex      Memory intelligence layer
  /nemp:foresight   Predictive context loading
  /nemp:decay       Auto-archive stale memories
  /nemp:import      Cross-provider import
  /nemp:export --codex / --cursor / --windsurf / --all
  /nemp:health --verbose / --fix

License saved to .nemp/license.json
  • /nemp:health — Check system status
  • /nemp:cortex — Memory intelligence (now unlocked)
  • /nemp:foresight — Predictive loading (now unlocked)
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 80 lines · 8 tokens per session scan A d55403a9ce3f

Subscribe to this mod's changes

activate is a command published in the GitHub repository SukinShetty/Nemp-memory (128 stars, last pushed 2mo ago), licensed MIT. It adds 8 tokens to every session and 457 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.