system-admin-skill

Manage Sensenova-Claw providers, agents, skills, cron jobs, and system state via CLI or REST APIs.

8|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/SenseTime-FVG/sensenova-claw --skill system-admin-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: system-admin-skill
Source: https://github.com/SenseTime-FVG/sensenova-claw/tree/main/.sensenova-claw/skills/system-admin-skill
Command: npx skills add https://github.com/SenseTime-FVG/sensenova-claw --skill system-admin-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes and simplifies Sensenova-Claw operations by providing a single skill to manage LLM provider configuration, agent lifecycle, tool and skill installation, cron scheduling, and system state inspection, reducing manual configuration errors and inconsistent runtime states.

Core Features & Use Cases

  • LLM & Provider Management: Configure providers, models, timeouts, and hot-reload LLM settings without restarting services.
  • Agent Orchestration: Create, update, delegate, and remove agents, manage agent preferences and messaging permissions.
  • Skill & Plugin Lifecycle: Install, enable/disable, reload skills and plugins, check binary dependencies, and enforce skill loading precedence.
  • Cron & System Monitoring: Manage scheduled jobs via REST, trigger runs, and inspect execution history and LLM/tool status.
  • Environment & Secret Handling: Detect required environment variables, migrate secrets to keyring, and apply secure approval flows for sensitive tools.
  • Use Case: A DevOps engineer uses this skill to onboard a new LLM provider, verify required environment variables, enable required skills, and schedule daily reports with a single, auditable workflow.

Quick Start

Use the system-admin-skill to inspect current LLM providers, list agents, and detect any missing environment variables.

Frequently Asked Questions about system-admin-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I hot-reload LLM configuration without restarting services?

You can hot-reload LLM configuration without restarting services by using this skill to apply provider, model, and timeout updates dynamically. It centralizes LLM settings management to prevent manual configuration errors and maintain consistent runtime states.

What is the best way to manage agent lifecycle and orchestration for Sensenova-Claw?

The best way to manage agent lifecycle for Sensenova-Claw is through centralized agent orchestration. You can create, update, delegate, and remove agents, while managing agent preferences and messaging permissions to ensure consistent runtime states across operations.

How do I migrate secrets to a keyring and validate environment variables?

To migrate secrets to a keyring and validate environment variables, use the system-admin-skill to detect required variables and apply secure approval flows. This environment and secret handling ensures sensitive tools operate securely without manual configuration errors.

Can I manage cron jobs and inspect execution history through REST APIs?

Yes, you can manage cron jobs and inspect execution history through REST APIs. This skill allows you to schedule jobs, trigger runs, and monitor execution history alongside LLM and tool status, centralizing system monitoring for DevOps workflows.

Does installing new skills require checking binary dependencies and loading precedence?

Yes, installing new skills requires checking binary dependencies and enforcing skill loading precedence. This skill manages the full plugin lifecycle, allowing you to install, enable, disable, and reload skills while ensuring all binary requirements are met.