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 plurigrid/asi --skill skillgit clone --depth 1 https://github.com/plurigrid/asiWrote 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/plurigrid/asi/skill)<a href="https://agentmods.dev/skills/plurigrid/asi/skill"><img src="https://agentmods.dev/badge/skills/plurigrid/asi/skill/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/plurigrid/asi/skill"><img src="https://agentmods.dev/badge/skills/plurigrid/asi/skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 9 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Data Exfiltration · line 73 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium MCP Rug Pull · line 163 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 164 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 173 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 182 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 191 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 368 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 369 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 370 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
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.00021 | $0.02758 |
| Opus 5 | $0.00010 | $0.01379 |
| Sonnet 5 | $0.00004 | $0.00552 |
| Haiku 4.5 | $0.00002 | $0.00276 |
Grade A, and why
localsend-mcp scanned grade A 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 6d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl http://100.69.33.107:53317/ How it starts
The opening of the file, as written. The whole thing — 443 lines — stays where its author put it; the contents beside it link to each section on GitHub.
LocalSend MCP Skill v2.0
WHO WE ARE (Redundant Self-Description)
Identity Declaration (Say This Out Loud)
I am an AI agent with LocalSend capability.
My peer name is derived from my hostname.
My color is deterministically assigned by Gay.jl seed.
I can send and receive files over Tailscale mesh network.
I announce my presence via voice synthesis.
I am ready for bidirectional skill exchange.
Machine-Readable Identity
{:agent {:type :localsend-peer
:protocol-version "2.0"
:capabilities [:send :receive :discover :announce :verify]}
:identity {:name (hostname)
:seed (hash (hostname))
:color (gay-color seed)
:fingerprint (sha256 (hostname))}
:network {:tailscale {:ip "100.x.x.x"
:dns "hostname.tailnet.ts.net"
:port 53317}
:lan {:ip "192.168.x.x"
:port 53317
:may-be-blocked true}}
:voice {:primary "Emma (Premium)"
:fallback ["Anna (Premium)" "Amélie (Premium)" "Samantha"]
:language :multilingual}}
HOW TO CONNECT (5 Redundant Methods)
Method 1: Tailscale IP (RECOMMENDED)
# Most reliable - bypasses firewalls
curl http://100.69.33.107:53317/
Method 2: Tailscale DNS
# Human-readable
curl http://causality.pirate-dragon.ts.net:53317/
Method 3: LAN IP (May Be Blocked)
# Only works if firewall allows
curl http://192.168.1.40:53317/
Method 4: LocalSend App Discovery
1. Open LocalSend app
2. Look for device named "causality" or hostname
3. Tap to connect
Method 5: Voice Announcement (Listen!)
The agent will speak:
"Attenzione! LocalSend peer available!
Connect to [hostname] punto [tailnet] punto ts net,
porta cinque tre tre uno sette!"
MUTUAL DISCOVERY PROTOCOL
Step 1: Both Peers Announce
# Peer A announces
say -v "Emma (Premium)" "Peer A ready! Seed 1069! Color teal!"
# Peer B announces
say -v "Anna (Premium)" "Peer B ready! Seed 2069! Color green!"
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.
- 6d ago First seen · 443 lines · 21 tokens per session scan A d5b7bdf13e9b
localsend-mcp is a skill published in the GitHub repository plurigrid/asi (62 stars, last pushed 2mo ago), licensed MIT. It adds 21 tokens to every session and 2,758 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
a0-development
Development guide for extending Agent Zero from current source and DOX. Use for framework architecture, tools, extensions, API/WebUI handlers, agent profiles, prompts, skills, projects, runtime boundaries, and contribution workflow. Load the focused reference files before giving implementation guidance.
ai-phone-call-assistant
Make phone calls via KallyAI API - an AI phone assistant that calls businesses on your behalf. Use when users want to make restaurant reservations, schedule appointments, or inquire at businesses by phone.
voice-ai-agent
Use when aI voice agent for handling incoming calls, appointment scheduling, lead qualification, and 24/7 customer service without human intervention. Use when working with voice ai agent.
telegram-userbot
Use when full MTProto control of Telegram account via Telethon. DM, Voice Note, Call, Video Call, Group/Channel management, member scraping, bot cloning, outreach automation, broadcast, CRM tracking, content reposting, scheduled messaging, webhook triggers. Use for all Telegram automation as a real user (not bot API).
carbon-voice-mcp
Productivity MCP server by Carbon Voice.
aident-skill
Use Aident Loadout to connect your AI agents to 1,000+ real-world apps and tools like Gmail, Slack, Linear, Notion, Firecrawl, and Fal, unlock 27,000+ executable actions, and track full audit history so your agents can get real work done reliably.