Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@wipcomputer/universal-installer

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wipcomputer/universal-installer

Reference installer for agent-native software. Detects which of the eight Universal Interfaces a repo exposes (CLI, Module, MCP Server local stdio, Remote MCP, OpenClaw Plugin, Skill, Claude Code Hook, Claude Code Plugin) and installs them all. Primary in

latest
Source
npmnpm
Version
2.2.0
Version published
Maintainers
1
Created
Source
WIP Computer

MOVED. The Universal Installer has been moved into LDM OS. The canonical home is now: https://github.com/wipcomputer/wip-ldm-os/blob/main/docs/universal-installer/README.md

This copy is kept for back-compat against existing links and will be removed in a future cut. Update bookmarks and badge URLs.

npm CLI / TUI OpenClaw Skill Claude Code Skill Universal Interface Spec

Universal Installer

Here's how to build software in 2026.

The Badges

The chiclets at the top of this README tell you what interfaces this repo ships. Every repo that follows the Universal Interface Spec declares its interfaces the same way.

BadgeWhat it means
npmPublished to npm. Installable via npm install. Versioned, dependency-managed, standard distribution.
CLI / TUIShips a command-line interface. Humans run it in a terminal. Agents call it from shell. The most portable interface there is.
OpenClaw SkillRegistered as a skill on ClawHub. OpenClaw agents can discover and use it natively through the gateway.
Claude Code SkillHas a SKILL.md that teaches Claude Code (and any agent that reads markdown) when to use this tool, what it does, and how to call it. The agent reads the file and learns the capability.
Universal Interface SpecFollows the SPEC.md convention. The repo's architecture is documented, the interfaces are declared, and any agent or human can understand the full surface area by reading one file.

When you see these badges on a WIP repo, you know exactly how to consume it. Human or agent, CLI or plugin, local or remote. That's the point.

The Problem

Most software is built for humans. GUIs, dashboards, web apps. Humans click buttons, fill forms, read screens.

But the users are changing. AI agents are the new users. They don't click. They call functions. They read instructions. They compose tools. They need a universal interface ... multiple ways into the same logic, native to however the consumer works.

Software built for humans doesn't work for agents. And software built only for agents doesn't work for humans. You need both.

wip-universal-installer gives all your repos the Universal Interface, and teaches your AI how to do it too.

The Karpathy Argument

Andrej Karpathy put it clearly:

"I think the app store, the move to mobile, the concept of an app ... is an increasingly outdated concept. What matters are sensors and actuators. Sensors are things that convert physical state into digital state. Actuators are things that convert digital intent into physical change."

"All LLMs care about are tools and the tools fall into this sensor/actuator divide. Software shouldn't be built into apps, but into small bespoke tools. Apps are for people. Tools are for LLMs, and increasingly, LLMs are the ones using software."

Source

This is the future of software. Not apps. Tools. Sensors and actuators that agents compose together.

Install

Open your AI coding tool and say:

Read the SPEC.md and SKILL.md at github.com/wipcomputer/wip-universal-installer.
Then explain to me:
1. What is this tool?
2. What does it do?
3. What would it change or fix in our current system?

Then ask me:
- Do you have more questions?
- Do you want to integrate it into our system?
- Do you want to clone it (use as-is) or fork it (so you can contribute back if you find bugs)?

Your agent will read the repo, explain the tool, and walk you through integration interactively.

Also see wip-release ... one-command release pipeline for agent-native software.

Also see wip-file-guard ... the lock for the repo. Blocks AI agents from overwriting your critical files.

See REFERENCE.md for sensors/actuators, the interface table, how to build it, the installer, and real examples.

License

CLI, module, skills                            MIT    (use anywhere, no restrictions)
Hosted or cloud service use                    AGPL   (network service distribution)

AGPL for personal use is free.

Built by Parker Todd Brooks, Lēsa (OpenClaw, Claude Opus 4.6), Claude Code (Claude Opus 4.6).

Keywords

installer

FAQs

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