agentic-trading-desk

Analyze stocks and ETFs with technical indicators and three-pillar scoring.

256|61|Updated Jul 2, 2026
One-click install
npx skills add https://github.com/Oft3r/agentic-trading-desk --skill agentic-trading-desk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-trading-desk
Source: https://github.com/Oft3r/agentic-trading-desk/tree/main
Command: npx skills add https://github.com/Oft3r/agentic-trading-desk --skill agentic-trading-desk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf2, requests, yfinance, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive short-term technical analysis on stocks and ETFs, enabling users to make informed trading decisions.

Core Features & Use Cases

  • Technical Indicators: Calculates technical indicators such as EMA, RSI, MACD, TRIX, and Bollinger Bands.
  • Three-Pillar Framework: Evaluates each asset across three categories: Trend, Momentum, and Macro-Sentiment.
  • Decision Engine: Provides actionable trading decisions based on the three-pillar analysis.
  • Integration with Claude Code: Seamless integration with Claude Code for automated trading analysis.
  • Use Case: For example, a user can analyze the technical indicators and three-pillar scorecard for a specific stock, such as AAPL, and receive a decision to buy, hold, or sell.

Quick Start

Analyze the technical indicators and three-pillar scorecard for the stock 'AAPL' using the agentic-trading-desk skill.

Frequently Asked Questions about agentic-trading-desk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform short-term technical analysis on stocks using Robinhood MCP?

Short-term technical analysis on stocks via Robinhood MCP involves fetching market data and calculating indicators like EMA, RSI, MACD, and Bollinger Bands to generate actionable buy, hold, or sell trading decisions.

What is the three-pillar framework for stock trading analysis?

The three-pillar framework for stock trading analysis evaluates assets across Trend, Momentum, and Macro-Sentiment categories to produce a scorecard that drives actionable trading decisions.

How do I calculate technical indicators like RSI and MACD for ETFs in Python?

Calculate technical indicators like RSI and MACD for ETFs in Python by running local deterministic scripts that fetch market data and compute values to inform your trading strategy.

Do I need a Robinhood API to run technical analysis on stocks and ETFs?

Yes, you need the Robinhood API to access market data required for running technical analysis on stocks and ETFs, which is then processed locally to calculate indicators and execute the decision engine.

Can I use yfinance and pypdf2 for stock trading decision-making?

Yes, you can use yfinance and pypdf2 as dependencies for stock trading decision-making, where yfinance handles market data fetching and pypdf2 processes reference documents to support the analysis workflow.

What are the limitations of using local scripts for ETF technical analysis?

The limitation of using local scripts for ETF technical analysis is that calculations are deterministic and rely entirely on the Robinhood API for data access, meaning network outages or API rate limits can disrupt the workflow.