sherwood-vault-monitor

Detect anomalies in Sherwood vault on-chain health via read-only calls.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sherwoodagent/sherwood --skill sherwood-vault-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sherwood-vault-monitor
Source: https://github.com/sherwoodagent/sherwood/tree/main/cron/skills/sherwood-vault-monitor
Command: npx skills add https://github.com/sherwoodagent/sherwood --skill sherwood-vault-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitors Sherwood vaults on-chain health and surfaces only meaningful anomalies, reducing noise and enabling rapid remediation.

Core Features & Use Cases

  • Read vault state (totalAssets, redemptionsLocked, getAgentCount) and governance data (proposals) to assess health
  • Alert only on genuine issues (e.g., redemptions locked without an Executed proposal, or zero active agents)
  • Designed for cron-based scheduled checks across chains, with clear guidance for operators

Quick Start

Configure your cron job to run sherwood-vault-monitor with a vault address and chain, and ensure anomaly alerts are delivered to your preferred notification channel.

Frequently Asked Questions about sherwood-vault-monitor

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

FAQPage Schema
How do I monitor on-chain vault anomalies with cron?

You can detect on-chain vault anomalies by configuring a cron job to run scheduled checks with a vault address and chain, outputting a single anomaly alert when redemptions are locked or the vault is unmanaged.

What specific on-chain vault conditions trigger an anomaly alert?

An anomaly alert triggers when read-only calls detect specific issues like redemptions locked without an Executed proposal, or an unmanaged vault with zero active agents, ensuring alerts surface only for genuine problems.

Does vault anomaly monitoring require write access to the blockchain?

Vault anomaly monitoring relies entirely on read-only on-chain calls to assess vault health and governance states, requiring no write access or transaction signing to detect issues and output silent or alert results.

How do I stop false alerts when monitoring vault health across chains?

To stop false alerts when monitoring vault health across chains, the system outputs a silent result by default and surfaces alerts only when specific anomaly conditions like locked redemptions or zero agents are met.

What on-chain data do I need to check for locked redemptions in a vault?

Checking for locked redemptions requires reading the redemptionsLocked state and cross-referencing governance proposal states to identify if an Executed proposal exists, alongside checking getAgentCount for unmanaged vaults.

Can I use cron to schedule cross-chain vault health checks?

You can use cron to schedule cross-chain vault health checks by configuring the job with a specific vault address and chain, enabling automated monitoring across multiple networks to detect anomalies.