Gccli

🌐Community
by badlogic · vlatest · Repository

Gccli allows you to interact with Google Cloud CLI commands directly within this chat for streamlined deployment and management tasks.

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

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

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

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

About This Skill

What it does

The gccli skill provides command-line interface (CLI) access to GitHub repositories. It allows you to list, clone, and manage repositories directly from within an AI agent's environment. This simplifies tasks that require interaction with GitHub without needing a separate GUI or web browser.

When to use it

  • Automated repository cloning: Automatically download code from specific GitHub repositories as part of a larger workflow.
  • Checking for updates: Regularly check for new commits or releases in monitored repositories.
  • Managing project dependencies: Retrieve and update dependencies hosted on GitHub.
  • Scripted deployments: Automate deployment processes that involve pulling code from GitHub.

Key capabilities

  • Listing repositories
  • Cloning repositories
  • GitHub repository management via CLI

Example prompts

  • "List all public repositories owned by 'badlogic'."
  • "Clone the 'my-project' repository to my local directory."
  • "Check for updates in the 'example-repo' repository."

Tips & gotchas

Requires a GitHub API token or authentication configured within the agent environment for access beyond public repositories. Ensure the agent has appropriate permissions to interact with the target repositories.

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
badlogic
Installs
27

🌐 Community

Passed automated security scans.