connect-llm

connect-llm is a skill for Claude Code, Codex from AndrewDryga/emisar. It costs 106 tokens per session (2,932 once invoked), scanned B, original, no licence file.

A connection skill for linking an AI model or MCP client to Emisar and checking that the connection works end to end.

In plain words
What is it for?
Use it to install the Emisar MCP bridge, connect Claude Code, Cursor, Zed, Copilot CLI, Claude.ai, or ChatGPT, and verify the setup.
Why use it?
It helps set up clients and diagnose registrations or bridges that do not connect correctly.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to install the Emisar MCP bridge, connect Claude Code, Cursor, Zed, Copilot CLI, Claude.ai, or ChatGPT, and verify the setup.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/andrewdryga/emisar/connect-llm
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 AndrewDryga/emisar --skill connect-llm
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 connect-llm

README.md
[![agentmods](https://agentmods.dev/badge/skills/andrewdryga/emisar/connect-llm.svg)](https://agentmods.dev/skills/andrewdryga/emisar/connect-llm)
Your own site
<a href="https://agentmods.dev/skills/andrewdryga/emisar/connect-llm"><img src="https://agentmods.dev/badge/skills/andrewdryga/emisar/connect-llm.svg" alt="Measured on agentmods" height="20"></a>
Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,932 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00106 $0.02932
Opus 5 $0.00053 $0.01466
Sonnet 5 $0.00021 $0.00586
Haiku 4.5 $0.00011 $0.00293

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

Security

Grade B, and why

connect-llm scanned grade B 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.

Asks for rootmediumPrivilege escalation

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

sudo EMISAR_URL="$EMISAR_URL" bash "$installer"

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/connect-llm/SKILL.md · 257 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. 4d ago Changed · +15 lines f220b49ef997
  2. 8d ago First seen · 242 lines · 106 tokens per session scan B 0c83e3befaad

Subscribe to this mod's changes

connect-llm is a skill published in the GitHub repository AndrewDryga/emisar (354 stars, last pushed 2d ago), with no licence file. It adds 106 tokens to every session and 2,932 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 2 findings (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

streamsql

A Chinese-language guide to StreamSQL, a SQL-based way to process continuously arriving data in RuleGo. It covers filtering, transformations, time windows, joins, change tracking, cumulative values, and event-pattern matching.

rulego/rulego · 90 tokens

chunking-for-llms

Use when the user wants to split source code into chunks for an LLM context window without breaking syntax mid-construct. Covers ts-pack process --chunk-size, why syntax-aware splits beat fixed-byte splits, picking a size, and the chunk JSON shape.

xberg-io/tree-sitter-language-pack · 59 tokens

pi-loop-forensics

Diagnose pi-go agent loops and degenerate turns — "agent loop aborted", runaway thinking with no tool calls, repeated phrases. Discriminates genuine model repetition collapse from a race, a tool-parse failure, or a too-low guard, and A/B replays a seed session across providers.

dimetron/pi-go · 65 tokens

nightly-session-watch

Nightly sweep of the last 24h of pi-go sessions — anomalous runs, loop aborts, tool error rates, token waste, real prompt-token spend, and whether the observation and palace pipelines are still recording. Triages each finding to the specialist skill that diagnoses it. Use for an unattended daily health check, or on…

dimetron/pi-go · 78 tokens

migration-helper

Analyze GORM model changes, estimate resulting schema (DDL) differences, and propose safe migration steps with verification guidance.

pilinux/gorest · 26 tokens