trading-pulse

Coordinate sandbox trading workflows for Avantis perps on Base with simulated fills.

4|1|Updated May 15, 2026
One-click install
npx skills add https://github.com/Yasuui/hermes-community-skills --skill trading-pulse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trading-pulse
Source: https://github.com/Yasuui/hermes-community-skills/tree/main/skills/community/trading-pulse
Command: npx skills add https://github.com/Yasuui/hermes-community-skills --skill trading-pulse

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Trading execution and market research often happen without consistent guardrails, so risk control, learning from outcomes, and daily decision context become unreliable.

Core Features & Use Cases

  • Avantis trading orchestration with action routing: Runs a unified set of trading actions (wallet setup, market/price queries, open/close/settle positions).
  • Sandbox-first validation and strategy learning: Simulates trades, logs results, computes rolling stats, and evolves parameters after enough logged trades.
  • Market intelligence + trader mentality scoring: Stores research context, generates market narratives, and produces daily PnL + discipline/risk/emotion assessments for decision quality.

Quick Start

Activate trading-pulse and request a health check by sending: echo '{"action":"health"}' | python3 ~/.hermes/skills/trading-pulse/hermes_trading.py

Frequently Asked Questions about trading-pulse

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

FAQPage Schema
How do I test trading strategies on Base without risking real funds?

Sandbox-first trading validation simulates trades, logs results, and computes rolling stats to iterate strategies on Avantis perps without live capital. This allows safe parameter evolution after enough logged trades.

How does prediction market intelligence integrate with daily trading decisions?

Prediction market intelligence aggregates research context into market narratives and daily PnL reports, combining discipline, risk, and emotion assessments to score trader mentality and improve decision quality.

Can I execute Avantis perps trades directly through this workflow?

Avantis trading orchestration coordinates wallet setup, market and price queries, and open, close, and settle position actions through action routing with dedicated keychain handling and simulated fills.

What is needed to route trading actions for Base chain markets?

Action routing requires hermes-style command execution with dedicated keychain handling for wallet operations and non-runtime schema validation to safely process market data and trade execution.

Does this workflow support daily PnL reporting and risk management tracking?

Daily PnL reporting generates structured summaries with discipline, risk, and emotion assessments to enforce risk management and track decision quality across logged sandbox trades.

Are there limitations to the schema validation for trading actions?

Schema-only tested status indicates non-runtime validation, meaning trade execution and market data routing are validated structurally rather than under live runtime conditions.