OpenClawDashboard/skills/angel-positions/SKILL.md
Manohar 0fcc209020 feat(skills): spawn-delegate, angel-positions, inbox-manager, sys-health
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.
2026-06-10 14:59:41 +00:00

25 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
name: angel-positions
description: 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:
```bash
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:1515:30 IST MonFri; 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.