1363/profit-poster/SKILL.md
Generate TradingView-style trade summary cards (PNG). Use when user wants a visual trade recap, profit poster, or shareable trade image.
npx skillsauth add starchild-ai-agent/community-skills @1363/profit-posterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generates professional dark-themed trade summary cards as PNG images. Styled after TradingView/Hyperliquid aesthetics — coin, side, leverage, entry/exit, PnL, ROE.
import sys
sys.path.insert(0, "skills/profit-poster/scripts")
from generate_poster import generate_poster
config = {
"coin": "BTC",
"entry": 65806.0,
"exit": 69354.0,
"size": 0.00016,
"side": "long",
"leverage": 10,
"status": "closed", # "open" or "closed"
"notes": "VAL → VAH rotation — textbook range trade"
}
path = generate_poster(config, "output/btc_trade.png")
python3 skills/profit-poster/scripts/generate_poster.py \
--config '{"coin":"BTC","entry":65806,"exit":69354,"size":0.00016,"side":"long","leverage":10,"status":"closed","notes":"VAL → VAH range rotation"}' \
--output output/btc_trade.png
| Field | Type | Required | Description | |-------|------|----------|-------------| | coin | str | ✅ | Asset symbol (BTC, ETH) | | entry | float | ✅ | Entry price | | exit | float | ✅ | Exit/current price | | size | float | ✅ | Position size in base asset | | side | str | ✅ | "long" or "short" | | leverage | int | ❌ | Leverage multiplier (default: 1) | | status | str | ❌ | "open" or "closed" (default: "closed") | | notes | str | ❌ | Trade description / strategy note |
output/ directory{coin}_{side}_{timestamp}.png (auto-generated) or custom pathhl_account, hl_fills, or user input)generate_poster(config)output/Pillow (PIL) — install with pip install Pillow --break-system-packagesdevelopment
--- name: "@5326/fvg-delta-forex-engine" version: 6.0.0 --- # FVG-Delta Forex Signal Engine v6.0 A production FastAPI service that scans the global forex market on **15-minute candles**, runs a strict lock-forward Smart-Money-Concept (SMC) staged state machine, and alerts on the late stages. It is the forex evolution of the FVG-Delta crypto engine — **identical strategy**, refined for forex speed and mechanics. ## What it scans A curated, liquidity-screened universe (no illiquid exotics, no
development
--- name: "@5322/fvg-engine" version: 1.0.0 --- # FVG-Delta Crypto Signal Engine v6.0 A production FastAPI service that scans MEXC UST-M perpetual futures on **closed 15-minute candles**, runs a strict lock-forward Smart-Money-Concept (SMC) staged state machine, draws annotated chart screenshots, sends per-trade Telegram alerts, and serves a live dashboard with an in-memory Trade History. Everything lives in `assets/app.py`; the rest is config, docs, and entrypoints. ## The strategy — five lo
development
Builds and app/bot to print Crypto Futures Signals based on a Strategy.
development
--- name: "@5312/delta-strategy" version: 1.0.0 --- # FVG-Delta Crypto Signal Engine — Agent / Maintainer Guide (v5.5) This is the single source of truth for any AI agent or engineer taking over this project. Read it fully before touching `app.py`. It explains the strategy, the code workflow, every bug that was fixed in this revision, the current state, and the rules for updating the app and its docs safely. --- ## 1. What the app is A production-style FastAPI service that scans **MEXC UST-