system-info

system-info is a skill for Claude Code, Codex from agno-agi/agno. It costs 15 tokens per session (272 once invoked), scanned A, original, Apache-2.0.

A system inspection tool for checking the computer running the coding agent, its operating system, Python setup, and the contents of a directory.

In plain words
What is it for?
It helps report the host name, operating system, processor, Python details, current UTC time, and direct files or folders in a directory.
Why use it?
It provides basic facts about the working computer and files instead of requiring guesses about the local environment.

Skill for Claude CodeCodex

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

Good fit It helps report the host name, operating system, processor, Python details, current UTC time, and direct files or folders in a directory.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agno-agi/agno/system-info
About the project

Agno is a framework and runtime for building, running, and managing platforms made of AI agents. Developers use its SDK, service runtime, and web interface to create agent applications with storage, integrations, APIs, and operational controls; the catalogue entries provide agent-oriented workflows and configuration for using Agno.

agno-agi/agno · 42,109 stars · on GitHub · docs.agno.com

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 agno-agi/agno --skill system-info
Clone the repo
git clone --depth 1 https://github.com/agno-agi/agno

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/agno-agi/agno/system-info/github.svg)](https://agentmods.dev/skills/agno-agi/agno/system-info)
Your own site
<a href="https://agentmods.dev/skills/agno-agi/agno/system-info"><img src="https://agentmods.dev/badge/skills/agno-agi/agno/system-info/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for system-info

Your own site · 80×15
<a href="https://agentmods.dev/skills/agno-agi/agno/system-info"><img src="https://agentmods.dev/badge/skills/agno-agi/agno/system-info.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 272 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
  • Snyk pass 7 Sept 2026
  • 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.00015 $0.00272
Opus 5 $0.00008 $0.00136
Sonnet 5 $0.00003 $0.00054
Haiku 4.5 $0.00002 $0.00027

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

Security

Grade A, and why

system-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 10d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/get_system_info.py, scripts/list_directory.py), 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.

cookbook/05_agent_os/23_skills/sample_skills/system-info/SKILL.md · 48 lines

What it actually says

System Info Skill

Use this skill when the user asks about the host running the AgentOS process or needs a directory inventory from that host.

Available scripts

  • get_system_info.py returns the hostname, operating system, architecture, Python version and executable, processor, and current UTC time.
  • list_directory.py lists the direct children of a directory. It accepts one optional path argument and defaults to the skill directory.

Execution

Load these instructions before choosing a script. Execute a script through the skill tool and inspect its structured result:

get_skill_script(
    skill_name="system-info",
    script_path="get_system_info.py",
    execute=True,
)

To list a directory:

get_skill_script(
    skill_name="system-info",
    script_path="list_directory.py",
    execute=True,
    args=["."],
)

Only use data parsed from stdout when returncode is 0. If execution returns a nonzero code, report stderr or the JSON error instead of inferring the result.

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. 10d ago First seen · 48 lines · 15 tokens per session scan A 9e5f40694753

Subscribe to this mod's changes

system-info is a skill published in the GitHub repository agno-agi/agno (42,109 stars, last pushed today), licensed Apache-2.0. It adds 15 tokens to every session and 272 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

composio

Route and complete Composio work across Composio For You and Composio Platform. Use when the user mentions Composio; wants an agent to use apps such as Gmail, Slack, GitHub, Notion, Calendar, or Linear; needs first-time setup, an SDK or MCP integration, CLI operation, migration guidance, current documentation, or help…

ComposioHQ/composio · 84 tokens

eve

Build durable backend AI agents with the eve framework. Use when creating, editing, or debugging an eve project — agent instructions, skills, tools, connections, channels, sandboxes, subagents, schedules, or evals.

ComposioHQ/composio · 47 tokens

cli-release

Release and recover first-party Composio CLI binaries through Build CLI Binaries, including automatic beta builds, promote-stable dispatches, beta-tag selection, asset and installation verification, and failed release recovery. Use when a contributor asks to build a CLI beta, publish or promote a stable CLI version…

ComposioHQ/composio · 95 tokens

good-docs-writing

Writing style guide derived from Modal's documentation voice. Apply when writing or editing docs, guides, tutorials, or technical prose that should read direct, second-person, confident, low-jargon, and example-first. Use to draft new docs in this voice or to revise existing prose toward it.

ComposioHQ/composio · 63 tokens

detect-framework

Detect Python agent frameworks from code imports and map them to Omnigent executor types. Load when the user has existing agent code to integrate.

omnigent-ai/omnigent · 31 tokens

good-docs-audit

Audit a doc, guide, README, or block of prose against the good-docs-writing style guide and report violations. Use when the user asks to review, critique, lint, or check the voice and tone of documentation or text. Produces a structured findings report (file:line, rule violated, offending text, suggested rewrite) and…

ComposioHQ/composio · 82 tokens