sherwood-trade-scanner

Post the latest Sherwood agent cycle summary to the syndicate XMTP chat.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Posts the latest Sherwood agent cycle summary to the syndicate XMTP chat. The trading agent runs continuously as a systemd service; this cron skill only handles reporting.

Core Features & Use Cases

  • Reads the most recent agent cycle data and formats a concise report for XMTP posting.
  • Posts the report deterministically to the specified syndicate chat using the given chain.
  • Enforces the required inputs: the syndicate name and the chain; if missing, the skill prompts for them and proceeds locally if possible.

Quick Start

Run sherwood agent summary and post the resulting formatted report to the specified XMTP chat using the given SYNDICATE_NAME and CHAIN.

Frequently Asked Questions about sherwood-trade-scanner

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

FAQPage Schema
How do I post Sherwood trading agent summaries to XMTP chats?

To post Sherwood trading summaries to XMTP chats, run this Skill as a cron task that reads the latest agent cycle data and formats a report for syndicate chat posting using the sherwood CLI.

How do I automate recurring cycle summary reports for a Sherwood agent?

You can automate recurring Sherwood cycle summary reports by running this Skill as a scheduled cron task that reads the most recent cycle data and formats a concise report for XMTP posting.

Do I need a running Sherwood agent service to use the cycle summary reporting?

Yes, the Sherwood agent must run continuously as a systemd service; this cron skill only handles reading the latest cycle data and reporting summaries, without starting or modifying the agent service.

What inputs are required to post a Sherwood cycle summary to a syndicate chat?

Posting a Sherwood cycle summary to a syndicate chat requires the SYNDICATE_NAME and CHAIN inputs; if missing, the skill prompts for them and proceeds locally if possible.

Can I use this cron task to modify the Sherwood trading agent configuration?

No, the cron task only handles reporting by reading the most recent cycle data and formatting a report for XMTP posting; it does not start or modify the Sherwood agent service.

What's the best way to send Sherwood cycle data to a specific blockchain syndicate?

The best way to send Sherwood cycle data to a specific blockchain syndicate is using the sherwood CLI with the required SYNDICATE_NAME and CHAIN inputs to post the formatted report deterministically to the specified XMTP chat.