elnora-platform

elnora-platform is a skill for Claude Code, Codex from Elnora-AI/elnora-cli. It costs 78 tokens per session (2,251 once invoked), scanned C, a copy of elnora-platform, Apache-2.0.

A routing guide for the Elnora AI Platform, including its command-line tool and platform API. It directs questions to more specific Elnora features when needed.

In plain words
What is it for?
Use it to get general Elnora help, see available commands, understand platform access, or route questions about projects, tasks, and other platform areas.
Why use it?
It helps an agent choose the right way to work with Elnora and avoid inventing commands or API operations.

Skill for Claude CodeCodex

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

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 skills/elnora-ai/elnora-cli/elnora-platform
Any agent
npx skills add Elnora-AI/elnora-cli --skill elnora-platform
Clone the repo
git clone --depth 1 https://github.com/Elnora-AI/elnora-cli

Made for: Claude Code, Codex.

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-platform

README.md
[![agentmods](https://agentmods.dev/badge/skills/elnora-ai/elnora-cli/elnora-platform.svg)](https://agentmods.dev/skills/elnora-ai/elnora-cli/elnora-platform)
Your own site
<a href="https://agentmods.dev/skills/elnora-ai/elnora-cli/elnora-platform"><img src="https://agentmods.dev/badge/skills/elnora-ai/elnora-cli/elnora-platform.svg" alt="Measured on agentmods" height="20"></a>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,251 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
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 $0.00078 $0.02251
Opus 5 $0.00039 $0.01125
Sonnet 5 $0.00016 $0.00450
Haiku 4.5 $0.00008 $0.00225

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

Security

Grade C, and why

elnora-platform 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 3d 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-platform — 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-platform/SKILL.md · 206 lines

How it starts

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

Elnora Platform CLI

Route Elnora Platform queries to the correct sub-skill. Load only what is needed.

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. Each domain-specific sub-skill (elnora-projects, elnora-tasks, etc.) has an MCP Tool Names table showing the mapping from CLI commands to MCP tool names.

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. This skill routes to sub-skills; each sub-skill lists its valid commands and their MCP equivalents.

Troubleshooting

If anything looks wrong — auth errors, unexpected hosts, or connectivity failures — run elnora doctor first. It reports the actual API / AI-server / MCP hosts, auth state, version, and connectivity. Run elnora config show to print the resolved endpoints and active profile. Do not guess hostnames or URLs.

Invocation

CLI="elnora"

Global flags go BEFORE the subcommand (recommended, always works):

$CLI --compact projects list            # recommended
$CLI projects list --compact            # also works for most commands

Global Flags

Flag Effect
--compact Minified JSON — always use for agent workflows
--output <json|csv> Output format (default: json)
--fields "id,name" Return only these fields
--profile <name> Named profile (default: default). Set with auth login --api-key <KEY> --profile <name>
--json Force JSON output

Read the full file on GitHub · 206 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. 3d ago First seen · 206 lines · 78 tokens per session scan C 7f53dcfee217

Subscribe to this mod's changes

elnora-platform is a skill published in the GitHub repository Elnora-AI/elnora-cli (4 stars, last pushed 7d ago), licensed Apache-2.0. It adds 78 tokens to every session and 2,251 once invoked, about $0.0004 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-platform, differing in 0 lines, and is treated as a copy.