Skills n-central-admin
Operate N-able N-central safely and efficiently through its web UI. Use when handling device administration, filters, rules, scheduled tasks, automation policies, monitoring associations, remote tools, and tenant/customer/site scoped changes in N-central.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/blake-lucas/n-central-admin" ~/.claude/skills/clawdbot-skills-n-central-admin && rm -rf "$T"
manifest:
skills/blake-lucas/n-central-admin/SKILL.mdsource content
N-central Admin
Use this skill to run reliable browser-driven N-central operations.
Operating model
Follow this sequence for almost every change:
- Confirm scope (SO / Customer / Site).
- Confirm targeting (filter preview or explicit devices).
- Apply change (rule/task/template/action).
- Validate on a small sample of devices.
- Expand scope only after validation.
Read references only as needed
- Read
for hierarchy, module navigation, and change-control flow.references/ui-navigation-and-operating-model.md - Read
for filter expression logic, rule behavior, trigger events, and troubleshooting.references/filters-and-rules.md - Read
for Automation Manager behavior, scheduled task execution, and offline/timing caveats.references/automation-policies-and-tasks.md - Read
for per-device tabs, quick actions, and tool availability expectations.references/device-details-tabs-and-tools.md - Read
for browser execution playbooks and stability patterns.references/browser-operator-playbooks.md
Guardrails
- Prefer the narrowest scope that solves the task.
- Clone and specialize shared objects instead of risky in-place edits.
- Name filters/rules/tasks with explicit scope and intent.
- Confirm target count before save and after save.
- Use pilot-first rollout for broad-impact changes.
- Verify outcome using Monitoring, Associations, and Audit Trail.
Quick dispatch
- If you need left-nav click paths, use
.references/ui-navigation-and-operating-model.md#left-navigation-path-map-common-admin-tasks - If rule behavior is wrong, use
.references/filters-and-rules.md#rule-not-firing-checklist - If scheduled execution behavior is wrong, use
.references/automation-policies-and-tasks.md#offline-and-timing-behavior - If target selector arrows are confusing, use
.references/automation-policies-and-tasks.md#dual-list-selector-buttons-targeting-and-similar-fields - If an expected tool is missing on a device, use
.references/device-details-tabs-and-tools.md#why-actions-may-be-unavailable - If browser automation gets flaky, use
.references/browser-operator-playbooks.md#ui-stability-patterns