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-add-capabilitiesnpx skills add yaalalabs/agent-kernel --skill ak-add-capabilitiesgit 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-add-capabilities)<a href="https://agentmods.dev/skills/yaalalabs/agent-kernel/ak-add-capabilities"><img src="https://agentmods.dev/badge/skills/yaalalabs/agent-kernel/ak-add-capabilities.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.00139 | $0.09933 |
| Opus 5 | $0.00069 | $0.04967 |
| Sonnet 5 | $0.00028 | $0.01987 |
| Haiku 4.5 | $0.00014 | $0.00993 |
Grade A, and why
ak-add-capabilities 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 yesterday.
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 — 1,200 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Add Capabilities
Use this skill to enhance your Agent Kernel project with additional capabilities.
Instructions for the Agent
When the user wants to add a capability, follow this workflow:
Step 1: Identify the Project
Check for an existing Agent Kernel project with pyproject.toml and agent definition file.
Step 2: Ask Which Capability
Which capability would you like to add?
- Guardrails — Content safety filters for input and/or output
- Tracing — Observability and monitoring (Langfuse, OpenLLMetry, or Pydantic Logfire)
- Session Persistence — Durable conversation state (Redis, DynamoDB, Cosmos DB, Firestore)
- Knowledge Base — Durable cross-session knowledge tools (ChromaDB, Neo4j, Starburst, or custom backend)
- MCP Server — Expose agents as Model Context Protocol tools
- A2A Server — Agent-to-Agent communication protocol
- Hooks — Custom pre/post processing (RAG, logging, prompt modification)
- Multimodal — Image and file attachment support
- Conversation Threads — Persistent, named conversation history keyed by
session_id - Sandbox — Isolated code/command execution with pluggable providers, workload profiles, policy, and per-user identity
- AG-UI Server — Stream any agent to an AG-UI-compliant frontend (text, tool calls, reasoning, shared state)
- Scheduled Tasks — Deferred and recurring chat execution (a
scheduleblock on a chat request, management routes, agent tools)
Step 3: Generate Changes
Guardrails
Ask: Input guardrails, output guardrails, or both? Which provider — OpenAI, AWS Bedrock, or Walled AI?
For OpenAI Guardrails:
- Update
pyproject.toml:
dependencies = [
"agentkernel[openai,api]>=0.9.0",
# OpenAI guardrails use the openai extra — already included if using OpenAI framework
]
- Create
guardrails_input.json:
[
{
"type": "moderation",
"moderation_config": {
"content_type": ["violence", "sexual", "harassment", "self-harm"],
"threshold": 0.5
}
},
{
"type": "jailbreak",
"jailbreak_config": {}
}
]
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.
- yesterday Changed · +4 lines 3206f7139c2f
- 5d ago First seen · 1,196 lines · 139 tokens per session scan A 1d1a6099c265
ak-add-capabilities is a skill published in the GitHub repository yaalalabs/agent-kernel (166 stars, last pushed today), licensed Apache-2.0. It adds 139 tokens to every session and 9,933 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-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.
isaac-automator
Deploy and operate a cloud Isaac Workstation with Isaac Automator: provision a GPU VM running Isaac Sim, Isaac Lab, and/or Isaac Lab Arena on AWS, GCP, Azure, or Alibaba Cloud, connect to it, move data in and out, control cost with stop/start, repair, import existing deployments, and destroy. Use when the user wants a…
bitbucket
Bitbucket code repository integration for managing repos, branches, PRs, issues, and CI/CD pipelines.
cloudflare
Cloudflare integration for DNS, CDN, WAF, edge diagnostics, and remediation with zone management, analytics, security events, and cache control.