Platform Cli

🌐Community
by ravnhq · vlatest · Repository

Platform Cli allows you to execute CLI commands directly from within your favorite platforms, streamlining workflows and automating tasks efficiently.

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 platform-cli npx -- -y @trustedskills/platform-cli
2

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

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

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

About This Skill

What it does

The platform-cli skill provides access to command-line tools and utilities within a specific platform environment. It allows AI agents to interact with the platform's infrastructure, manage resources, and automate tasks directly through CLI commands. This enables programmatic control over the underlying system, expanding the agent’s capabilities beyond simple text interactions.

When to use it

  • Automating deployments: Automate the deployment of applications or services within a supported platform environment.
  • Resource management: Manage and monitor resources like virtual machines, databases, or storage accounts via CLI commands.
  • Infrastructure scripting: Execute scripts and configurations to modify the platform's infrastructure programmatically.
  • Troubleshooting & diagnostics: Run diagnostic tools and retrieve system information through command-line interfaces.

Key capabilities

  • Command execution within a defined platform environment.
  • Resource management via CLI commands.
  • Automated task orchestration.
  • Infrastructure scripting capabilities.

Example prompts

  • "Run platform-cli deploy --app my-application to deploy the application."
  • "Execute platform-cli status --resource database-server and report the current status."
  • “Using platform-cli, create a new virtual machine with 4GB of RAM.”

Tips & gotchas

The specific commands available depend on the underlying platform. Ensure you understand the supported CLI syntax and environment variables for optimal results.

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
ravnhq
Installs
20

🌐 Community

Passed automated security scans.