nonceprovides authentication, data access, code-first preprocessing, compact output, and guarded operational actions.reboot-reportanalyzes one farm’s reboot activity and delivers a shareable HTML report.
For reboot reports, install both skills by default.
reboot-report can use an
existing authenticated Nonce connection as a fallback when nonce is
unavailable or you explicitly choose that path. Use only one data path for each
report.Prerequisites
- An agent that supports Agent Skills
- A Nonce account
- Node.js with
npxwhen using command-line installation
nonce skill checks its own
runtime and guides the agent through Nonce authorization when first used.
Install
Option 1: plaintext prompt (recommended)
Install Nonce Agent Skills in this project and verify the installation.
Option 2: npx
Install both skills for the preferred setup:nonce is unavailable or you explicitly choose an existing authenticated
Nonce connection, install only the report skill:
Connect and verify
After installation, ask your agent:- With
nonce, the agent follows the skill’s runtime and authentication flow and callslistWorkspaces. - With the fallback connection, the agent runs its workspace-list operation.
The skills use the permissions of your Nonce account. Resolve permission errors
through the account role or farm scope rather than broadening the query.
Use the skills
Query mining resources
nonce skill resolves the required workspace and farm identifiers, combines
data in code, and returns a compact result.
Generate a reboot report
Include one farm, an exact time range, and a timezone:reboot-report skill uses nonce for data collection and preprocessing,
keeps detected reboot events separate from Nonce-issued reboot tasks, and
generates a read-only HTML report. An existing authenticated connection remains
a fallback when nonce is unavailable.
Run operational actions
Thenonce skill can perform actions that affect physical miners or operational
data. Before creating a task batch, the agent must show the exact target and
effect and receive your explicit confirmation.
Update
Option 1: plaintext prompt (recommended)
Update the installed Nonce Agent Skills and verify the update.
Option 2: npx
Follow the current skills.sh documentation to update the installed skill set without changing its target or scope. If both skills are installed, update both. Before updating an oldernonce
installation, preserve any user-created files under .nonce-skill/tasks/
outside the installed skill directory.