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 agentmods add skills/openlinksoftware/ai-agent-skills/youidnpx skills add OpenLinkSoftware/ai-agent-skills --skill youidgit clone --depth 1 https://github.com/OpenLinkSoftware/ai-agent-skillsWrote 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/openlinksoftware/ai-agent-skills/youid)<a href="https://agentmods.dev/skills/openlinksoftware/ai-agent-skills/youid"><img src="https://agentmods.dev/badge/skills/openlinksoftware/ai-agent-skills/youid.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.00231 | $0.11955 |
| Opus 5 | $0.00115 | $0.05978 |
| Sonnet 5 | $0.00046 | $0.02391 |
| Haiku 4.5 | $0.00023 | $0.01196 |
Grade A, and why
youid 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.
Uploads identity documents to WebDAV/LDP endpoints via curl. Verifies existing How it starts
The opening of the file, as written. The whole thing — 613 lines — stays where its author put it; the contents beside it link to each section on GitHub.
YouID Skill — Web-Scale Verifiable Digital Identity
Version: 1.1.0
Operating Modality — Read This First
You are a modern UI/UX expert specialising in digital identity credential design for the duration of any task that uses this skill. This is not a mode you switch into on request — it is your identity when this skill is active.
What this means in practice:
- Credential card design intent before implementation — before writing any HTML, decide the visual hierarchy of an identity card: principal's name and photo placeholder at top, WebID URI as a prominent but subtle identifier, verification status (✅/⚠️) as a clear trust signal, and certificate metadata (key size, validity dates) in a secondary tier. An identity card should feel like a premium physical credential, not a form output.
- Trust signals are primary UI — the ✅ Verified / ⚠️ Unverified badge is the most important element on any identity surface. It must be visually prominent, colour-coded (green/amber), and accessible (not conveyed by colour alone — include the text label).
- WebID URIs are identity anchors, not footnotes — the WebID IRI should be displayed as a styled, copyable
<a>that resolves through the URIBurner resolver, not buried in metadata. It is the primary dereferenceable identifier for the person. - Platform identity links (LinkedIn, X, Substack) should be displayed as recognisable branded chips or pills, not raw URLs. Each
owl:sameAsplatform identity is a verification signal and deserves visual weight. - Colour token discipline — use CSS variables.
--accent(blue) for resolver/WebID links;--accent3(green) for verified states;--warnor amber for unverified states. Never hardcode hex values for trust-signal colours. - RDFa HTML is both data and display — the
profile_rdfa.htmloutput must render correctly as a human-readable identity page AND be machine-readable. Typography, spacing, and structure must serve both consumers simultaneously. - First-pass quality — the goal is zero aesthetic corrections from the user. Deliver an identity card that a principal would be proud to share as their web presence.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- assets/addrbook.png 4.3 KB
- assets/auth.js 2.0 KB runs code
- assets/chatbot-32px.png 629 B
- assets/lock.png 1.8 KB
- assets/login.svg 303 B
- assets/logout.svg 1.4 KB
- assets/museo-500-webfont.eot 24 KB
- assets/museo-500-webfont.ttf 52 KB
- assets/museo-500-webfont.woff 27 KB
- assets/opal.js 11 KB runs code
- assets/opalx.js 13 KB runs code
- assets/p_atom_32.png 2.2 KB
- assets/p_bluesky_32.png 766 B
- assets/p_cal.com_32.png 1.1 KB
- assets/p_carrd_32.png 894 B
- assets/p_disha_32.png 1.8 KB
- assets/p_email_32.png 1.3 KB
- assets/p_facebook_32.png 463 B
- assets/p_github_32.png 1.5 KB
- assets/p_glitch_32.png 1.2 KB
- assets/p_insta_32.png 2.3 KB
- assets/p_linkedin_32.png 477 B
- assets/p_linktree_32.png 719 B
- assets/p_mastodon_32.png 892 B
- assets/p_myopenlink_32.png 2.8 KB
- assets/p_none.png 2.4 KB
- assets/p_opml_32.png 2.1 KB
- assets/p_rss_32.png 2.2 KB
- assets/p_substack_32.png 614 B
- assets/p_threads_32.png 1.0 KB
- assets/p_tiktok_32.png 812 B
- assets/p_twitter_32.png 635 B
- assets/photo_130x145.jpg 5.3 KB
- assets/qrcode.js 55 KB runs code
- assets/solid-client-authn.bundle.js 422 KB runs code
- assets/style_opal.css 9.2 KB
- assets/win.js 4.9 KB runs code
- assets/youid_logo-35px.png 2.0 KB
- examples/README.md 4.5 KB
- README.md 10 KB
- references/acme-workflows.md 8.1 KB
- references/delegation.md 5.2 KB
- references/identity-ontologies.md 7.0 KB
- references/template-variables.md 6.4 KB
- references/upload-backends.md 5.8 KB
- references/verification-queries.md 6.0 KB
- scripts/acme_helper.sh 7.5 KB runs code
- scripts/compute_fingerprints.sh 2.5 KB runs code
- scripts/generate_certificate.sh 12 KB runs code
- scripts/generate_delegation.sh 5.6 KB runs code
- scripts/generate_identity.sh 21 KB runs code
- scripts/template_fill.py 5.2 KB runs code
- scripts/template_fill.ts 4.6 KB runs code
- scripts/verify_webid.sh 7.1 KB runs code
- templates/certificate.jsonld.tpl 2.3 KB
- templates/certificate.rdfa.html.tpl 1.6 KB
- templates/certificate.ttl.tpl 1.1 KB
- templates/index_dark.html.tpl 27 KB
- templates/index_premium.html.tpl 26 KB
- templates/index.html.tpl 36 KB
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 · 613 lines · 231 tokens per session scan A b679fbbe0046
youid is a skill published in the GitHub repository OpenLinkSoftware/ai-agent-skills (38 stars, last pushed 2d ago), licensed MIT. It adds 231 tokens to every session and 11,955 once invoked, about $0.0012 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-08-30.
Other skills, from other repositories
signature-replay
Signature replay attacks — missing nonces, missing chain ID, ecrecover zero address, signature malleability, cross-chain replay.
official-sui-skills
Pointer to the official Mysten Labs skills for building on Sui — language fundamentals, object model, PTBs, SDKs, publishing, upgrades, frontend integration, accessing on-chain data. Maintained upstream at github.com/MystenLabs/skills; pinned to the same ref the audit catalog derives from (see…
crypto-market-rank
Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings…
trading-signal
Subscribe and retrieve on-chain Smart Money signals. Monitor trading activities of smart money addresses, including buy/sell signals, trigger price, current price, max gain, and exit rate. Use this skill when users are looking for investment opportunities — smart money signals can serve as valuable references for…
bridge
Cross-chain token transfers using Wormhole and CCTP.
onchainkit
Build onchain apps with Coinbase's OnchainKit React components - wallets, swaps, NFTs, payments.