System Info

🌐Community
by agno-agi · vlatest · Repository

This skill provides instant system details (OS, version, specs) for troubleshooting and understanding your environment quickly.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add system-info npx -- -y @trustedskills/system-info
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "system-info": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/system-info"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The system-info skill provides access to information about the underlying system running the AI agent. It can retrieve details like operating system version, available memory, and CPU usage. This allows agents to adapt their behavior based on resource constraints or report system status.

When to use it

  • Resource Monitoring: An agent needs to understand if it's running on a low-powered device and adjust its processing load accordingly.
  • Troubleshooting: A developer wants to gather diagnostic information about the environment where an AI agent is experiencing issues.
  • System Reporting: An agent is tasked with regularly reporting system health metrics to a central monitoring service.
  • Adaptive Behavior: The agent needs to adjust its actions based on available memory or CPU resources.

Key capabilities

  • Retrieve operating system version.
  • Report available memory.
  • Provide CPU usage statistics.

Example prompts

  • "What is the operating system version?"
  • "How much RAM is available?"
  • "Give me current CPU utilization."

Tips & gotchas

The accuracy of the information returned depends on the permissions granted to the AI agent and the underlying system's reporting capabilities. Results may vary across different operating systems and environments.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
agno-agi
Installs
0

🌐 Community

Passed automated security scans.