nomadnet-pages

Host static and dynamic Micron pages on NomadNet nodes with .allowed access.

3|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/torlando-tech/reticulum-skills --skill nomadnet-pages
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nomadnet-pages
Source: https://github.com/torlando-tech/reticulum-skills/tree/main/nomadnet-micron-toolkit/skills/nomadnet-pages
Command: npx skills add https://github.com/torlando-tech/reticulum-skills --skill nomadnet-pages

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

NomadNet Page Development enables hosting and organizing Micron markup pages (.mu) on NomadNet nodes, supporting static and dynamic content, authentication, and file serving.

Core Features & Use Cases

  • Static and dynamic Micron pages (.mu) with optional executable scripts.
  • Page authentication via .allowed files to protect sensitive content.
  • File hosting and link generation for page and file access.
  • Easy page organization using a directory structure mapped to URL paths.

Quick Start

Create a new page under ~/.nomadnetwork/storage/pages, configure optional headers, and access it via the :/page/ URL. To add dynamic behavior, make a page executable and pass form or request data through environment variables, then refresh to see updated content.

Frequently Asked Questions about nomadnet-pages

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

FAQPage Schema
How do I create and host Micron markup pages on a NomadNet node?

Host Micron pages by creating .mu files under ~/.nomadnetwork/storage/pages on your NomadNet node, then access them via the :/page/ URL path. Pages support static content, optional executable scripts for dynamic behavior, and file serving within the NomadNet ecosystem.

Can I add authentication to NomadNet pages to protect sensitive content?

Yes, protect pages with .allowed files that configure access rules. This mechanism restricts who can view specific pages and linked files within your NomadNet node.

What's the best way to make NomadNet pages dynamic and interactive?

Make a page executable and pass form or request data through environment variables. The page rerenders with updated content when refreshed, enabling dynamic scripting alongside static Micron markup.

Do I need special tools to develop Micron markup pages for NomadNet?

No special tools beyond a text editor and NomadNet node setup. Create .mu files directly in the pages directory using Micron syntax, configure optional headers, and organize pages using directory structure mapped to URL paths.

How do I serve linked files alongside Micron pages on NomadNet?

Store files within your page directory structure on the NomadNet node. Link generation and file serving happen automatically through the same :/page/ URL routing, making resources accessible within the NomadNet ecosystem.

What are the limitations of static versus dynamic Micron pages on NomadNet?

Static pages render immediately from markup alone, while dynamic pages require executable scripts and environment variable handling for interactivity. Both support file hosting and authentication, but dynamic pages add complexity for conditional logic and form processing.