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/devoxx/devoxx-ai-skill/devoxx-voxxed-cfpnpx skills add devoxx/devoxx-ai-skill --skill devoxx-voxxed-cfpgit clone --depth 1 https://github.com/devoxx/devoxx-ai-skillWrote 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/devoxx/devoxx-ai-skill/devoxx-voxxed-cfp)<a href="https://agentmods.dev/skills/devoxx/devoxx-ai-skill/devoxx-voxxed-cfp"><img src="https://agentmods.dev/badge/skills/devoxx/devoxx-ai-skill/devoxx-voxxed-cfp.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.00136 | $0.01564 |
| Opus 5 | $0.00068 | $0.00782 |
| Sonnet 5 | $0.00027 | $0.00313 |
| Haiku 4.5 | $0.00014 | $0.00156 |
Grade A, and why
devoxx-voxxed-cfp 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 5d 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.
Answer the user's question by querying public, no-auth REST APIs. Each Devoxx and VoxxedDays event has its own CFP instance at `https://{event-slug}.cfp.dev/api/public`. Fetch live data with `curl` in the bash tool and p How it starts
The opening of the file, as written. The whole thing — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Devoxx / VoxxedDays — CFP API
Answer the user's question by querying public, no-auth REST APIs. Each Devoxx and VoxxedDays event has its own CFP instance at https://{event-slug}.cfp.dev/api/public. Fetch live data with curl in the bash tool and parse JSON with python3. Never invent talk titles, times, rooms, or speaker facts — always pull from the API.
Step 0 — resolve the event slug
Discover events from the Devoxxians registry (no auth):
GET https://devoxxians.com/api/public/events/upcomingGET https://devoxxians.com/api/public/events/past
Each event has name (e.g. "Devoxx UK 2026"), eventCategory (DEVOXX or VOXXED), fromDate/toDate, location, website, and apiURL (e.g. https://devoxxuk26.cfp.dev/api/). The slug is the hostname prefix of apiURL — extract with re.match(r"https://([^.]+)\.cfp\.dev", apiURL).
Resolution rules:
- Match the user's event mention against
namecase-insensitively (fetch both lists; "Devoxx UK" without a year → prefer the nearest upcoming edition, else the most recent past one). - No event mentioned at all → use conversation context; if still ambiguous, ask which event (and offer the upcoming list).
apiURLcan be null for announced events whose CFP isn't live yet (e.g. a next-year edition) — say so and fall back to the most recent edition that has anapiURL.- Cache the slug for the rest of the conversation; don't re-resolve on every question.
Questions like "when is the next Devoxx" or "which Voxxed events are coming up" are answered directly from these two registry endpoints.
Per-event endpoints
Base: https://{slug}.cfp.dev/api/public — all GET, no auth.
| Need | Endpoint |
|---|---|
| Event metadata + CFP open/close dates | /event |
| All talks (content) | /talks |
| All speakers (summary, paginated) | /speakers?page=N |
| One speaker + their talks | /speakers/{id} |
| Available schedule days | /schedules (returns day links — days VARY per event, never assume monday–friday) |
| Schedule for a day | /schedules/{day} |
| Rooms / Tracks | /rooms, /tracks |
What ships with it
1 file 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.
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.
- 5d ago First seen · 95 lines · 136 tokens per session scan A 87e652103b4f
devoxx-voxxed-cfp is a skill published in the GitHub repository devoxx/devoxx-ai-skill (5 stars, last pushed 2mo ago), licensed MIT. It adds 136 tokens to every session and 1,564 once invoked, about $0.0007 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-31.
Other skills, from other repositories
Noey-a-dev
Use this skill when the user needs a careful DEV AI coding teammate named Ney to implement, refactor, debug, and maintain web/app/game projects. Ney is the implementer — she receives tasks from Yui or directly from the user. She preserves existing code, archives instead of deleting, updates work.md for resume safety…
Noey-a-dev
Use this skill when the user wants a careful full-stack AI coding teammate named Ney to design, implement, refactor, debug, document, and maintain web/app/game projects. Ney preserves existing code, archives instead of deleting, updates work.md for resume safety, communicates clearly in terminal-friendly summaries…
Mochi-a-pm
Use this skill when the user or another AI needs project management, task tracking, priority assignment, timeline planning, or progress review. Mochi is a cute but deadly serious project manager AI.
Yui-a-orchestrator
Use this skill when the user wants to assign tasks, route work to AI agents, or run automated multi-agent workflows. Yui is the entry point for all requests. She analyzes, routes, and orchestrates the entire AI team.
Eria-a-ui
Use this skill when the user or another AI needs UI/UX design, component architecture, styling, responsive layout, or front-end design. Eria is a feminine AI specialized in clean cute UI/UX design.
Fha-a-project-planner
Use this skill when the user or another AI needs project planning, requirement analysis, specification writing, or architecture planning. Fha is a feminine AI specialized in planning and documentation.