nacos-skill-registry

nacos-skill-registry is a skill for Codex from alibaba/nacos. It costs 30 tokens per session (5,668 once invoked), scanned D, original, Apache-2.0.

A workflow for finding, installing, updating, merging, and publishing AI skills through Nacos, a personal or team registry. It uses the nacos-cli command-line tool to manage those skills.

In plain words
What is it for?
Use it to search a Nacos registry, download skills, update local versions, combine changes, or publish skills for others.
Why use it?
It provides one process for sharing reusable agent instructions across people, teams, or machines instead of managing each copy separately.

Skill for Codex ✓ vendor

Written for Codex: reads ~/.codex or $CODEX_HOME.

Good fit Use it to search a Nacos registry, download skills, update local versions, combine changes, or publish skills for others.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alibaba/nacos/nacos-skill-registry
About the project

Nacos is a platform that lets cloud-native applications discover services, check their health, and manage service configuration dynamically. It is used with microservices and services such as Dubbo, gRPC, Spring Cloud, and Kubernetes, including centralized configuration and DNS-based routing.

alibaba/nacos · 33,359 stars · on GitHub · nacos.io

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add alibaba/nacos --skill nacos-skill-registry
Clone the repo
git clone --depth 1 https://github.com/alibaba/nacos

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for nacos-skill-registry

README.md
[![agentmods](https://agentmods.dev/badge/skills/alibaba/nacos/nacos-skill-registry/github.svg)](https://agentmods.dev/skills/alibaba/nacos/nacos-skill-registry)
Your own site
<a href="https://agentmods.dev/skills/alibaba/nacos/nacos-skill-registry"><img src="https://agentmods.dev/badge/skills/alibaba/nacos/nacos-skill-registry/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for nacos-skill-registry

Your own site · 80×15
<a href="https://agentmods.dev/skills/alibaba/nacos/nacos-skill-registry"><img src="https://agentmods.dev/badge/skills/alibaba/nacos/nacos-skill-registry.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,668 The whole file, excluding the scripts and references it only reads on demand.
Security scan D 3 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 6 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Supply Chain · line 84
    Remote code is downloaded and executed. This bypasses code review and could introduce malicious code.
    Fix: Avoid downloading and executing remote scripts. Use trusted packages from PyPI/npm. If remote fetch is required, verify checksums and use HTTPS.
  • high Tool Misuse · line 84
    Tool calls are chained to bypass individual safety checks or escalate capabilities beyond what any single tool call would allow.
    Fix: Limit tool chaining depth and validate the output of each tool before passing it to the next. Require explicit user approval for multi-step chains.
  • medium Privilege Escalation · line 84
    Commands invoke sudo or root privileges. Verify this elevated access is necessary and justified.
    Fix: Avoid sudo/root unless strictly required. Prefer least-privilege patterns. If elevation is needed, document the justification and scope.
  • medium Rogue Agent · line 97
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Rogue Agent · line 413
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Excessive Agency · line 503
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00030 $0.05668
Opus 5 $0.00015 $0.02834
Sonnet 5 $0.00006 $0.01134
Haiku 4.5 $0.00003 $0.00567

Measured 11d ago against content hash d215cc9af1ff, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade D, and why

nacos-skill-registry scanned grade D with 3 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

curl -fsSL https://nacos.io/nacos-installer.sh | sudo bash -s -- --cli

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -fsSL https://nacos.io/nacos-installer.sh | sudo bash -s -- --cli

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -fsSL https://nacos.io/nacos-installer.sh | sudo bash -s -- --cli
skills/nacos-skill-registry/SKILL.md · 646 lines

How it starts

The opening of the file, as written. The whole thing — 646 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Nacos Skill Registry

This skill helps you discover, install, update, merge, and publish AI skills through Nacos using the nacos-cli tool.

When to Use This Skill

Use this skill when the user:

  • Asks "how do I do X" where X might be a task with an existing skill in Nacos
  • Says "find a skill for X" or "is there a skill in Nacos for X"
  • Asks "what skills are available" or "list skills from Nacos"
  • Wants to search for tools, templates, or workflows stored in Nacos
  • Needs to download or install a skill from a personal, team, or organization Nacos registry
  • Wants to upload or publish a local skill to Nacos for reuse
  • Mentions sharing skills across agents, machines, teammates, or execution environments
  • Needs to merge local skill edits with a newer remote version and publish the merged result

What is nacos-cli?

The nacos-cli is a command-line tool for interacting with Nacos. It supports configuration management, skill management, agent spec management, and provides an interactive terminal.

GitHub: https://github.com/nacos-group/nacos-cli

Key skill commands:

  • nacos-cli skill-list — Search and list available skills
  • nacos-cli skill-get <name...> — Download and install one or more skills locally
  • nacos-cli skill-upload <path> — Upload a skill and create an editing draft
  • nacos-cli skill-review <name> [--version <version>] — Submit a draft for review
  • nacos-cli skill-release <name> --version <version> — Release an approved version online
  • nacos-cli skill-describe <name> — Inspect skill metadata and per-version status

Other commands:

  • nacos-cli profile edit|show [name] — Manage connection profiles
  • nacos-cli config-list|config-get|config-set — Manage Nacos configurations
  • nacos-cli agentspec-list|agentspec-get|agentspec-upload|agentspec-review|agentspec-release|agentspec-describe — Manage agent specs
  • nacos-cli interactive — Start interactive terminal mode
  • nacos-cli completion [bash|zsh|fish|powershell] — Generate shell completion scripts

Read the full file on GitHub · 646 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 646 lines · 30 tokens per session scan D d215cc9af1ff

Subscribe to this mod's changes

nacos-skill-registry is a skill published in the GitHub repository alibaba/nacos (33,359 stars, last pushed today), licensed Apache-2.0. It adds 30 tokens to every session and 5,668 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it D with 3 findings (asks for root, downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

ruoyi-cloud

Use when scaffolding Java Spring Cloud microservice backends — Nacos service discovery, Sentinel rate limiting, Seata distributed transactions, Spring Boot 3 + Vue 3 admin. RuoYi-Cloud: popular Chinese Spring Cloud microservice boilerplate framework.

znlgis/opengis-skills · 56 tokens

geoserver-cloud

Use when deploying GeoServer on Kubernetes as cloud-native microservices with auto-scaling, service discovery, and centralized configuration. GeoServer Cloud: break monolithic GeoServer into independently scalable WMS/WFS/WCS services.

znlgis/opengis-skills · 49 tokens

istio-expert

Expert-level Istio service mesh management, traffic control, security, and observability for Kubernetes. Use when the user mentions service mesh, Kubernetes, microservices, mTLS, or traffic management, or when the task involves Istio Architecture, VirtualService - Traffic Routing, Gateway - Ingress/Egress, or Security…

personamanagmentlayer/pcl · 74 tokens

senior-java

World-class Java and Spring Boot development skill for enterprise applications, microservices, and cloud-native systems. Expertise in Spring Framework, Spring Boot 3.x, Spring Cloud, JPA/Hibernate, and reactive programming with WebFlux. Includes project scaffolding, dependency management, security implementation, and…

benchflow-ai/skillsbench · 65 tokens

linkerd-expert

Expert-level Linkerd service mesh management, traffic control, reliability, and production operations. Use when the user mentions service mesh, Kubernetes, microservices, mTLS, or observability, or when the task involves Linkerd Architecture, Mesh Injection, Traffic Management, or Reliability Features.

personamanagmentlayer/pcl · 61 tokens

others-skills

Use when needing Go language development, desktop RPA automation, self-hosted email marketing, Java Spring Cloud scaffolding, or SSL/TLS certificate automation. Index of 6 skills: Go, RobotGo, RobotGo-Flow, BillionMail, RuoYi-Cloud, acme.sh.

znlgis/opengis-skills · 64 tokens