cookbook/05_agent_os/skills/sample_skills/system-info/SKILL.md
Get system information using executable scripts
npx skillsauth add agno-agi/agno system-infoInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides scripts to gather system information.
get_system_info.py - Returns basic system information (OS, Python version, current time)list_directory.py - Lists files in a specified directoryrun_skill_script("system-info", "get_system_info.py") to get system informationrun_skill_script("system-info", "list_directory.py", args=["path"]) to list a directorytools
Git workflow guidance for commits, branches, and pull requests
development
Code review assistance with linting, style checking, and best practices
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.