Four skills that wire Tiger into its own control plane (requires TIGER_BRIDGE_TOKEN in the container env): delegate work to specialists, read live P&L (read-only, never trades), manage the TASKS.md inbox, self-diagnose host RAM/gateway/bridge health.
1.1 KiB
1.1 KiB
| name | description |
|---|---|
| angel-positions | Read Manohar's live Angel One trading positions and P&L from the standalone position-tracker. Use when asked about positions, profit/loss, exposure, or how the portfolio is doing right now. Read-only — this skill can never place, modify, or close trades. |
Angel One Positions (read-only)
The standalone position-tracker (own repo/deploy) is the single source of truth for live positions. Endpoint:
curl -s https://angel.manohargupta.com/api/positions
Response: array of positions with tradingsymbol, exchange, netqty,
ltp, avg_price, unrealised_pnl (₹), realised_pnl (₹).
Reporting rules
- Always report P&L in ₹ with the sign, per position and total.
- Note market hours: NSE/BSE trade 09:15–15:30 IST Mon–Fri; outside those hours, LTP is stale — say so.
- Alert threshold context: ₹5,000 absolute move is the alerting band the tracker uses; reference it when relevant.
- NEVER suggest trades. Report and analyze only. If asked to execute anything, decline — execution stays with Manohar.