net

Manage on-chain data, feeds, tokens and NFT trades via Net Protocol CLI.

15|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/stuckinaboot/net-public --skill net
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: net
Source: https://github.com/stuckinaboot/net-public/tree/main
Command: npx skills add https://github.com/stuckinaboot/net-public --skill net

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, and includes scripts (resource) components.

What problem does it solve?

Net CLI provides a unified, discoverable entry point to interact with Net Protocol features, enabling developers to store data on-chain, publish and read messages, register feeds, deploy tokens, and trade NFTs from a single tool.

Core Features & Use Cases

  • On-chain storage (normal, chunked, XML storage)
  • Topic-based messaging and feeds
  • Token deployment and NFT bazaar interactions
  • On-chain profile management

Quick Start

Run netp info --chain-id 8453 to verify connectivity and basic configuration.

Frequently Asked Questions about net

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

FAQPage Schema
How do I store data on-chain across multiple chains like Base and Ethereum?

On-chain data storage across chains like Base and Ethereum is handled through a unified CLI supporting normal, chunked, and XML formats. The tool provides a single entry point to manage storage across Base, Ethereum, Degen, Ham, Ink, Unichain, HyperEVM, Plasma, and Monad.

What is the best way to publish and read topic-based feeds on-chain?

Topic-based messaging and feeds are managed through a CLI that registers on-chain feeds and processes messages. It supports both topic feeds and personal feeds, allowing you to publish and read messages across multiple chains like Base and Ethereum.

Can I deploy tokens and trade NFTs through a command line interface?

Token deployment and NFT trading can be executed entirely through a command line interface. The CLI handles token deploys and performs Seaport-based NFT bazaar interactions across supported chains like Base, Ethereum, and Monad.

Does the on-chain messaging CLI require Node.js to run?

Yes, the on-chain messaging and storage CLI requires Node.js as a dependency. You need Node installed in your environment to execute the scripts that manage feeds, deploy tokens, and handle NFT bazaar interactions.

How do I verify connectivity to a specific chain like Base before sending on-chain messages?

Connectivity to a specific chain like Base is verified by running the info command with the target chain ID. Executing the CLI with chain ID 8453 confirms your configuration and connection to the Base network before sending messages.