Skill From Github

🌐Community
by gbsoss · vlatest · Repository

Imports and executes Python code directly from specified GitHub repositories for task automation and analysis.

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 skill-from-github npx -- -y @trustedskills/skill-from-github
2

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

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

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

About This Skill

What it does

The skill-from-github tool enables AI agents to discover, install, and manage skills directly from GitHub repositories. It provides a streamlined way for users to access pre-built functionalities by integrating with GitHub's API and handling installation processes automatically.

When to use it

  • You want to quickly add new capabilities to an AI agent without manually coding them.
  • You need to integrate existing open-source tools or functions hosted on GitHub into your AI workflow.
  • You're managing multiple AI agents and want a centralized way to install and update skills from repositories.

Key capabilities

  • Discover skills available in public GitHub repositories.
  • Install skills directly from GitHub with minimal configuration.
  • Manage installed skills, including updates and removals.

Example prompts

  • "Install the skill-from-github tool for my AI agent."
  • "Find a skill on GitHub that can analyze text sentiment and install it."
  • "Update all installed skills from their respective GitHub repositories."

Tips & gotchas

  • Ensure your AI agent has access to GitHub's API and proper authentication credentials.
  • Not all GitHub repositories may be compatible with the tool, so review repository descriptions before installation.

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
gbsoss
Installs
277

🌐 Community

Passed automated security scans.