Claude Skill

Audit Go dependency licenses with go-licenses

Produce a license inventory for Go module dependencies before release, procurement review, or open-source due diligence.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download agentskillexchange-skills-skills_audit-go-dependency-licenses-with-go-licenses-07beb56.zip · 0 KB
Part of agentskillexchange/skills — 249 skills

Install

skills CLI npx skills add https://github.com/agentskillexchange/skills/tree/main/skills/audit-go-dependency-licenses-with-go-licenses
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
Git git clone https://github.com/agentskillexchange/skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole agentskillexchange/skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Audit Go dependency licenses with go-licenses

Produce a license inventory for Go module dependencies before release, procurement review, or open-source due diligence.

Prerequisites

Go, go-licenses

Installation

Use the upstream install or setup path that matches your environment:

  • git clone git@github.com:google/go-licenses.git
  • go install github.com/google/go-licenses/v2@latest

Basic usage or getting-started notes:

Documentation

Source

Files (skills)
  • SKILL.md 1.4 KB
    ---
    name: "Audit Go dependency licenses with go-licenses"
    slug: "audit-go-dependency-licenses-with-go-licenses"
    description: "Produce a license inventory for Go module dependencies before release, procurement review, or open-source due diligence."
    github_stars: 992
    verification: "security_reviewed"
    source: "https://github.com/google/go-licenses"
    author: "Google"
    publisher_type: "organization"
    category: "Security & Verification"
    framework: "Multi-Framework"
    tool_ecosystem:
      github_repo: "google/go-licenses"
      github_stars: 992
    ---
    
    # Audit Go dependency licenses with go-licenses
    
    Produce a license inventory for Go module dependencies before release, procurement review, or open-source due diligence.
    
    ## Prerequisites
    
    Go, go-licenses
    
    ## Installation
    
    Use the upstream install or setup path that matches your environment:
    - git clone git@github.com:google/go-licenses.git
    - go install github.com/google/go-licenses/v2@latest
    
    Basic usage or getting-started notes:
    - Change directory to your go project, **for example**:
    - Use the following command to download and install this tool:
    - shell
    
    - Source: https://github.com/google/go-licenses
    - Extracted from upstream docs: https://raw.githubusercontent.com/google/go-licenses/HEAD/README.md
    
    ## Documentation
    
    - https://github.com/google/go-licenses
    
    ## Source
    
    - [Agent Skill Exchange](https://agentskillexchange.com/skills/audit-go-dependency-licenses-with-go-licenses/)
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related