Alphameta utilities
Skill intelliscale/alphameta-skills/skills/alphameta-utilities
AlphaMeta is an IBKR (Interactive Brokers) trading tool providing real-time market data for stocks, options, futures, and crypto via a standardized REST API.
npx -y skills add intelliscale/alphameta-skills --skill alphameta-utilitiesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
AlphaMeta utility commands — quote group management, snapshots, economic/earnings/IPO calendar, text-to-speech announcements, calculator, alerts, paper trading, and market strength reporter. Use when: "行情组", "快照", "日历", "经济日历", "财报日历", "IPO", "TTS", "语音播报", "alert", "提醒", "计算器", "paper trading", "模拟交易", "reporter", "market strength", "calendar".
SKILL.md
2.0 KB, as published. Nobody here has run it
AlphaMeta Utilities
Response language: match the user's input language (Simplified Chinese / Traditional Chinese / English).
See the alphameta skill for server setup and command execution syntax.
Command Index
| Category | Commands | Use For |
|---|---|---|
| Quote Management | qadd, qremove, qlist, qsnapshot, qclean, qdelete, qsave, qrestore, qloadsnapshot | Quote groups & snapshots |
| Utilities | calendar, details, alert, say, reporter, paper, reconnect, math, clear, daydumper, meta, qualify, simulate | Calendars, alerts, TTS, calculator |
Key Concepts
Quote Groups
Persist subscriptions across sessions:
qadd tech AAPL MSFT NVDA GOOG # Add to group
qsnapshot # Auto-save subscriptions
qsave tech_config # Persist to file
qclean tech # Remove expired options
Calendars
calendar # Economic calendar (next 7 days)
calendar earnings # Earnings calendar
calendar ipo # IPO calendar
Market Strength Reporter
⚠️
advicehangs — usereporterinstead.
reporter # Market strength score
Paper Trading
paper on # Enable paper trading
paper off # Disable and switch to live
paper # Check current mode
For full reference, see references/ref-quote-mgmt.md and references/ref-utilities.md.