New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@hemliq/agentskills

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@hemliq/agentskills

CLI to lint, validate, and install Agent Skills (SKILL.md) from the SkillMD registry.

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

agentskills

CLI to lint, validate, and install Agent Skills (SKILL.md) from the SkillMD registry.

npx agentskills lint ./my-skill
# or
npm i -g agentskills

Commands

CommandDescription
agentskills lint [path] (check)Validate SKILL.md files; print diagnostics and a quality score.
agentskills scan [path]Report scripts, network calls, and secret access.
agentskills rules [id]List lint rules.
agentskills init [name]Create a SKILL.md from a template.
agentskills search <query>Search the registry.
agentskills add <source>Install a skill (registry slug, GitHub repo, or local path). Lints first.
agentskills list (ls)List installed skills.
agentskills remove <names...> (rm)Remove installed skills.
agentskills update [names...]Update installed skills.
agentskills publish [path] (submit)Publish to the registry. Exits non-zero on lint errors.
agentskills login / logoutStore or remove a token.

All commands accept --json.

Lint formats: text (default), json, sarif, github. Exit codes: 0 clean, 1 errors (or warnings with --strict).

This package shares its engine with skillmds, which also provides an MCP server.

Keywords

cli

FAQs

Package last updated on 30 Jun 2026

Related posts