skilly. Buy ad slot
All skills
Community / AGENT SKILL

pi-paper-factory

IgorGanapolsky/trading
0 installs 38 GitHub stars
0

Run the paper SPY put-credit factory from Pi (pi.dev). Status, dry-run, exits, scorecard. No live, no MCP install, no iron-condor entries.

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

# Pi paper factory

Pi is a **harness**. This skill is the connector. Do not `pi install` npm MCP adapters.

## When

User is in this repo and asks status, dry-run, exits, cohort, or "use Pi".

## Commands (deterministic)

```bash
.venv/bin/python scripts/spy_put_credit.py --status
.venv/bin/python scripts/spy_put_credit.py --dry-run
.venv/bin/python scripts/spy_put_credit.py --manage-exits --dry-run
.venv/bin/python scripts/put_credit_cohort_scorecard.py --json
.venv/bin/python scripts/audit_open_inventory.py
```

If `scripts/pi_trading_bridge.py` is on the branch (PR #4624):

```bash
.venv/bin/python scripts/pi_trading_bridge.py status --json
.venv/bin/python scripts/pi_trading_bridge.py dry-run --json
.venv/bin/python scripts/pi_trading_bridge.py scorecard --json
```

Print-mode (no TUI): `pi -p --no-tools "summarize the scorecard JSON"` only after the JSON exists. Do not spend cloud tokens to _plan_ a trade the script already planned.

## Never

- Live orders / `--live`
- Close positions outside `--manage-exits` / residual IC manager
- Delete halt files
- Claim EDGE_CANDIDATE before n≥30
- Install `pi-mcp-adapter` or other unreviewed Pi MCP packages into this project