elnora-tasks

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

A task-management connection for conversations with the Elnora AI agent. It can use either a command-line program or connected tools to work with tasks and their messages or files.

In plain words
What is it for?
Use it to create tasks, send messages, generate protocols, check task details and messages, change task status, and read attachments.
Why use it?
It gives an agent a defined way to create, inspect, update, archive, and restore work items instead of keeping task details only in chat.

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-tasks
Any agent
npx skills add Elnora-AI/elnora-cli --skill elnora-tasks
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-tasks

README.md
[![agentmods](https://agentmods.dev/badge/skills/elnora-ai/elnora-cli/elnora-tasks.svg)](https://agentmods.dev/skills/elnora-ai/elnora-cli/elnora-tasks)
Your own site
<a href="https://agentmods.dev/skills/elnora-ai/elnora-cli/elnora-tasks"><img src="https://agentmods.dev/badge/skills/elnora-ai/elnora-cli/elnora-tasks.svg" alt="Measured on agentmods" height="20"></a>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,682 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.00116 $0.02682
Opus 5 $0.00058 $0.01341
Sonnet 5 $0.00023 $0.00536
Haiku 4.5 $0.00012 $0.00268

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

Security

Grade C, and why

elnora-tasks 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 4d 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-tasks — 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-tasks/SKILL.md · 245 lines

How it starts

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

Elnora Tasks

Tasks are conversations with the Elnora AI Agent. Send messages to generate protocols, iterate on outputs, and reference uploaded files.

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, taskId, 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"

Response Retrieval

The Elnora backend processes agent responses asynchronously. When you send a message, the POST returns immediately with the user message echo — the AI response arrives separately. Use --stream or --wait to collect it.

Mode Flag Behavior Timeout Use when
Streaming --stream Real-time SSE token-by-token output 300s Default choice. Best UX, longest timeout, pipeable
Polling --wait Auto-polls every 2s until assistant message appears 120s You need the JSON message object, not real-time output
Fire-and-forget (no flag) Returns immediately, no response You'll check tasks messages manually later

Recommended: Always use --stream unless you have a specific reason not to. Content tokens go to stdout, status events (think, tool_start, tool_end, progress) go to stderr — so output is pipeable: elnora tasks send ... --stream > response.txt.

Read the full file on GitHub · 245 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. 4d ago First seen · 245 lines · 116 tokens per session scan C 04460076d8b4

Subscribe to this mod's changes

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

Related

Other skills, from other repositories

create-site

Creates a new Power Pages code site (SPA) using React, Angular, Vue, or Astro. Guides through the full process from initial concept to deployed site: requirements discovery, scaffolding, component planning, design, implementation, validation, and deployment. Use when the user wants to create, build, or scaffold a new…

microsoft/power-platform-skills · 73 tokens

google-ads-audit

Google Ads account audit and business context setup. Run this first — it gathers business information, analyzes account health, and saves context that all other ads skills reuse. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should…

nowork-studio/notfair-plugin · 114 tokens

review

5-pass structured code review — correctness, security, performance, readability, consistency.

SethGammon/Citadel · 17 tokens

alive:system-upgrade

Upgrade ALIVE to the current version. Handles v1/v2/v3.x source states, multi-surface aware (alive-mcp / Hermes / Codex), retroactive version detection, partial-failure resume, dry-run previews, and rollback inspection.

alivecontext/alive · 57 tokens

codex-test-gen

Generate unit tests for specified functions using Codex MCP.

sd0xdev/sd0x-harness · 15 tokens

pm-verify-release-v1

Post-release acceptance verification, grade a shipped release against the spec that promised it. Use when someone says "verify the release", "did the release meet its acceptance scenarios", "post-release verification", "execute the measurement plan", "week-one metrics check", or hands a shipped scope that needs…

naderelewa/Product-to-Prod · 189 tokens