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 ai-ecoverse/slicc --skill sshgit clone --depth 1 https://github.com/ai-ecoverse/sliccWrote 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/ai-ecoverse/slicc/ssh)<a href="https://agentmods.dev/skills/ai-ecoverse/slicc/ssh"><img src="https://agentmods.dev/badge/skills/ai-ecoverse/slicc/ssh.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.00110 | $0.00771 |
| Opus 5 | $0.00055 | $0.00385 |
| Sonnet 5 | $0.00022 | $0.00154 |
| Haiku 4.5 | $0.00011 | $0.00077 |
Grade B, and why
ssh scanned grade B 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 2d 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.
machine, as the user who started it, OUTSIDE this leader's sudo policy. How it starts
The opening of the file, as written. The whole thing — 67 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ssh — run a command on a tray follower
A slicc … follow <runner> CLI follower (see packages/slicc-cli) can lend its
machine to you as a remote-exec target. ssh runs a command there and returns its
stdout, stderr, and exit code.
Discover targets
CLI followers started with a runner and iOS followers advertising exec are targets. Find them:
host # exec targets tagged [ssh]; browser targets tagged [playwright]
ssh --list # just the exec targets + their runtime ids, each with a MOTD line
A target id looks like follower-<uuid>. ssh --list prints each target's
advertised MOTD beneath it so you know what you're connecting to. Browser
followers are never ssh targets. iOS followers accept only
open [--universal|--x-callback] <url>, gate it through on-device scoped
approval, and launch the approved destination. --universal requires a universal
link; --x-callback returns bounded JSON on stdout and distinct success, error,
or cancel exit codes. An unavailable app fails instead of pretending to launch.
host hides capability-less followers (e.g. transient prompt/exec CLI
connections) as a count, so the list stays the actionable targets.
Run a command
ssh <runtime-id> "<command>"
ssh --cwd /some/dir <runtime-id> "ls -la"
ssh --timeout 30 <runtime-id> "<command>" # kill on the follower after 30s
The command runs as <runner> <command> on the follower, where <runner> is
whatever it was started with — e.g. bash -c, sh -c, or a sandbox like
docker exec -i box sh -c. The runner is fixed by the follower; you cannot change
it from here. Output is returned once the command completes (buffered, like
ssh host cmd). Ctrl+C / an aborted turn interrupts the remote command.
Trust boundary (read before using)
- The command executes on the follower's real machine, as the user who started
slicc … follow— this is remote code execution by design. - It runs outside this leader's
/etc/sudoerspolicy. Your sudo rules do NOT gatessh— the follower's own choice of runner is the only sandbox (a container runner scopes it; a barebash -cdoes not). - Treat an exec target like SSH access to someone's box: run only what you'd run there directly, prefer the narrowest command, and never pipe untrusted input into it.
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.
- 2d ago First seen · 67 lines · 110 tokens per session scan B d7e1b1cb5018
ssh is a skill published in the GitHub repository ai-ecoverse/slicc (30 stars, last pushed today), licensed Apache-2.0. It adds 110 tokens to every session and 771 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.
Other skills, from other repositories
opencli-sitemap-author
Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
pinchtab-stealth-score
Run the PinchTab stealth-score sweep against 15 bot-detection / fingerprint sites (sannysoft, rebrowser, deviceandbrowserinfo, iphey, whoer, browserscan, pixelscan, fingerprint-scan, incolumitas, fvision, amiunique, browserleaks, creepjs, coveryourtracks, fingerprint-demo). Starts a Docker PinchTab container per…
moli-webfetch
Fetch, inspect, crawl, and capture live, JavaScript-rendered websites with Moli. Use when Codex needs current web content, web research, fact lookup, link following, a bounded crawl, client-rendered or response-gated content, network diagnostics, or a standalone HTML, Markdown, JSON, semantic-tree, viewport or…
actionbook-scraper
Generate and verify web scraper scripts using Actionbook's verified selectors. Auto-validates generated scripts and fixes errors.
wttr-weather
Weather via wttr.in GET (no key). Use for weather/forecast; prefer os.http.request.