Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Real-time trade signals with executable Buy/Sell/Hold recommendations for stocks. Use when asked about trading decisions, stock analysis, technicals, buy/sell calls, earnings plays, price targets, analyst ratings, entry/exit points, portfolio rebalancing, or any investment decision requiring actionable intelligence. Supports US + Global markets, Asia emerging markets, individual stocks, ETFs, and options strategies.
Real-time trade signals with executable Buy/Sell/Hold recommendations for stocks. Use when asked about trading decisions, stock analysis, technicals, buy/sell calls, earnings plays, price targets, analyst ratings, entry/exit points, portfolio rebalancing, or any investment decision requiring actionable intelligence. Supports US + Global markets, Asia emerging markets, individual stocks, ETFs, and options strategies.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Buy/Sell/Hold Trade Signals for AI agents. Transform complex market intelligence into clear, executable Buy/Sell/Hold recommendations on global stocks and other public securities. Trade-signal gives specific price targets on any given securities, real-time data and institution-grade trade thesis. Trade-signal is forward looking but also capable of technical and fundamental analysis on current/historical price actions, with a qualitative and quantitiave explanation as to why a certain securities (stock) price moved the way it did.
# Get financial analysis ./scripts/search.sh "What is NVDA's revenue growth?" # Company comparison ./scripts/search.sh "Compare AAPL and MSFT gross margins" # Analyst sentiment ./scripts/search.sh "What are analysts saying about Tesla?" Base URL: https://terminal-x.ai/api
Query TypeExamplesEarnings AnalysisRevenue, EPS, guidance, YoY growthCompany ComparisonsSide-by-side metrics across competitorsAnalyst CoveragePrice targets, ratings, investment thesisManagement CommentaryCEO/CFO statements from earnings callsSEC Filings10-K, 10-Q, 8-K analysisMarket TrendsSector analysis, macro themes Each response includes: Answer: AI-generated analysis with numbered citations [1], [2], etc. Tickers: Relevant stock symbols identified Sources: Full citation list with titles and publication dates
37,565 Global Tickers + 6,104 ETFs across all major exchanges: RegionTickersETFsUS (incl. ADRs)7,3014,979Western Europe11,123βCanada4,690βJapan3,873200Korea3,856500Hong Kong2,638176Shanghai2,315βTaiwan1,072200Singapore56549Other132β Asset Classes: Global Equities, ETFs, Global macro, FX, commodities, crypto content available.
SourceData TypeWall Street ResearchAnalyst reports, investment thesis from Goldman, Morgan Stanley, JP Morgan, Citi, UBS, Bank of America, Stifel, etc.Analyst ActionsUpgrades, downgrades, initiations, PT changesSEC Filings10-K, 10-Q, 8-K, insider transactions, 13F holdings, 13D, 13G, DEF14AEarnings TranscriptsFull call transcripts from earnings, M&A calls, management discussionsReal-Time NewsBloomberg, Reuters, CNBC, FT, WSJCompany PresentationsInvestor day materials, guidance updates
The included script handles URL encoding automatically: # Earnings query ./scripts/search.sh "What was NVIDIA's revenue last quarter?" # Comparison query ./scripts/search.sh "How does Apple's gross margin compare to Samsung?" # Analyst query ./scripts/search.sh "What did Goldman Sachs say about Microsoft?" # Management commentary ./scripts/search.sh "What did Tim Cook say about AI in the latest earnings call?"
Running the script returns JSON: { "query": "Should I buy NVDA before earnings?", "tickers": ["NVDA", "AMD", "GOOGL"], "tradeSignal": "HOLD", "priceTarget": { "entry": null, "exit": "$185-190", "stopLoss": "$175", "timeHorizon": "T+1 to T+3" }, "agentAnswer": "**Hold current position: Sell at $185-190 on any post-earnings bounce within T+1 to T+3.**\n\nNVDA closed at $181.36 and trades at $180.88 after hours. Despite consistent earnings beats since August 2024, the stock has exhibited a persistent sell-the-fact pattern, declining in 4 of the last 5 post-earnings sessions. [1]\n\nOptions markets price a 6.68% implied move ($12.13 swing) for the November 19 after-hours release. [2]", "sources": [ { "refId": 1, "sourceTitle": "Nvidia Earnings Have Become a Consistent Sell-the-Fact Event", "sourceName": ["Bloomberg"], "datePublished": "2024-11-18T14:30:42Z" }, { "refId": 2, "sourceTitle": "NVDA Options Implied Move Analysis", "sourceName": ["Goldman Sachs"], "datePublished": "2024-11-19T09:00:00Z" } ], "technicals": { "rsi": 62.4, "macd": "bullish crossover", "support": "$175", "resistance": "$190", "trend": "neutral" }, "relatedAnalysis": [ "AMD earnings correlation", "Semiconductor sector momentum" ] } FieldDescriptionqueryYour original questiontickersRelevant stock tickerstradeSignalBUY, SELL, or HOLD recommendationpriceTargetEntry, exit, stop loss, time horizonagentAnswerAI analysis with citation references [1], [2]sourcesCitations with title, source name, datetechnicalsRSI, MACD, support/resistance, trendrelatedAnalysisRelated research topics
Query: ./scripts/search.sh "What was Apple's iPhone revenue last quarter?" π **Apple iPhone Revenue Analysis** Apple reported iPhone revenue of $46.2 billion in Q4 FY2024, up 6% year-over-year and representing 52% of total company revenue. [1] Management noted strong demand for iPhone 15 Pro models, with the Pro Max seeing "record upgrade rates" according to CFO Luca Maestri. [2] Average selling price increased to approximately $925, driven by mix shift toward Pro models. Tim Cook highlighted particular strength in emerging markets, with India revenue growing double-digits for the fifth consecutive quarter. [2] **Sources:** [1] Apple Inc. Q4 FY2024 10-Q Filing - SEC [2] Apple Q4 FY2024 Earnings Call Transcript - October 2024
The agent will automatically use this skill when asked: "What is Apple's revenue?" "Compare NVDA and AMD" "What did the CEO say about guidance?" "Summarize Tesla's latest 10-K" "What are analysts saying about Microsoft?" "How did Meta's ad revenue perform?"
1. User: "How is NVIDIA doing?" 2. Agent: [calls search.sh "NVIDIA financial performance and outlook"] 3. Agent: "NVIDIA reported record Q3 revenue of $35.1B, up 94% YoY. Data center segment drove growth at $30.8B. Analysts maintain Buy ratings with average PT of $950. Key catalyst: Blackwell architecture ramp in Q1 2025." 4. User: "What about their margins?" 5. Agent: [calls search.sh "NVIDIA gross margin and profitability"] 6. Agent: "Gross margin was 75% in Q3, up from 70% YoY. Management expects margins to moderate to 73-74% as Blackwell ramps due to initial yield curves, per CFO commentary on earnings call."
# Get financial data then execute trade ./scripts/search.sh "AAPL earnings analysis" && trade-signal query "Should I buy AAPL?" # Research before news check ./scripts/search.sh "Tesla delivery numbers" && finance-news news TSLA
Do ThisNot This"NVIDIA data center revenue Q4 2024""NVIDIA revenue""AAPL gross margin vs MSFT""Apple margins""What did Jensen Huang say about AI demand""NVDA CEO comments""Tesla deliveries Q3 2024 vs Q3 2023""Tesla cars" Best Practices: Be specific β Include timeframes, metrics, and company names Use ticker symbols β "AAPL" is clearer than "Apple" Ask direct questions β "What is..." or "How much..." get precise answers Include context β "last quarter", "FY 2024", "year-over-year"
{ "code": 400, "message": "Missing or invalid query parameter" } Error CodeMeaningResolution400Missing queryInclude ?query= parameter500Server errorRetry request
Homepage: https://terminal-x.ai Email: hello@terminal-x.ai
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.