elnora-review

elnora-review is a skill for Claude Code from Elnora-AI/elnora-cli. It costs 67 tokens per session (723 once invoked), scanned C, a copy of elnora-review, Apache-2.0.

A review tool for Elnora’s Knowledge Base, a shared store of folders and files. It handles proposed cleanup changes such as renames, moves, archives, and tags.

In plain words
What is it for?
Use it to inspect pending review items, approve or reject proposals, and manage automatic-cleanup suggestions.
Why use it?
It gives a person a checkpoint to approve or reject automatic organization changes before they affect the Knowledge Base.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the elnora-platform plugin — 10 skills shipped together

Good fit Use it to inspect pending review items, approve or reject proposals, and manage automatic-cleanup suggestions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/elnora-ai/elnora-cli/elnora-review
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.

Any agent
npx skills add Elnora-AI/elnora-cli --skill elnora-review
Clone the repo
git clone --depth 1 https://github.com/Elnora-AI/elnora-cli

Made for: Claude Code.

Or install elnora-platform, the plugin that ships this one along with the rest of its 10 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for elnora-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/elnora-ai/elnora-cli/elnora-review.svg)](https://agentmods.dev/skills/elnora-ai/elnora-cli/elnora-review)
Your own site
<a href="https://agentmods.dev/skills/elnora-ai/elnora-cli/elnora-review"><img src="https://agentmods.dev/badge/skills/elnora-ai/elnora-cli/elnora-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 723 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod 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.1 $0.00067 $0.00723
Opus 5 $0.00034 $0.00362
Sonnet 5 $0.00013 $0.00145
Haiku 4.5 $0.00007 $0.00072

Measured 8d ago against content hash 50ff3171413f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade C, and why

elnora-review scanned grade C with 2 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 8d 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

- CLI: `curl -fsSL https://cli.elnora.ai/install.sh | bash` (macOS/Linux)

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- CLI: `curl -fsSL https://cli.elnora.ai/install.sh | bash` (macOS/Linux)
Origin

This is a copy

100% identical to elnora-review — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/elnora-review/SKILL.md · 90 lines

How it starts

The opening of the file, as written. The whole thing — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Elnora Knowledge Base Review

Approve or reject the auto-tidy proposals in the Knowledge Base review queue. When KB auto-tidy is enabled for an organization (see orgs set-autotidy in the elnora-orgs skill), the agent proposes folder/file renames, moves, archives, and tags; those land here for a human to approve before they are applied.

Tool Access

Elnora is available via two methods. Use whichever is configured.

Option A — CLI via Bash (preferred)

Run commands via your Bash/Shell tool as elnora <group> <action> .... Verify with elnora --version. CLI uses ~5× fewer tokens than MCP.

Option B — MCP tools (when CLI isn't installed)

Look for tools prefixed mcp__elnora__ in your available tools. Call them with structured parameters. See the "MCP Tool Names" table below for the mapping.

If neither is available, tell the user to install one:

  • CLI: curl -fsSL https://cli.elnora.ai/install.sh | bash (macOS/Linux) or irm https://cli.elnora.ai/install.ps1 | iex (Windows)
  • MCP: claude mcp add elnora --transport http --scope user https://mcp.elnora.ai/mcp then /mcp to authenticate.

Never fabricate tool names. Valid commands are in the Commands section; their MCP equivalents are in the MCP Tool Names table.

Invocation

CLI="elnora"

Commands

List the Review Queue

$CLI --compact review list                 # pending items (default)
$CLI --compact review list --status all    # every state
$CLI --compact review list --status applied
$CLI --compact review list --status rejected

Each item has an id (the review item ID) and a proposed change (rename / move / archive / tag) on a target folder or file. --status is pending (default), applied, rejected, or all.

Approve an Item

$CLI --compact review approve <ITEM_ID>

Applies the proposed change as you — you must have write access to the target, or the approve is rejected.

Reject an Item

$CLI --compact review reject <ITEM_ID>

Read the full file on GitHub · 90 lines

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. 8d ago First seen · 90 lines · 67 tokens per session scan C 50ff3171413f

Subscribe to this mod's changes

elnora-review is a skill published in the GitHub repository Elnora-AI/elnora-cli (4 stars, last pushed yesterday), licensed Apache-2.0. It adds 67 tokens to every session and 723 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). It is 100% identical to elnora-review, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

remember

Review the current conversation and capture valuable knowledge — best practices, coding conventions, architecture decisions, workflows, and user feedback — into persistent memory (AGENTS.md) or reusable skills. Use when the user says: (1) remember this, (2) save what we learned, (3) update memory, (4) capture…

langchain-ai/deepagents · 71 tokens

memory-to-skill

Turn workflows from your MemSearch memory into reusable skills. Use when the user asks to make/create/extract/distill a skill from what they just did or from past work, review skill candidates, install a distilled skill, or 'turn this into a skill'. Manages MemSearch procedural-memory candidates under…

zilliztech/memsearch · 82 tokens

futbin-cli

Queries FUTBIN (EA FC Ultimate Team database) via cli-web-futbin — player search, prices and price history, comparisons, SBCs, evolutions, and market analytics (index, trending, cheapest by rating, movers, fodder, buy/sell signals, undervalue scans, PS/PC arbitrage). Use when the user asks about EA FC player prices…

ItamarZand88/CLI-Anything-WEB · 116 tokens

sync-check

Walks the documentation dependency web after a CLI code change and reports which downstream files (skills, SOPs, READMEs, plugin references) are out of sync. Use after fixing a bug, adding a command, changing auth behavior, refactoring, or before committing — and when the user says "sync check", "update docs"…

ItamarZand88/CLI-Anything-WEB · 95 tokens

airbnb-cli

Use cli-web-airbnb to search Airbnb stays, get listing details, check availability calendars, read guest reviews, and look up location suggestions. Invoke this skill whenever the user asks about Airbnb accommodations, vacation rentals, listing prices, availability, guest reviews, or wants to search for places to stay.…

ItamarZand88/CLI-Anything-WEB · 76 tokens

gap-analyzer

Compares a CLI's implemented commands against its APP.md API map and traffic-analysis.json to find missing endpoints, incomplete CRUD, dead client methods, and priority gaps. Runs as the mandatory first step of /cli-anything-web:refine and as an optional pre-review scan in standards.

ItamarZand88/CLI-Anything-WEB · 62 tokens