nullius-market

Catalog and install Nullius ecosystem skills across supported platforms.

14|6|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/fkguo/nullius --skill nullius-market
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nullius-market
Source: https://github.com/fkguo/nullius/tree/main/packages/skills-market
Command: npx skills add https://github.com/fkguo/nullius --skill nullius-market

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a comprehensive catalog and installer for the Nullius ecosystem's skills, facilitating their discovery and deployment across supported platforms.

Core Features & Use Cases

  • Cross-Host Distribution: Offers a unified distribution mechanism for skills across different platforms.
  • Skill Catalog: Contains metadata for available skills, including their descriptions and installation instructions.
  • Copy-Installer: Automates the installation of skills onto various platforms without the need for a local monorepo checkout.
  • Selective Installation: Allows users to install specific skills or all available skills.
  • Platform Support: Supports installation on Claude Code, Codex, Kimi Code, and OpenCode platforms.

Quick Start

Install the nullius-market catalog using the following command:

python3 scripts/install_skill.py --platform codex --package nullius-market

Frequently Asked Questions about nullius-market

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install skills across multiple platforms without a local monorepo checkout?

To install skills without a local monorepo checkout, use a copy-installer script that automates distribution. The nullius-market catalog provides this mechanism, allowing selective deployment of skill metadata and logic directly to target environments.

What is the best way to distribute and manage skill metadata across different coding environments?

The best way to manage skill metadata across environments is using a centralized catalog system. It provides a unified distribution mechanism, streamlining skill discovery and automating installation across supported platforms.

Does this skill catalog installer support Claude Code and Codex platforms?

Yes, the skill catalog installer supports Claude Code and Codex platforms. It also extends cross-host distribution to Kimi Code and OpenCode, allowing automated skill installation across all these specific environments.

Do I need Python to use the skill catalog and installer?

Yes, you need Python installed to run the skill catalog and installer. The automated installation scripts require Python3 to execute the copy-installer logic and access the appropriate platform skill directory.

Can I selectively install specific skills instead of the entire catalog?

Yes, you can selectively install specific skills instead of the entire catalog. The installer provides command-line arguments to target individual packages, deploying only the requested skill metadata and scripts.