btc-position-watch

Extract position data from trading-app screenshots and install cron-based email watchers.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/zhuchenyu2008/skills --skill btc-position-watch
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: btc-position-watch
Source: https://github.com/zhuchenyu2008/skills/tree/main/btc-position-watch
Command: npx skills add https://github.com/zhuchenyu2008/skills --skill btc-position-watch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Users want a simple way to monitor a crypto position from a trading-app screenshot without manual checking. This skill extracts symbol, qty, and entry from the image and turns it into a deterministic, timer-based watcher, installed via root crontab and a bundled mailer script.

Core Features & Use Cases

  • OCR-based extraction of symbol, position size and entry price from screenshots.
  • Installable/ removable cron-based watcher with a unique id, cadence (default 5 minutes), recipient, and optional tag/note.
  • Generates and sends email alerts with current price, PnL, and 15-minute trend, using the bundled position_mailer and workspace email sender.

Quick Start

Post a position screenshot and instruct the system to install a 5-minute cron watcher that emails you a summarized position update.

Frequently Asked Questions about btc-position-watch

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

FAQPage Schema
How do I automate crypto position monitoring from a screenshot?▼

To automate crypto position monitoring from a screenshot, you post the image and the skill extracts the symbol, quantity, and entry price to install a timer-based watcher that emails you position updates.

What information do I need to set up automated email alerts for my crypto position?▼

Setting up automated email alerts for your crypto position requires a trading-app screenshot showing your position details, a recipient email address, and a defined cadence for the periodic checks.

Can I use a cron job to check my crypto PnL and email updates?▼

Yes, you can use a cron job to check your crypto PnL and email updates by installing a watcher via root crontab that runs at a default 5-minute cadence using a bundled mailer script.

What data is extracted from a trading app screenshot for position alerts?▼

Data extracted from a trading app screenshot for position alerts includes the cryptocurrency symbol, position size, and entry price, which are parsed to generate a deterministic, timer-based watcher.

Do I need root access to install a cron watcher for crypto position monitoring?▼

Yes, you need root access because the skill installs the cron-based watcher via the root crontab to execute periodic checks and send email alerts for your crypto position.

What is included in the automated crypto position email alert?▼

The automated crypto position email alert includes the current price, profit and loss, and a 15-minute trend, providing a summarized position update sent directly to your recipient email.