nexus-manager

nexus-manager is a skill for Claude Code, Codex from nexus-research-lab/nexus. It costs 54 tokens per session (686 once invoked), scanned A, original, Apache-2.0.

A Chinese-language control skill for managing platform resources within the owner's allowed scope, including users, agents, conversations, sessions, workspaces, and skills. It uses the platform's control command and verifies changes after they are made.

In plain words
What is it for?
Use it to list or inspect platform resources, manage agents and skills, handle conversations and sessions, or work with other agent workspaces when the platform permits it.
Why use it?
It provides a defined way to inspect and manage these resources while checking scope and avoiding unsupported or destructive operations.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to list or inspect platform resources, manage agents and skills, handle conversations and sessions, or work with other agent workspaces when the platform permits it.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nexus-research-lab/nexus/nexus-manager
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 nexus-research-lab/nexus --skill nexus-manager
Clone the repo
git clone --depth 1 https://github.com/nexus-research-lab/nexus

Made for: Claude Code, 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 nexus-manager

README.md
[![agentmods](https://agentmods.dev/badge/skills/nexus-research-lab/nexus/nexus-manager/github.svg)](https://agentmods.dev/skills/nexus-research-lab/nexus/nexus-manager)
Your own site
<a href="https://agentmods.dev/skills/nexus-research-lab/nexus/nexus-manager"><img src="https://agentmods.dev/badge/skills/nexus-research-lab/nexus/nexus-manager/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 nexus-manager

Your own site · 80×15
<a href="https://agentmods.dev/skills/nexus-research-lab/nexus/nexus-manager"><img src="https://agentmods.dev/badge/skills/nexus-research-lab/nexus/nexus-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 686 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
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.00054 $0.00686
Opus 5 $0.00027 $0.00343
Sonnet 5 $0.00011 $0.00137
Haiku 4.5 $0.00005 $0.00069

Measured today against content hash 553834b59c51, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

nexus-manager scanned grade A with 0 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 today.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/nexus-manager/SKILL.md · 30 lines

What it actually says

Nexus Manager

本 Skill 使用 nexusctl 控制面,不处理产品配置。Provider、Agent runtime options、偏好、Channel、Connector 与配置化 Skill 绑定使用 nexus-configuration;Goal、Execution、Automation 使用各自 round-scoped nexus domain。

执行契约

  • 优先执行宿主注入的 NEXUSCTL_COMMAND_PATH;示例中的 nexusctl 代表该入口。Bash 使用 "$NEXUSCTL_COMMAND_PATH" --json ...,PowerShell 使用 & "${env:NEXUSCTL_COMMAND_PATH}" --json ...。只有宿主没有注入且 PATH 已提供正式二进制时才直接写 nexusctl
  • 不探测、覆盖或拼接作用域环境变量,不传隐藏的 --scope-user-id / --global-scope,不搜索源码或 go run ./cmd/nexusctl。当前 owner 与 workspace scope 只来自宿主。
  • 普通 Agent 在强隔离下不能调用控制面;自己的 workspace 直接使用文件工具。其他资源管理请用户切换到主智能体,不通过数据库、state/runtime 文件或环境变量绕过。
  • 所有调用带 --json 并作为单独进程执行。成功必须有 success=true,再读取 domainactionitem|items|report;失败读取结构化 error.kind/message 和退出码,不从旧字段或混合 stdout 猜结果。
  • 先 list/get 当前状态,再执行一个用户授权的 mutation,最后重新读取验证。删除、卸载、移除成员、覆盖 workspace 或清理历史前精确核对目标和影响范围;没有明确删除意图时不执行破坏性命令。
  • 低频参数只对选定的 exact subcommand 运行 --help,不要为发现能力加载其他 domain 或凭旧示例补 flag。

按资源读取参考

只读取当前资源 domain 的参考,不为一次调用加载完整 nexusctl 手册。

密码、token 和密钥不得出现在命令参数、日志、回复或临时文件。用户账号管理使用 nexus-configurationmembers 域;密码只在宿主确认卡片中填写,不通过本 CLI 传递。

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. today Changed 553834b59c51
  2. yesterday Changed · -2 tokens per session 15d61bea6740
  3. 10d ago First seen · 30 lines · 56 tokens per session scan A 64c288818440

Subscribe to this mod's changes

nexus-manager is a skill published in the GitHub repository nexus-research-lab/nexus (145 stars, last pushed today), licensed Apache-2.0. It adds 54 tokens to every session and 686 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. 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

harness-creator

Build, audit, and improve harnesses that make AI coding agents reliable: AGENTS.md/CLAUDE.md instruction files, feature/state tracking, verification gates, scope boundaries, session handoff, memory persistence, context budgets, tool-permission safety, and multi-agent coordination. Use this whenever a coding agent is…

walkinglabs/learn-harness-engineering · 142 tokens

agent-optimization

Improve an Agent State through versioned scores and score-linked Traces from a frozen Benchmark.

Prism-Shadow/penguin-harness · 22 tokens

agent-evaluation

Run one specified Test Agent on one specified Benchmark Case exactly once, privately score that execution, and return one protocol result.

Prism-Shadow/penguin-harness · 28 tokens

data-analysis

Complete data-analysis tasks with bounded inspection, correct data semantics, native artifact handling, complete delivery, and risk-based verification.

Prism-Shadow/penguin-harness · 27 tokens

ceo-setup

One-time onboarding for the executive/manager commitment workflow — delegation-heavy, meeting prep, decision capture, morning and evening digests. Creates a commitments project and installs two dashboard widgets. After successful setup this skill is excluded from selection until the marker file is deleted.

suyoumo/ClawProBench · 60 tokens

developer-setup

One-time onboarding for the developer workflow — installs github-workflow missions, creates the commitments workspace, registers per-repo projects, writes calibration memories. After successful setup this skill is excluded from selection until the marker file is deleted.

suyoumo/ClawProBench · 49 tokens