You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@agents-inc/cli

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agents-inc/cli

CLI for managing Agents Inc. skills, stacks, and agents for Claude Code

Source
npmnpm
Version
0.65.0
Version published
Weekly downloads
688
-41.74%
Maintainers
1
Weekly downloads
 
Created
Source

cli

Private marketplace for custom skills and stacks.

Directory Structure

config/stacks.ts         # Stack definitions (agent groupings with skill mappings)
src/skills/                # Custom skill definitions

Creating Skills

agentsinc new skill <name> --category <category-name>

Each skill lives in src/skills/<skill-name>/ with:

  • SKILL.md -- Skill content (what the skill teaches)
  • metadata.yaml -- Skill metadata (category, author, description, custom: true)

Using This Marketplace

Point the CLI at this marketplace as a source:

# Local development
agentsinc init --source /path/to/cli

# From a git repository
agentsinc init --source github:your-org/cli

How It Works

The CLI auto-discovers skills from the src/skills/ directory and stacks from config/stacks.ts. Custom categories are discovered from skill metadata.yaml files with custom: true. Custom skills appear alongside built-in ones in the wizard. No manual registration needed.

Keywords

cli

FAQs

Package last updated on 11 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts