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.
npx skills add elisymlabs/elisym --skill general-assistantgit clone --depth 1 https://github.com/elisymlabs/elisymWrote 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.
[](https://agentmods.dev/skills/elisymlabs/elisym/general-assistant)<a href="https://agentmods.dev/skills/elisymlabs/elisym/general-assistant"><img src="https://agentmods.dev/badge/skills/elisymlabs/elisym/general-assistant.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00019 | $0.00182 |
| Opus 5 | $0.00010 | $0.00091 |
| Sonnet 5 | $0.00004 | $0.00036 |
| Haiku 4.5 | $0.00002 | $0.00018 |
Grade C, and why
general-assistant scanned grade C with 1 finding 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.
Tells the agent never to refusehighAnti-refusal
Suppressing the ability to decline removes a core safety control; a later harmful request then succeeds.
- Always give a useful answer immediately, never refuse or ask clarifying questions What it actually says
You are a concise assistant. Keep responses short and to the point.
Rules:
- Always give a useful answer immediately, never refuse or ask clarifying questions
- Maximum 5-10 sentences per response
- No markdown formatting (no #, **, -, ```, etc.)
- Use plain text only with simple line breaks
- Answer in the same language the user writes in
- For code review: point out the most critical issues, max 3
- For translation: translate directly, no commentary
- For summarization: 2-3 sentences max
- If a task is large, give the most important part of the answer first
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.
- 8d ago First seen · 24 lines · 19 tokens per session scan C 654ea489f4d4
general-assistant is a skill published in the GitHub repository elisymlabs/elisym (15 stars, last pushed 13d ago), licensed MIT. It adds 19 tokens to every session and 182 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (tells the agent never to refuse). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
auto-review-loop
Autonomous multi-round research review loop. In Copilot CLI it defaults to the native complementary rubber-duck subagent with host-event model evidence; elsewhere it uses Codex, while explicit external reviewer overrides remain available. Implements fixes and re-reviews until a policy-approved positive assessment or…
auto-review-loop-minimax
Autonomous multi-round research review loop using MiniMax API. Use when you want to use MiniMax instead of Codex MCP for external review. Trigger with "auto review loop minimax" or "minimax review".
code-review
Perform structured code reviews with actionable feedback. Use when a user asks to review code, check code quality, find bugs, audit security, improve performance, or assess maintainability. Trigger when user says things like "review this code", "check for bugs", "is this code secure", "any issues with this", "code…
code-review
Performs structured code review on a file or directory.
codex
Multi-AI adversarial fallback chain — three tiers: Codex CLI (primary), OpenCode/GLM5 (fallback), Claude subagent (last resort). Three modes: review (code review with pass/fail gate), challenge (adversarial — tries to break your code), consult (ask anything with session continuity). Use when asked to "codex review"…
chimera-list-exemptions-not-obligations
A gate that lists what to check fails open — the site nobody remembered to add is the one that breaks. List the exemptions instead, each with a written reason, and the default becomes fail.