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/yaalalabs/agent-kernel/ak-buildnpx skills add yaalalabs/agent-kernel --skill ak-buildgit clone --depth 1 https://github.com/yaalalabs/agent-kernelWrote 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/yaalalabs/agent-kernel/ak-build)<a href="https://agentmods.dev/skills/yaalalabs/agent-kernel/ak-build"><img src="https://agentmods.dev/badge/skills/yaalalabs/agent-kernel/ak-build.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 | $0.00065 | $0.04278 |
| Opus 5 | $0.00032 | $0.02139 |
| Sonnet 5 | $0.00013 | $0.00856 |
| Haiku 4.5 | $0.00006 | $0.00428 |
Grade A, and why
ak-build 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 today.
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 -X POST http://localhost:8000/run \ How it starts
The opening of the file, as written. The whole thing — 470 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Build: Add Tools & Agents
Use this skill to add new tools, agents, or handoffs to an existing Agent Kernel project.
Instructions for the Agent
Step 1: Read the Existing Project
Before generating any code, inspect the project to determine:
-
Framework — Open the main agent file (e.g.,
app.py,demo.py,server.py,lambda.py) and look for:from agentkernel.openai import OpenAIModule→ OpenAI Agents SDKfrom agentkernel.langgraph import LangGraphModule→ LangGraphfrom agentkernel.crewai import CrewAIModule→ CrewAIfrom agentkernel.adk import GoogleADKModule→ Google ADKfrom agentkernel.smolagents import SmolagentsModule→ Smolagentsfrom agentkernel.pydanticai import PydanticAIModule→ Pydantic AI
-
Existing agents — List every agent already defined (names, roles, instructions).
-
Existing tools — List every tool function and which agent uses it.
-
Entry point — Is it CLI (
demo.py), API (RESTAPI.run()), Lambda (Lambda.handler), or Azure Function? -
Config — Read
config.yamlfor session type, guardrails, tracing, integrations already enabled. -
Dependencies — Read
pyproject.tomlfor the extras already installed (e.g.,[openai,api,redis]).
Report back what you found before proceeding. Example:
Project summary:
- Framework: OpenAI Agents SDK
- Entry point:
app.py(API mode viaRESTAPI.run())- Agents:
triage(routes to sub-agents),math(handles math),general(handles everything else)- Tools:
calculator(bound tomath),web_search(bound togeneral)- Session: Redis
- Extras:
[openai,api,redis]
Step 2: Ask What to Add
Ask the user what they want to add:
- A new tool — A Python function that an agent can call
- A new agent — A new specialist agent
- A handoff — Wire an existing agent to delegate to another
- All of the above — Add a new agent with its own tools and wire it into the existing handoff graph
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.
- today Changed c7b1fd504a27
- 4d ago First seen · 470 lines · 65 tokens per session scan A 1230377718f5
ak-build is a skill published in the GitHub repository yaalalabs/agent-kernel (166 stars, last pushed today), licensed Apache-2.0. It adds 65 tokens to every session and 4,278 once invoked, about $0.0003 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
notion
Notion workspace integration for searching pages, managing databases, creating postmortems, and exporting RCA findings.
datadog
Datadog monitoring integration for querying logs, metrics, monitors, events, traces, hosts, and incidents during RCA investigations.
scaleway
Scaleway cloud integration for managing instances, Kapsule Kubernetes clusters, object storage, and managed databases via CLI and Terraform.
bitbucket
Bitbucket code repository integration for managing repos, branches, PRs, issues, and CI/CD pipelines.
cloudbees
CloudBees CI integration for investigating builds, deployments, pipeline stages, and test results during RCA.
cloudflare
Cloudflare integration for DNS, CDN, WAF, edge diagnostics, and remediation with zone management, analytics, security events, and cache control.