reliable-execution

reliable-execution is a skill for Claude Code, Codex from ahkedia/lyra-ai. It costs 39 tokens per session (155 once invoked), scanned A, original, MIT.

A set of execution rules for completing approved work in the same conversation and keeping technical errors out of user-facing messages. It also defines what to do when a run is stuck or JSON parsing fails.

In plain words
What is it for?
Use it when carrying out approved tasks, handling multi-step work, reporting what is complete, and responding safely to parsing errors or stalled runs.
Why use it?
It reduces unfinished “I’ll do it later” replies and prevents raw error text from being sent to chat.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when carrying out approved tasks, handling multi-step work, reporting what is complete, and responding safely to parsing errors or stalled runs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ahkedia/lyra-ai/reliable-execution
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 ahkedia/lyra-ai --skill reliable-execution
Clone the repo
git clone --depth 1 https://github.com/ahkedia/lyra-ai

Made for: Claude Code, Codex.

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 reliable-execution

README.md
[![agentmods](https://agentmods.dev/badge/skills/ahkedia/lyra-ai/reliable-execution.svg)](https://agentmods.dev/skills/ahkedia/lyra-ai/reliable-execution)
Your own site
<a href="https://agentmods.dev/skills/ahkedia/lyra-ai/reliable-execution"><img src="https://agentmods.dev/badge/skills/ahkedia/lyra-ai/reliable-execution.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 155 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 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.00039 $0.00155
Opus 5 $0.00019 $0.00077
Sonnet 5 $0.00008 $0.00031
Haiku 4.5 $0.00004 $0.00015

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

Security

Grade A, and why

reliable-execution scanned grade A with 0 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/reliable-execution/SKILL.md · 14 lines

What it actually says

Reliable execution

Canonical rules live in config/SOUL.mdExecution & chat UX.

Checklist

  1. Akash approved → run tools in the same turn (read → write/edit or one allowed command) before saying "Done."
  2. Multi-step → finish automatable steps or explicitly say done vs remaining.
  3. Any JSON.parse / SyntaxError / position-N text → do not paste to Telegram; paraphrase and suggest retry/shorter message/fresh thread.
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 · 14 lines · 39 tokens per session scan A 86c417741761

Subscribe to this mod's changes

reliable-execution is a skill published in the GitHub repository ahkedia/lyra-ai (5 stars, last pushed 19d ago), licensed MIT. It adds 39 tokens to every session and 155 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. 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

groq-inference

Ultra-fast LLM inference on custom LPU hardware. OpenAI-compatible API at api.groq.com. Lowest latency in the industry (500-1000+ tok/s). Supports chat completions, vision, audio (Whisper STT + TTS), tool calling, JSON mode, and streaming. Free tier available. Inference only — no training.

synthetic-sciences/openscience · 77 tokens

rich-post

Send a Telegram rich-media post to ANOTHER allowlisted chat via the bot (Bot API 10.1 sendRichMessage) - text, inline images, tables, headings, lists, quotes, collapsible blocks, formulas, collages/slideshows ALL in one message bubble. Use when the owner asks to post somewhere other than the current conversation (the…

smixs/iva-agent · 129 tokens

telegram-userbot

A skill for connecting to and working through the owner's personal Telegram account, rather than a Telegram bot. It can read personal chats, search messages, and send messages as the account owner after setup and consent.

smixs/iva-agent · 144 tokens

memory-processor

Iva's daily-memory processor. Reads the day's two-sided transcript (daily/YYYY-MM-DD.md), distills noteworthy entities / decisions / ideas into typed autograph cards, links them into the graph, and produces a daily-summary card (topics + MOC) that navigates down to the raw transcript and up to the week. Model-agnostic…

smixs/iva-agent · 106 tokens

agent-browser

A command-line browser for interactive websites and web apps. It can open pages, inspect clickable elements, fill forms, click buttons, take screenshots, sign in, and read pages whose content is loaded by JavaScript.

smixs/iva-agent · 114 tokens

update-recovery

A procedure for recovering custom changes after an Iva software update creates conflicts between the old and new versions.

smixs/iva-agent · 60 tokens