·license checker
</>

license checker

Audits node_modules for package licenses. Uses bash to resolve SPDX IDs without reading file contents into context. LLM inference is a last resort for a small residual set.

3Installs·0Trend·@digitalspeed

Installation

$npx skills add https://github.com/digitalspeed/ai-skills --skill license checker

How to Install license checker

Quickly install license checker AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/digitalspeed/ai-skills --skill license checker
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: digitalspeed/ai-skills.

SKILL.md

View raw

Scan all packages in nodemodules and produce a license compliance report. Never read raw file contents into context — use bash to pattern-match first; only buffer the irreducible unknown set.

Step 1 — Bulk resolve (single bash call, handles scoped packages, zero file reads in context):

Output is TSV: name version license repository. Rows where license is UNKNOWN proceed to step 2.

Audits node_modules for package licenses. Uses bash to resolve SPDX IDs without reading file contents into context. LLM inference is a last resort for a small residual set. Source: digitalspeed/ai-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/digitalspeed/ai-skills --skill license checker
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from digitalspeed/ai-skills

Quick answers

What is license checker?

Audits node_modules for package licenses. Uses bash to resolve SPDX IDs without reading file contents into context. LLM inference is a last resort for a small residual set. Source: digitalspeed/ai-skills.

How do I install license checker?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/digitalspeed/ai-skills --skill license checker Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/digitalspeed/ai-skills