AINL

AINL is a skill for Claude Code, Codex from sbhooley/ainativelang. It costs 21 tokens per session (1,374 once invoked), scanned A, original, Apache-2.0.

A language and toolkit for turning workflows into deterministic graphs that run in OpenClaw, an agent platform. It can import, compile, and run these workflows, and expose them as MCP tools for the agent.

In plain words
What is it for?
Use it to import, compile, and run .ainl workflow files in OpenClaw. It also helps expose workflows such as a morning briefing as agent-callable tools.
Why use it?
It replaces improvised prompts with repeatable, compiled workflows. It also provides a way to make those workflows available to OpenClaw through MCP, a standard connection method for giving agents tools.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/sbhooley/ainativelang/openclaw
Any agent
npx skills add sbhooley/ainativelang --skill openclaw
Clone the repo
git clone --depth 1 https://github.com/sbhooley/ainativelang

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for AINL

README.md
[![agentmods](https://agentmods.dev/badge/skills/sbhooley/ainativelang/openclaw.svg)](https://agentmods.dev/skills/sbhooley/ainativelang/openclaw)
Your own site
<a href="https://agentmods.dev/skills/sbhooley/ainativelang/openclaw"><img src="https://agentmods.dev/badge/skills/sbhooley/ainativelang/openclaw.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,374 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00021 $0.01374
Opus 5 $0.00010 $0.00687
Sonnet 5 $0.00004 $0.00275
Haiku 4.5 $0.00002 $0.00137

Measured 5d ago against content hash fe0e9cd41526, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

AINL scanned grade A with 0 findings 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.

The scan reads SKILL.md. This mod also ships 1 executable file (install.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/openclaw/SKILL.md · 83 lines

How it starts

The opening of the file, as written. The whole thing — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AINL for OpenClaw

AINL is an AI-native language that compiles deterministic graphs. In OpenClaw, use it to import workflows, compile them, run them, and expose ainl-mcp tools to the agent via ~/.openclaw/openclaw.json.

Package: ainativelang v1.8.0 (this tree; PyPI after publish — docs/RELEASING.md). Optional extras: [mcp], [solana].

Agent instructions

Follow this skill when the user is on OpenClaw (or wants deterministic .ainl graphs with import / compile / run / MCP). Prefer ./install.sh from a checked-out skill folder, or the manual pip install 'ainativelang[mcp]' && ainl install-mcp --host openclaw path (alias ainl install-openclaw). OpenClaw does not use zeroclaw skills install <url> — install via ClawHub (if available) or copy this folder into ~/.openclaw/skills or <workspace>/skills. After bootstrap, suggest the morning briefing prompt example below when it fits.

When to use this skill

  • The user wants portable, compiled workflows (.ainl) instead of ad-hoc prompts.
  • They mention import, compile, morning briefing, clawflows, ecosystem, or deterministic graphs.
  • They need MCP access to validation / compile / ecosystem listing (ainl-mcp).

Install (pick one)

  1. From this skill directory (after ClawHub or manual copy): run ./install.sh
    That optionally refreshes the OpenClaw CLI via npm, upgrades ainl[mcp], and runs ainl install-mcp --host openclaw (MCP merge into openclaw.json, ~/.openclaw/bin/ainl-run wrapper).

  2. Manual (no skill checkout):
    pip install 'ainativelang[mcp]' && ainl install-mcp --host openclaw

Commands the user cares about

Command Purpose
ainl import … Import Markdown or ecosystem sources into .ainl
ainl compile … Compile / validate graphs
ainl run … Execute a graph via the CLI runtime where applicable
~/.openclaw/bin/ainl-run <file.ainl> After install-mcp --host openclaw: wrapper that compiles then runs

Read the full file on GitHub · 83 lines

Files

What ships with it

2 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.

Changes

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.

  1. 5d ago First seen · 83 lines · 21 tokens per session scan A fe0e9cd41526

Subscribe to this mod's changes

AINL is a skill published in the GitHub repository sbhooley/ainativelang (671 stars, last pushed yesterday), licensed Apache-2.0. It adds 21 tokens to every session and 1,374 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

mission-control

Interact with Mission Control — AI agent orchestration dashboard. Use when registering agents, managing tasks, syncing skills, or querying agent/task status via MC APIs.

builderz-labs/mission-control · 34 tokens

claw-orchestrator

Manage persistent coding sessions across Claude Code, Codex, Antigravity (agy), Grok Build, and OpenCode engines. Use when orchestrating multi-engine coding agents, starting/sending/stopping sessions, running multi-agent council collaborations, cross-session messaging, ultraplan deep planning, ultrareview parallel…

Enderfga/claw-orchestrator · 468 tokens

ultraapp-interview

Use when the user opens a Forge tab in the claw-orchestrator dashboard to start building a new ultraapp. Drives a structured Q&A interview that produces a complete AppSpec, then signals readiness to build.

Enderfga/claw-orchestrator · 48 tokens

codeflow-maintainer

OpenClaw-only maintainer PR workflow modes and skills. For OpenCoven/coven PR creation, redirect to skills/pr-agent, the Coven PR Readiness Agent.

OpenCoven/coven · 39 tokens

agent-forge

Создание, улучшение и аудит скиллов и агентов OpenClaw. Три режима: создание скилла (11 шагов), создание агента (9 шагов, с памятью и автоулучшением), улучшение существующего (5 шагов). Triggers: 'создай скилл', 'новый скилл', 'создай агента', 'новый агент', 'улучши скилл', 'skill creator', 'agent creator'…

AlekseiUL/agentforge-openclaw · 111 tokens

code-reviewer

Ревью кода: находит баги, проблемы безопасности, предлагает улучшения. Triggers: 'ревью кода', 'проверь код', 'code review', 'посмотри код', 'review this'.

AlekseiUL/agentforge-openclaw · 51 tokens