🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@superglue/cli

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@superglue/cli

[![npm](https://img.shields.io/npm/v/@superglue/cli?style=flat-square&logo=npm)](https://www.npmjs.com/package/@superglue/cli) [![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](LICENSE)

latest
npmnpm
Version
1.1.25
Version published
Weekly downloads
473
-53.85%
Maintainers
1
Weekly downloads
 
Created
Source

superglue CLI

npm License

Build, test, and manage superglue tools from the command line.

Installation

As npm package

npm install -g @superglue/cli
sg --help

As AI Agent Skill

Install the superglue skill for any supported AI agent (35+ agents supported):

npx skills add superglue-ai/cli

Or target a specific agent:

npx skills add superglue-ai/cli -g -a claude-code
npx skills add superglue-ai/cli -g -a codex
npx skills add superglue-ai/cli -g -a cursor

As Claude Code Plugin

Load from local install:

claude --plugin-dir $(npm root -g)/@superglue/cli

Quick Start

sg init                        # guided setup
sg system list                 # verify connection
sg tool build --config '...'   # build a tool
sg tool run --draft <id>       # test it
sg tool save --draft <id>      # save it

Commands

Tools

  • sg tool build — Build a tool from config
  • sg tool run — Run a draft or saved tool
  • sg tool edit — Edit via JSON Patch
  • sg tool save — Save a draft
  • sg tool list — List saved tools
  • sg tool find — Search tools

Systems

  • sg system create — Create a system
  • sg system edit — Edit system config
  • sg system list — List systems
  • sg system find — Search systems
  • sg system call — Make authenticated system calls
  • sg system oauth — Authenticate via OAuth
  • sg system search-docs — Search system documentation

Runs

  • sg run list — List execution runs
  • sg run get — Get run details

Other

  • sg init — Interactive setup (API key, endpoint, output mode)
  • sg update — Update CLI to latest version

Documentation

License

MIT

FAQs

Package last updated on 05 May 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