Skip to main content

Nexudus CLI & Agent Skills

The Nexudus CLI is a command-line tool that lets you manage your Nexudus coworking spaces directly from your terminal. Combined with Agent Skills, it also enables AI assistants like GitHub Copilot and Claude to perform Nexudus operations on your behalf.
The Nexudus CLI and Agent Skills are under active development. New entity types, commands, and improvements are released regularly. Check the GitHub repository for the latest updates.

What can you do with it?

Manage from the terminal

List, create, update, and delete entities like businesses, products, resources, bookings, coworkers, and many more — all from the command line.

Member self-service

Use the Public API to manage your own plans, bookings, invoices, visitors, and more as a member of a coworking space — no admin access required.

AI-powered workflows

Install the Agent Skill so GitHub Copilot or Claude can manage your Nexudus data using natural language instructions.

Scriptable output

Choose between human-friendly tables, raw JSON, Markdown, or a structured agent envelope — ideal for automation and scripting.

Secure authentication

Credentials are stored in your operating system’s native secure storage (Windows Credential Manager, macOS Keychain, or Linux libsecret).

Who is this for?

How it works

The CLI communicates with the Nexudus REST API using the same endpoints available to all integrations. Every entity in Nexudus (businesses, products, resources, bookings, coworkers, etc.) follows a consistent CRUD pattern, and the CLI wraps each one into a simple command structure:
For example:
When used with the --agent flag, every command returns a structured JSON envelope that AI assistants can parse and act on automatically.

Privacy & telemetry

The Nexudus CLI collects anonymous usage data to help us improve the tool. Telemetry is enabled by default but can be disabled with a single command:
No sensitive data (credentials, API responses, or business information) is collected. Learn more about what data is collected, where it’s sent, and how to disable telemetry in the Telemetry documentation.

Next steps

Install the CLI

Download and set up the Nexudus CLI on your machine.

Public API Commands

Manage plans, bookings, invoices, and more as a space member.