cml-admin

cml-admin is a skill for Claude Code, Codex from automateyournetwork/netclaw. It costs 44 tokens per session (1,361 once invoked), scanned A, original, Apache-2.0.

An administration tool for Cloudera Machine Learning, a platform for running data-science and machine-learning work. It manages users and groups and reports system, license, and resource information.

In plain words
What is it for?
Use it to create or update users and groups, check licenses and system resources, inspect user activity, and audit shared lab usage.
Why use it?
It centralizes routine workspace administration and makes it easier to inspect access, usage, and server health.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/automateyournetwork/netclaw/cml-admin
Any agent
npx skills add automateyournetwork/netclaw --skill cml-admin
Clone the repo
git clone --depth 1 https://github.com/automateyournetwork/netclaw

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 cml-admin

README.md
[![agentmods](https://agentmods.dev/badge/skills/automateyournetwork/netclaw/cml-admin.svg)](https://agentmods.dev/skills/automateyournetwork/netclaw/cml-admin)
Your own site
<a href="https://agentmods.dev/skills/automateyournetwork/netclaw/cml-admin"><img src="https://agentmods.dev/badge/skills/automateyournetwork/netclaw/cml-admin.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,361 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00044 $0.01361
Opus 5 $0.00022 $0.00681
Sonnet 5 $0.00009 $0.00272
Haiku 4.5 $0.00004 $0.00136

Measured 5d ago against content hash 1c77f54a5f51, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

cml-admin 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 5d 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.

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.

workspace/skills/cml-admin/SKILL.md · 126 lines

How it starts

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

CML Administration

MCP Server

  • Command: cml-mcp (pip-installed, stdio transport)
  • Requires: CML_URL, CML_USERNAME, CML_PASSWORD environment variables

Available Tools

User Management

Tool Parameters What It Does
get_users none List all CML users
create_user username, password, fullname?, email?, admin? Create a new CML user
get_user user_id/username Get user details (labs, resource usage)
update_user user_id/username, fields to update Update user properties
delete_user user_id/username Delete a CML user

Group Management

Tool Parameters What It Does
get_groups none List all CML groups
create_group name, description?, members? Create a new group
update_group group_id/name, fields to update Update group properties
delete_group group_id/name Delete a group

System Information

Tool Parameters What It Does
get_system_info none CML version, uptime, resource usage (CPU, RAM, disk)
get_node_defs none List all available node definitions and their resource requirements
get_licensing none License status, node count, expiration
get_resource_usage none Current resource utilization across all labs

Workflow: Onboard a New Lab User

When an admin wants to add a new team member:

  1. Check existing users: get_users to see current user list
  2. Create the user: create_user with their credentials
  3. Add to group (optional): update_group to add user to a team group
  4. Verify: get_user to confirm creation
  5. Share credentials: Report the username and CML URL to the admin (never share the password in Slack)

Workflow: Resource Capacity Check

Before building a large lab:

  1. Check system resources: get_system_info for CPU, RAM, disk
  2. Check licensing: get_licensing for available node count
  3. Check node definitions: get_node_defs for per-node resource requirements
  4. Calculate: Does the planned lab fit within available resources?
  5. Report: "You have X GB RAM free, Y CPU cores available, Z node licenses remaining. Your planned lab needs A GB RAM and B nodes."

Read the full file on GitHub · 126 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. 5d ago First seen · 126 lines · 44 tokens per session scan A 1c77f54a5f51

Subscribe to this mod's changes

cml-admin is a skill published in the GitHub repository automateyournetwork/netclaw (650 stars, last pushed today), licensed Apache-2.0. It adds 44 tokens to every session and 1,361 once invoked, about $0.0002 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

demo-create

基于项目中 .vscode/south.code-snippets 定义的 CRUD 模板,快速生成后台管理系统的标准 CRUD 页面代码。该技能根据用户提供的业务模块信息(如模块名称、API路径、字段配置等),自动生成完整的页面文件(Page)、数据模型文件(Model)和 API 接口文件(Api),支持分页列表页面(demoPage)、独立操作页面(demoOptionPage)两种页面模式。.

southliu/south-admin-react · 99 tokens

m4-api

Use the M4 Python API to query clinical datasets programmatically. Use when writing code to access clinical databases, executing SQL via Python, or performing multi-step data analysis.

hannesill/m4 · 38 tokens

documentdb-collection-admin

Database, collection, and user administration on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) server via the documentdb-mcp MCP server — list/create/drop/rename databases and collections, and manage database users and their roles. Use when the agent must provision or tear down namespaces, enumerate the…

Knuckles-Team/documentdb-mcp · 106 tokens

system-admin

Linux system administration and monitoring.

chaterm/terminal-skills · 8 tokens

ai-use-case-assessment

Identify, score, and prioritize Salesforce AI use cases before any implementation begins — opportunity identification, Impact-Effort matrix scoring, feasibility evaluation across Technical/Operational/Data/Risk dimensions, and ROI framing. NOT for the license checks and enablement steps once a use case is approved …

PranavNagrecha/AwesomeSalesforceSkills · 101 tokens

b2b-vs-b2c-requirements

Use this skill to determine whether a Salesforce Commerce project should use B2B Commerce (account-gated, BuyerGroup-based, contract pricing) or D2C Commerce (consumer storefront, guest checkout, individual-based). Trigger keywords: B2B vs B2C, commerce platform selection, buyer journey, account-based purchasing…

PranavNagrecha/AwesomeSalesforceSkills · 126 tokens