sam-terminal

Automate EVM swap execution and portfolio monitoring via SAM gRPC services.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/0xtinylabs/samterminal --skill sam-terminal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sam-terminal
Source: https://github.com/0xtinylabs/samterminal/tree/main/packages/openclaw-skill
Command: npx skills add https://github.com/0xtinylabs/samterminal --skill sam-terminal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes and automates EVM trading, token and wallet monitoring, and notification workflows so users can manage portfolios, execute swaps, and respond to market events without manual coordination across multiple services.

Core Features & Use Cases

  • Swap execution with safety: Quote → approve → execute flow with slippage warnings, fee estimates, and mandatory user confirmations.
  • Token & wallet tracking: Real-time price lookup, token metadata, wallet holdings, tracked lists, and blacklist controls.
  • Workflow orchestration & scheduling: Build DAG-based flows with triggers, conditions, loops, subflows, and integrated notifications (Telegram/Farcaster) for alerts and automated strategies.
  • AI & automation: Use AI actions for analysis, JSON generation, and multi-turn chat within flows to make conditional trading decisions.
  • Use Case: Create a scheduled DCA workflow that buys a fixed amount of ETH daily, updates portfolio value, and notifies you on Telegram.

Quick Start

Use sam-terminal to fetch a token price, create a scheduled price alert, and send a Telegram notification if the price falls below your threshold.

Frequently Asked Questions about sam-terminal

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

FAQPage Schema
How do I automate EVM swap execution with slippage limits and confirmations?

EVM swap execution is automated via a quote-approve-execute flow that includes slippage warnings, fee estimates, and mandatory user confirmations before transaction submission. This ensures safe, controlled swaps across EVM chains.

Can I schedule a DCA workflow that buys ETH and sends Telegram notifications?

You can schedule DCA workflows using DAG-based flows with triggers and conditions, executing recurring token purchases and sending alerts via Telegram or Farcaster notifications when trades complete or thresholds are met.

What is needed to run onchain trading workflows via SAM gRPC services?

Running onchain trading workflows requires a configured SAM_GRPC_HOST environment variable to connect to SAM gRPC services, enabling plugin-based action discovery and workflow orchestration across EVM chains.

Does this tool support token and wallet tracking with blacklist controls?

Token and wallet tracking is supported through real-time price lookups, token metadata retrieval, wallet holdings monitoring, tracked lists, and blacklist controls for managing portfolio assets across EVM networks.

Can I use AI actions within scheduled portfolio monitoring flows?

AI actions can be integrated within flows for analysis, JSON generation, and multi-turn chat, enabling conditional trading decisions and automated portfolio monitoring responses to market events.

What are the limitations of DAG-based workflow orchestration for trading strategies?

DAG-based workflow orchestration operates within EVM chain constraints and requires SAM gRPC connectivity, with swaps needing mandatory user confirmation and slippage limits, limiting fully autonomous high-frequency execution.