← Back to Skills Marketplace
Ngamux
by
hadihammurabi
· GitHub ↗
· v0.1.1
627
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ngamux
Description
Build and modify HTTP routes and middleware in Go with Ngamux, supporting dynamic paths, request parsing, JSON/form handling, and fluent response writing.
Usage Guidance
This skill is an API reference/usage guide for a Go HTTP router and appears internally consistent. It does not ask for credentials or install anything. However, the package source/homepage is unspecified — before relying on or importing Ngamux into projects, verify the library's origin (official repository or vendor), review its code/license, prefer pinned versions, and only fetch/install packages from trusted sources (e.g., a known GitHub repo or your internal registry). If you expect the agent to fetch or build this library automatically, confirm what commands it will run (go get / go install) and ensure those network operations are acceptable in your environment.
Capability Analysis
Type: OpenClaw Skill
Name: ngamux
Version: 0.1.1
The skill bundle contains only metadata (`_meta.json`) and documentation (`SKILL.md`). The `SKILL.md` file describes the functionality of an HTTP router for Go (`ngamux`) in a neutral and informative manner. There are no executable code files, no prompt injection attempts against the AI agent, and no indicators of malicious intent such as data exfiltration, unauthorized execution, persistence mechanisms, or obfuscation within the provided content.
Capability Assessment
Purpose & Capability
Name/description match the SKILL.md content: it documents route definition, middleware, request parsing, and response helpers for a Go router. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md contains an API-style usage guide and examples for routing and middleware only. It does not instruct the agent to read unrelated files, environment variables, or to transmit data to external endpoints.
Install Mechanism
No install spec and no code files — the skill is instruction-only and will not write or execute code on disk by itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. That matches the documented behavior (a usage guide for a Go library).
Persistence & Privilege
The skill is not marked always:true and uses default invocation settings. It requests no system-level persistence or cross-skill configuration changes.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ngamux - After installation, invoke the skill by name or use
/ngamux - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
ngamux v0.1.1
- Added detailed SKILL.md to clarify usage scenarios, key functionality, and code examples.
- Outlined best practices for defining HTTP endpoints, applying middleware, extracting request data, constructing responses, configuring the router, grouping routes, and debugging.
- Summarized available methods for route definition, middleware application, request and response handling, global configuration, and route grouping.
- Improved onboarding for new users by providing clear, structured guidance for building web services with ngamux.
Metadata
Frequently Asked Questions
What is Ngamux?
Build and modify HTTP routes and middleware in Go with Ngamux, supporting dynamic paths, request parsing, JSON/form handling, and fluent response writing. It is an AI Agent Skill for Claude Code / OpenClaw, with 627 downloads so far.
How do I install Ngamux?
Run "/install ngamux" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ngamux free?
Yes, Ngamux is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Ngamux support?
Ngamux is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ngamux?
It is built and maintained by hadihammurabi (@hadihammurabi); the current version is v0.1.1.
More Skills