AgentStack
SKILL verified MIT Self-run

Alphameta Orders

skill-intelliscale-alphameta-skills-alphameta-orders · by intelliscale

|

No reviews yet
0 installs
10 views
0.0% view→install

Install

$ agentstack add skill-intelliscale-alphameta-skills-alphameta-orders

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Alphameta Orders? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

AlphaMeta Order

> Response language: match the user's input language (Simplified Chinese / Traditional Chinese / English).

⚠️ Critical Rule

> Always get confirmation before executing any orders!!!

See the [alphameta](../alphameta) skill for server setup and command execution syntax.

Command Index

| Category | Commands | Use For | |---|---|---| | [Order Management](skills/alphameta-orders/references/ref-orders.md) | buy, limit, fast, evict, expand, cancel, modify, scale | Place/modify/cancel orders | | [Multi-Leg Orders](skills/alphameta-orders/references/ref-multi-leg.md) | bto, sto, btc, stc + ratios + OCC | Roll, spread, straddle, condor, butterfly |

Key Concepts

OCC Format (Critical)

Options OCC format: SYMBOL + YYMMDD + C|P + 8-DIGIT_STRIKE

# WRONG: strike × 100
GLD260501P00044000  ← 440×100=44000 (wrong!)

# CORRECT: strike × 1000, pad to 8 digits
GLD260501P00440000  ← 440×1000=440000 → 00440000 ✓

Buy vs Sell

> No sell command — use negative quantity. > buy AAPL -100 = sell 100 shares

Preview Before Execution

Always preview to check margin impact:

buy NVDA260501C00175000 1 AF @ 5.00 preview

Multi-Leg Syntax

buy "     "  AF @ 

| Leg | Meaning | |---|---| | bto | Buy to Open | | sto | Sell to Open | | btc | Buy to Close | | stc | Sell to Close |

For full reference, see [references/ref-orders.md](skills/alphameta-orders/references/ref-orders.md) and [references/ref-multi-leg.md](skills/alphameta-orders/references/ref-multi-leg.md).

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.