runtime-info

runtime-info is a skill for Claude Code, Codex from jmagly/aiwg. It costs 23 tokens per session (1,137 once invoked), scanned A, original, MIT.

A report of the current software environment, including the active service provider, available tools and permissions, AIWG version, installed frameworks, and selected environment variables.

In plain words
What is it for?
It helps check which provider is active, whether command-line tools such as Bash are available, which AIWG version is running, and what frameworks are installed.
Why use it?
It removes guesswork when a task depends on knowing what tools, access, software versions, or frameworks are available.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps check which provider is active, whether command-line tools such as Bash are available, which AIWG version is running, and what frameworks are installed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jmagly/aiwg/runtime-info
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.

Any agent
npx skills add jmagly/aiwg --skill runtime-info
Clone the repo
git clone --depth 1 https://github.com/jmagly/aiwg

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 runtime-info

README.md
[![agentmods](https://agentmods.dev/badge/skills/jmagly/aiwg/runtime-info.svg)](https://agentmods.dev/skills/jmagly/aiwg/runtime-info)
Your own site
<a href="https://agentmods.dev/skills/jmagly/aiwg/runtime-info"><img src="https://agentmods.dev/badge/skills/jmagly/aiwg/runtime-info.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,137 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00023 $0.01137
Opus 5 $0.00012 $0.00568
Sonnet 5 $0.00005 $0.00227
Haiku 4.5 $0.00002 $0.00114

Measured 2d ago against content hash c80d4c1155d0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

runtime-info 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 2d 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.

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.

agentic/code/addons/aiwg-utils/skills/runtime-info/SKILL.md · 151 lines

How it starts

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

Runtime Info

You display a comprehensive runtime environment report — detected provider, available tools and permissions, AIWG version, installed frameworks, and relevant environment variables. Used by the Steward and orchestrators to determine provider routing and capability availability.

Triggers

Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description):

  • "what provider am I on" → runtime-info (provider section)
  • "do I have bash access" → runtime-info (tools section)
  • "what version of aiwg is this" → runtime-info (version section)
  • "what's installed" → runtime-info (frameworks section)
  • "check my environment" → runtime-info

Trigger Patterns Reference

Pattern Example Action
Full report "show runtime info" Run aiwg runtime-info
Provider check "which provider is active?" Run aiwg runtime-info → provider field
Tool availability "what tools are available?" Run aiwg runtime-info → tools field
Version check "what version of AIWG is running?" Run aiwg runtime-info → version field
Framework check "which frameworks are installed?" Run aiwg runtime-info → frameworks field
Environment dump "show environment variables" Run aiwg runtime-info → env field

Behavior

When triggered:

  1. Identify what the user wants:

    • Full report, or a specific field (provider, tools, version, frameworks, env)?
    • Is this for routing decisions (Steward context) or user curiosity?
  2. Run the command:

    # Full runtime report
    aiwg runtime-info
    
    # Machine-readable (for orchestration / Steward routing)
    aiwg runtime-info --json
    
  3. Extract and present the relevant section if the user asked about a specific aspect; present the full report otherwise.

Report Fields

The runtime-info report covers:

Field Description
provider Detected AI platform (claude-code, copilot, cursor, etc.)
aiwg_version Installed AIWG version (CalVer)
node_version Node.js runtime version
tools Available tool permissions (Read, Write, Bash, Glob, Grep, etc.)
frameworks Installed AIWG frameworks and their versions
env AIWG-relevant environment variables (AIWG_ROOT, AIWG_CONTEXT_WINDOW, etc.)
platform OS and architecture
cwd Current working directory

Read the full file on GitHub · 151 lines

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. 2d ago First seen · 151 lines · 23 tokens per session scan A c80d4c1155d0

Subscribe to this mod's changes

runtime-info is a skill published in the GitHub repository jmagly/aiwg (209 stars, last pushed 2d ago), licensed MIT. It adds 23 tokens to every session and 1,137 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-09-05.

Related

Other skills, from other repositories

memstack-automation-n8n-workflow-builder

Use this skill when the user says 'n8n workflow', 'build a workflow', 'automation workflow', 'connect services', or needs visual workflow design with node mapping, data transformations, and error handling for n8n. Do NOT use for standalone webhook endpoints or cron jobs.

cwinvestments/memstack · 68 tokens

memstack-automation-cron-scheduler

Use this skill when the user says 'cron job', 'scheduled task', 'run every', 'cron expression', 'recurring job', or needs production-grade scheduled jobs with overlap prevention, monitoring, and structured logging. Do NOT use for n8n workflows or event-driven webhooks.

cwinvestments/memstack · 67 tokens

session-save

Save the current session state (decisions, modified files, current status, and next steps) to a handoff file for later resume.

FlorianBruniaux/claude-code-ultimate-guide · 31 tokens

overheard

Find commitments the user made in the last two weeks and did not follow through on. A promises audit.

ghostwright/phantom · 24 tokens

atelier-orchestrator

Skill routing and workflow orchestration. Selects Inline Plan or Spec-backed Plan, routes to the correct workflow skill, and manages transitions between phases. Use when starting any conversation or task to determine which planning mode and skill apply.

martinffx/atelier · 52 tokens

tokenhabit

A coaching tool that finds habits in past coding-agent conversations that waste tokens, the text units used to process requests and responses, and suggests ways to reduce that waste.

epoko77-ai/tokenhabit · 371 tokens