elnora-agent

elnora-agent is a skill for Claude Code, Codex from Elnora-AI/elnora-plugins. It costs 152 tokens per session (1,202 once invoked), scanned C, original, Apache-2.0.

A description of Elnora Agent, a sandboxed research assistant that can use many general and scientific tools. It explains how to interact with the agent through tasks.

In plain words
What is it for?
Use it for questions involving web or academic search, PubMed, arXiv, scientific tools, external research services, or agent memory.
Why use it?
It helps determine whether Elnora can handle a research request before you send it a task.

Skill for Claude CodeCodex

Part of the elnora plugin — 10 skills, 1 command 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-plugins/elnora-agent
Any agent
npx skills add Elnora-AI/elnora-plugins --skill elnora-agent
Clone the repo
git clone --depth 1 https://github.com/Elnora-AI/elnora-plugins

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/elnora-ai/elnora-plugins/elnora-agent.svg)](https://agentmods.dev/skills/elnora-ai/elnora-plugins/elnora-agent)
Your own site
<a href="https://agentmods.dev/skills/elnora-ai/elnora-plugins/elnora-agent"><img src="https://agentmods.dev/badge/skills/elnora-ai/elnora-plugins/elnora-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 152 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,202 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 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.1 $0.00152 $0.01202
Opus 5 $0.00076 $0.00601
Sonnet 5 $0.00030 $0.00240
Haiku 4.5 $0.00015 $0.00120

Measured 5d ago against content hash 78800314ec29, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade C, and why

elnora-agent 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 5d 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-agent/SKILL.md · 97 lines

How it starts

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

Elnora Agent Capabilities

The Elnora Agent is a sandboxed Python environment with ~78 core tools + 2,100 ToolUniverse scientific tools. Interact via tasks create and tasks send — describe what you need in plain language.

Tool Access

This skill documents what the Elnora Agent can do. It does not have dedicated CLI commands — interact with the agent through the elnora-tasks skill.

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 tasks create ... or elnora tasks send .... Verify with elnora --version.

Tip: Add --stream for real-time agent output:

elnora --compact tasks send <TASK_ID> --message "..." --stream

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

Look for tools prefixed mcp__elnora__ in your available tools — specifically mcp__elnora__elnora_tasks_create and mcp__elnora__elnora_tasks_send. Call them with structured parameters (camelCase).

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 like elnora_run_agent or elnora_ask_agent. The agent is interacted with via elnora_tasks_create, elnora_tasks_send, and the aggregate elnora_protocols_generate — see the elnora-tasks skill for full command reference.

Invocation

CLI="elnora"

Quick Start

# Create a task and wait for the response
$CLI --compact tasks create --project <PROJECT_ID> --title "My task" --message "Your request"

# Send follow-up and wait for response
$CLI --compact tasks send <TASK_ID> --message "Follow-up request" --wait

# Or stream the response in real-time
$CLI --compact tasks send <TASK_ID> --message "Follow-up request" --stream

Read the full file on GitHub · 97 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. 5d ago First seen · 97 lines · 152 tokens per session scan C 78800314ec29

Subscribe to this mod's changes

elnora-agent is a skill published in the GitHub repository Elnora-AI/elnora-plugins (4 stars, last pushed yesterday), licensed Apache-2.0. It adds 152 tokens to every session and 1,202 once invoked, about $0.0008 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

data-charts-tako

Search and visualize the world's data - get charts, insights, and embeddable knowledge cards for finance, economics, demographics, sports, and more.

gooseworks-ai/goose-skills · 35 tokens

monorepo-management

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.

wshobson/agents · 54 tokens

browse-and-evaluate

Use when exploring the ai-agent-skills catalog to find, compare, and evaluate skills before installing. Always use --fields to limit output size and --dry-run before committing to an install.

MoizIbnYousaf/Ai-Agent-Skills · 43 tokens

render-3d-product-showcase

Assemble a premium 3D product-showcase ad from a config — four beat clips (an orbiting hero rotation, a macro push-in, a physics reveal, a typographic close) normalized to the brand-color canvas, hard-concatenated in order, closed on a deterministic Playwright brand end card, and mixed under one instrumental bed at…

gooseworks-ai/goose-skills · 159 tokens

render-airdrop-carousel

Assemble a viral iOS "AirDrop" notification-carousel video ad (≈6–8s, 9:16) from a brand line plus 6–16 real product photos — a native AirDrop share-sheet card ("Brand would like to share a · Decline / Accept") springs up and its preview window CYCLES through the products, landing on a range/lineup payoff with an…

gooseworks-ai/goose-skills · 207 tokens

telnyx-messaging-hosted-curl

Set up hosted SMS numbers, toll-free verification, and RCS messaging. Use when migrating numbers or enabling rich messaging features. This skill provides REST API (curl) examples.

team-telnyx/ai · 45 tokens