elnora-files

elnora-files is a skill for Claude Code from Elnora-AI/elnora-plugins. It costs 148 tokens per session (2,528 once invoked), scanned C, original, Apache-2.0.

A file-management add-on for Elnora, a platform for organizing research work and its documents. It handles files and their saved versions.

In plain words
What is it for?
Use it to list, read, create, upload, download, archive, copy, promote, and review versions of Elnora files.
Why use it?
It keeps file browsing, document updates, and version history in one place instead of requiring manual tracking.

Skill for Claude Code

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

Part of the elnora plugin — 10 skills, 1 command shipped together

Good fit Use it to list, read, create, upload, download, archive, copy, promote, and…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/elnora-ai/elnora-plugins/elnora-files
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-plugins --skill elnora-files
Clone the repo
git clone --depth 1 https://github.com/Elnora-AI/elnora-plugins

Made for: Claude Code.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/elnora-ai/elnora-plugins/elnora-files.svg)](https://agentmods.dev/skills/elnora-ai/elnora-plugins/elnora-files)
Your own site
<a href="https://agentmods.dev/skills/elnora-ai/elnora-plugins/elnora-files"><img src="https://agentmods.dev/badge/skills/elnora-ai/elnora-plugins/elnora-files.svg" alt="Measured on agentmods" height="20"></a>
Per session 148 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,528 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 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.1 $0.00148 $0.02528
Opus 5 $0.00074 $0.01264
Sonnet 5 $0.00030 $0.00506
Haiku 4.5 $0.00015 $0.00253

Measured 6d ago against content hash ced0cd753bf6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade C, and why

elnora-files 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 6d 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

Copies of this mod

1 near-identical copy found in the catalogue:

elnora/skills/elnora-files/SKILL.md · 321 lines

How it starts

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

Elnora Files

Browse, read, create, upload, version, and manage files on the Elnora AI Platform.

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 (camelCase — e.g. projectId, not project-id). 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 Files

$CLI --compact files list
$CLI --compact --fields "id,name" files list

Lists every file in your workspace (flat, capped at 200; takes no pagination).

--project is deprecated — projects were removed from the platform and the option is a no-op that returns a deprecation notice instead of files.

Get File Metadata

$CLI --compact files get <FILE_ID>

Returns metadata (name, type, size, timestamps) without actual content.

Get File Content

$CLI files content <FILE_ID>

Returns raw file content to stdout. Pipe to save:

$CLI files content <FILE_ID> > protocol.md

Note: --compact or --fields wraps output in JSON. Omit both for raw text.

Download File

$CLI files download <FILE_ID>

Downloads file content via the /download endpoint (may differ from content in backend handling).

Read the full file on GitHub · 321 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. 6d ago First seen · 321 lines · 148 tokens per session scan C ced0cd753bf6

Subscribe to this mod's changes

elnora-files is a skill published in the GitHub repository Elnora-AI/elnora-plugins (4 stars, last pushed 2d ago), licensed Apache-2.0. It adds 148 tokens to every session and 2,528 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

slides

Create and edit presentation slide decks (.pptx) with PptxGenJS, bundled layout helpers, and render/validation utilities. Use when tasks involve building a new PowerPoint deck, recreating slides from screenshots/PDFs/reference decks, modifying slide content while preserving editable output, adding…

fcakyon/claude-codex-settings · 83 tokens

honey-px

Read huge read-only text as PNG pages; big input cut.

Green-PT/honey-for-devs · 18 tokens

lov-any2docx

Convert Markdown documents to professionally styled DOCX (Word) files with python-docx. Handles CJK/Latin mixed text, fenced code blocks, tables, blockquotes, cover pages, TOC field, watermarks, and page numbers. Supports multiple color themes matching any2pdf (Configurable Academic, Nord, GitHub Light, etc.) and is…

lovstudio/skills · 184 tokens

lov-bp-deck

Turn an approved investor BP outline into a clean, professional slide deck with deliberate style selection, real product evidence, charts, branding, PPTX/PDF, and a full-deck preview. Use when the narrative already exists and the user wants PPT production, visual style exploration, slide regeneration, or export.…

lovstudio/skills · 116 tokens

lov-document-illustrator

A document illustration tool that plans where images fit in an article or note, generates them, and inserts them into the original document. It supports cover images, custom proportions, and three visual styles.

lovstudio/skills · 100 tokens

lov-rich-export

A content-export workflow that converts one source document into HTML, Markdown, DOCX, PDF, or an offline delivery package. It accounts for images, audio, video, embedded pages, and interactive charts in each format.

lovstudio/skills · 105 tokens