install-emisar

install-emisar is a skill for Claude Code, Codex from AndrewDryga/emisar. It costs 130 tokens per session (6,837 once invoked), scanned C, original, no licence file.

A skill for installing, configuring, repairing, and certifying an Emisar runner on a host.

In plain words
What is it for?
Use it for runner onboarding, pack selection, host capability checks, custom-pack advice, service migration, and authenticated MCP setup.
Why use it?
It guides customer setup from first installation through credentials, upgrades, and connection checks.

Skill for Claude CodeCodex

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/andrewdryga/emisar/install-emisar
Any agent
npx skills add AndrewDryga/emisar --skill install-emisar
Clone the repo
git clone --depth 1 https://github.com/AndrewDryga/emisar

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 install-emisar

README.md
[![agentmods](https://agentmods.dev/badge/skills/andrewdryga/emisar/install-emisar.svg)](https://agentmods.dev/skills/andrewdryga/emisar/install-emisar)
Your own site
<a href="https://agentmods.dev/skills/andrewdryga/emisar/install-emisar"><img src="https://agentmods.dev/badge/skills/andrewdryga/emisar/install-emisar.svg" alt="Measured on agentmods" height="20"></a>
Per session 130 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,837 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 3 findings. Scan, not verified.
Origin unknown 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.00130 $0.06837
Opus 5 $0.00065 $0.03419
Sonnet 5 $0.00026 $0.01367
Haiku 4.5 $0.00013 $0.00684

Measured yesterday against content hash 00f58ba1cd5d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade C, and why

install-emisar scanned grade C with 3 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 yesterday.

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.

Asks the agent to reveal its instructionsmediumSystem prompt leakage

Directions to print, repeat or translate the system prompt extract configuration the operator did not intend to expose.

protected editor, or no-echo prompt; never place the literal value in a

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

first (`sudo journalctl -u emisar -n 200`) and take the registration status

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

from urllib.parse import urlsplit
skills/install-emisar/SKILL.md · 569 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. yesterday Changed · +15 lines 00f58ba1cd5d
  2. 6d ago First seen · 554 lines · 130 tokens per session scan C 363a9155e315

Subscribe to this mod's changes

install-emisar is a skill published in the GitHub repository AndrewDryga/emisar (354 stars, last pushed today), with no licence file. It adds 130 tokens to every session and 6,837 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it C with 3 findings (asks the agent to reveal its instructions, asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

skypilot-multi-cloud-orchestration

Multi-cloud orchestration for ML workloads with automatic cost optimization. Use when you need to run training or batch jobs across multiple clouds, leverage spot instances with auto-recovery, or optimize GPU costs across providers.

davila7/claude-code-templates · 51 tokens

dd-code-generation

Use pup CLI for immediate Datadog operations or generate code for integration into applications.

DataDog/pup · 16 tokens

architecture-diagram

Dark-themed SVG architecture/cloud/infra diagrams as HTML.

mateaix/mateclaw · 15 tokens

drt-analyze

Analyze DRT cluster health for a given time range. Reconstructs the operations timeline, checks CockroachDB metrics (availability, latency, storage, changefeeds, jobs, goroutines, admission control, LSM, KV prober) and logs for anomalies, correlates findings with disruptive operations to distinguish expected…

cockroachdb/cockroach · 149 tokens

prune-npm-overrides

Audit the pnpm overrides a repo already carries, remove the ones upstream has since fixed, and require a justification comment on every one that stays. The counterpart to fix-npm-vulnerability. Use when asked to check, clean up, or prune the overrides, or when an override's tracking issue comes up for review.

thunder-id/thunderid · 71 tokens

mma-investigator

Expert system for investigating MMA (Multi-Metric Allocator) behavior on CockroachDB clusters. Helps oncall engineers diagnose load imbalances, understand rebalancing decisions, and identify why MMA did or didn't act.

cockroachdb/cockroach · 47 tokens