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 iblai/api --skill iblai-api-catalog-mediagit clone --depth 1 https://github.com/iblai/apiWrote 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/iblai/api/iblai-api-catalog-media)<a href="https://agentmods.dev/skills/iblai/api/iblai-api-catalog-media"><img src="https://agentmods.dev/badge/skills/iblai/api/iblai-api-catalog-media.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 4 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 19 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 Data Exfiltration · line 23 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 Data Exfiltration · line 111 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 Data Exfiltration · line 121 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.
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.00088 | $0.02273 |
| Opus 5 | $0.00044 | $0.01137 |
| Sonnet 5 | $0.00018 | $0.00455 |
| Haiku 4.5 | $0.00009 | $0.00227 |
Grade A, and why
iblai-api-catalog-media 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 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -G \ How it starts
The opening of the file, as written. The whole thing — 164 lines — stays where its author put it; the contents beside it link to each section on GitHub.
iblai-api-catalog-media
Manage an organization's catalog media resources from the API: media files
and external links (videos, images, documents, audio, other) attached to a
course, a unit, a specific resource item, or any combination of the three.
Supports listing/filtering, full CRUD, a search action, and a by-item lookup.
The item_type (which catalog level the media is associated with) is derived
automatically from which of course_id / unit_id / item_id you supply.
Use when attaching media to catalog content, browsing/searching an org's media,
or uploading media files.
Auth & conventions
- Base URL:
https://api.iblai.app/dm— these are Data Manager (DM) endpoints, so the/dmprefix is required; the/api/media/orgs/{org}/users/{user_id}/media/media-resources/...paths below are appended to it (e.g.https://api.iblai.app/dm/api/media/orgs/enterprise/users/36/media/media-resources/). - Header:
Authorization: Api-Token $IBLAI_API_KEYon every request. - Path vars:
{org}=$IBLAI_ORG(the org key — matched against the platform'sorg),{user_id}= the numeric user id (matched againstUser.id; this is not the username). Both org and user are baked into the path here (unlike most catalog endpoints, which pass them as params). - Auth classes: session, OAuth2 client-credential, and platform Api-Token.
- DELETE / destructive / outward-facing calls (delete, file upload) say "Confirm with the user first."
- Not connected yet? Run
/iblai-api-loginfirst to populateIBLAI_ORG,IBLAI_USERNAME, andIBLAI_API_KEY. (user_idis the numeric id, not the usernameIBLAI_USERNAME.)
All routes are under
/api/media/orgs/{org}/users/{user_id}/media/media-resources/.
Reads
Media resources (CRUD)
- GET
…/media-resources/— list media resources for the org's platform (paginated, newest-first). Filters (query params, mutually exclusive in this precedence):search(icontains acrosstitle,description,course_id,unit_id,item_id,file_url), elsecourse_id+unit_id, elsecourse_id, elseunit_id, elseitem_id. The id filters also pull in rows whoseitem_typespans that level (e.g. filtering bycourse_idalso returnscourse,course_unit,course_resource, andallitems). - GET
…/media-resources/{id}/— retrieve one media resource by numeric id.
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 · 164 lines · 88 tokens per session scan A 536be717c6b8
iblai-api-catalog-media is a skill published in the GitHub repository iblai/api (15 stars, last pushed today), licensed MIT. It adds 88 tokens to every session and 2,273 once invoked, about $0.0004 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
jupyter-notebook
Create, scaffold, or refactor Jupyter notebooks (.ipynb) for experiments and tutorials. Prefer the bundled templates and the helper script (newnotebook.py, also exposed as newnotebook) to generate a clean starting notebook instead of authoring raw notebook JSON.
onboarding
Getting started guide for new users. Walks through setup validation, the skill/agent hierarchy, and the three most useful commands per role (developer, PM, tech lead). Use when someone is new to the workstation or asks "where do I start?".
lesson
Produce or continue a deep-dive learning-track lesson (a focused mini-course on a hard subject the project needs), or review the user's track exercise work. Use when the user asks for the next lesson, help with a track exercise, or to start a new track.
explainer
A tool for making narrated explainer or tutorial videos with computer-generated visuals. It can help create the script, the video, or both.
lov-subtitle-freedom
Create learner-friendly English subtitles with level-aware glosses and optional spoiler-safe subtitle sidecars.
vindicate
Use when the user wants to write, add, fix, stabilize (flaky), refactor, run, or audit Playwright browser tests, draft requirements/stories from a recording (no tests), find test-coverage gaps, scaffold a Playwright project, or set up Playwright CI. Vindicate's guided workflow for grounded, conformant Playwright test…