sherwood-proposal-monitor

Classify Sherwood vault proposals by state and surface actionable next commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reads all proposals on a Sherwood vault and surfaces only those that need action (execution, settlement, or attention), keeping operators focused on real next steps.

Core Features & Use Cases

  • Buffers noise by classifying proposals into Pending, Approved, Executed, Settled, and Rejected, surfacing only Ready to Execute or Ready to Settle items.
  • Vault-aware monitoring for a specific <VAULT_ADDRESS> and <CHAIN> context, enabling targeted governance oversight.
  • Cron-friendly operation that continuously watches proposals and emits clear action instructions for operators.

Quick Start

Run the sherwood proposal monitor cron for your vault address and chain to start surfacing actionable proposals.

Frequently Asked Questions about sherwood-proposal-monitor

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

FAQPage Schema
How do I monitor Sherwood vault proposals for execution and settlement actions?

To monitor Sherwood vault proposals, apply this read-only Skill to a specific vault address and chain to classify proposals by state and surface only Ready to Execute or Ready to Settle actions. It outputs explicit next commands without performing any actions.

What is the best way to filter noisy governance proposals on a Sherwood vault?

Filtering noisy governance proposals involves classifying them into Pending, Approved, Executed, Settled, and Rejected states. This approach surfaces only actionable items needing execution or settlement, keeping operators focused on real next steps.

Can I run Sherwood proposal monitoring continuously using a cron job?

Yes, you can run Sherwood proposal monitoring continuously using a cron-friendly operation. It continuously watches proposals and emits clear action instructions for operators, targeting a specific vault address and chain context.

Does the Sherwood proposal monitor execute approved vault proposals automatically?

No, the Sherwood proposal monitor does not execute approved vault proposals automatically. It ensures read-only inspection and outputs explicit next commands for Ready to Execute or Ready to Settle actions without performing any actions.

How do I track Ready to Settle proposals for a specific vault address and chain?

To track Ready to Settle proposals, apply the monitor to your specific vault address and chain context. It classifies all proposals by their state and explicitly surfaces those that are Ready to Settle.