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

@skillkit/cli

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skillkit/cli

CLI commands for SkillKit

npmnpm
Version
1.3.1
Version published
Weekly downloads
246
-31.09%
Maintainers
1
Weekly downloads
 
Created
Source

@skillkit/cli

CLI commands for SkillKit - install, manage, and sync skills across AI agents.

Installation

npm install @skillkit/cli

Commands

skillkit init              # Initialize skillkit in project
skillkit install <skill>   # Install a skill
skillkit remove <skill>    # Remove a skill
skillkit list              # List installed skills
skillkit update            # Update installed skills
skillkit sync              # Sync skills across agents
skillkit translate         # Translate skills between formats
skillkit recommend         # Get skill recommendations
skillkit context           # Manage project context
skillkit ui                # Launch interactive TUI

Usage

import { installCommand, listCommand, syncCommand } from '@skillkit/cli';

// Programmatic access to CLI commands
await installCommand('github.com/owner/repo:skill-name');
await listCommand();
await syncCommand({ all: true });

Documentation

Full documentation: https://github.com/rohitg00/skillkit

License

Apache-2.0

FAQs

Package last updated on 23 Jan 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