Skip to main content
Nonce Agent Skills let compatible agents connect to Nonce, query mining resources, and produce operational reports from natural-language requests. The official agent-skills repository contains two skills:
  • nonce provides authentication, data access, code-first preprocessing, compact output, and guarded operational actions.
  • reboot-report analyzes 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 npx when using command-line installation
Use the current skills.sh documentation for supported targets and installation behavior. The nonce skill checks its own runtime and guides the agent through Nonce authorization when first used.

Install

Install Nonce Agent Skills in this project and verify the installation.

The agent may ask for permission before installing the skills or opening the browser authorization flow.

Option 2: npx

Install both skills for the preferred setup:
If nonce is unavailable or you explicitly choose an existing authenticated Nonce connection, install only the report skill:
Follow the skills.sh prompts and documentation to choose the target and scope for your environment.

Connect and verify

After installation, ask your agent:
  • With nonce, the agent follows the skill’s runtime and authentication flow and calls listWorkspaces.
  • With the fallback connection, the agent runs its workspace-list operation.
Installation is verified only after the selected read-only query succeeds.
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

The 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:
The 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

The nonce 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

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 older nonce installation, preserve any user-created files under .nonce-skill/tasks/ outside the installed skill directory.