obai-screening

Screens stocks and resolves tickers via the OBaI screening MCP server.

11|6|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/sixteen-dev/obai --skill obai-screening-sixteen-dev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: obai-screening
Source: https://github.com/sixteen-dev/obai/tree/main/skills/obai-screening
Command: npx skills add https://github.com/sixteen-dev/obai --skill obai-screening-sixteen-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Finding stocks that match specific financial criteria and converting company names into valid ticker symbols normally requires manual screener tools and guesswork. This Skill connects to the OBaI screening MCP server to run filtered market-wide stock screens and ticker lookups directly from a conversation. ## Core Features & Use Cases - Multi-Criteria Stock Screening: Filter stocks by market cap, sector, industry, price, volume, beta, dividend, country, and exchange using the screening_screen_stocks_tool. - Ticker Discovery and Validation: Resolve company names to tickers (e.g., Palantir to PLTR) and validate or find similar ticker symbols. - Filter Discovery: List valid sector and industry values before screening so filters always match supported values. - Use Case: Ask for large-cap technology stocks with beta above 1.5, and receive a formatted list of matching tickers with price, market cap, and sector, each sourced and timestamped. ## Quick Start Use the obai-screening skill to find US-listed technology stocks with market cap above 10 billion dollars and beta above 1.5.

Frequently Asked Questions about obai-screening

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

FAQPage Schema
How do I screen stocks by market cap and sector?▼

Call screening_screen_stocks_tool with filters like market_cap_more_than and a sector value. First call screening_list_available_sectors_tool to get valid sector names, since guessing sector or industry names is not supported.

How to find a stock ticker from a company name?▼

Use screening_search_by_name_tool with the company name, such as Palantir, and it returns the matching ticker like PLTR. For validating an existing symbol or finding similar tickers, use screening_search_by_symbol_tool instead.

What filters does the stock screener support?▼

Supported filters are market cap, price, volume, beta, and dividend (each with more_than and lower_than), plus sector, industry, country, exchange, is_etf, is_fund, us_listed_only, and limit. Unsupported filters like dollar-volume or OR-conditions cannot be used.

Does the screening tool provide current stock prices?▼

No, this server has no price-quote data and focuses only on screening and ticker lookup. For current prices, use the obai-market-data skill instead.

Why does my country filter still show foreign listings?▼

The country filter matches company domicile, not listing venue, so foreign cross-listings still appear. Set us_listed_only for a US-listing scope or exchange for one named venue, and check excluded_by_venue in the response.