screening

Screens stocks by financial criteria and identifies market mainline sectors and strong stocks.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/meimeitou/xshare --skill screening-meimeitou
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: screening
Source: https://github.com/meimeitou/xshare/tree/main/workspace/skills/screening
Command: npx skills add https://github.com/meimeitou/xshare --skill screening-meimeitou

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Finding stocks that match specific valuation or growth criteria and identifying the current market's leading sectors requires querying multiple data sources manually. This Skill automates conditional stock screening and market mainline identification through natural language requests. ## Core Features & Use Cases - Conditional Screening: Filter stocks by PE, PB, ROE, revenue growth, and profit growth, combined with industry or sector constraints via the stock_screen tool. - Market Mainline Identification: Detect the current market stage, leading sectors, and strong stocks using the market_mainline tool, with configurable sector and stock limits. - Structured Output: Presents screening results as tables with codes, names, industries, and key metrics; mainline results include market stage, top sectors, leading stocks, and trend signals. - Use Case: Ask "find bank stocks with PE below 15" to get a filtered table, or ask "what is the current market mainline" to receive the market stage, top 3 leading sectors, and a list of strong stocks with trend and volume indicators. ## Quick Start Ask the assistant to find consumer stocks with ROE above 20 percent and display the results in a table.

Frequently Asked Questions about screening

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

FAQPage Schema
How do I screen stocks by PE and ROE criteria?▼

Ask in natural language, for example to find stocks with PE below 15 and ROE above 20 percent. The skill maps your conditions to the stock_screen tool, which supports pe, pb, roe, revenue_yoy, and profit_yoy fields plus industry filters.

How to identify the current market mainline and strong stocks?▼

Ask what the current market mainline is. The skill calls market_mainline and returns the market stage, top leading sectors with strength labels, and strong stocks with trend stage, volume ratio, and nine-turn signals.

What financial metrics does stock screening support?▼

The stock_screen tool supports pe, pb, roe, revenue_yoy, and profit_yoy fields, combined with industry or sector filtering. Common mappings include low valuation as PE below 15 and PB below 2, and high growth as revenue and profit growth above 20 percent.

Does the screening skill include news analysis by default?▼

No. News retrieval via stock_news is only invoked when you explicitly request news catalysts or policy-driven analysis. Mainline answers without news calls will not claim to incorporate the latest news.

What are the limitations of market mainline identification?▼

Mainline results depend on the data calculation basis, which may use sector interface data, industry aggregation, or fallback inference. The skill always states which calculation basis was used so you can judge result reliability.