intellectia-stock-screener
Intellectia stock/crypto screener for Bullish/Bearish Tomorrow/Week/Month presets. Calls /gateway/v1/stock/screener-list (no auth) and summarizes results.
Why use this skill?
Fetch and summarize AI-powered bullish and bearish stock and crypto screener lists directly in OpenClaw with this powerful Intellectia integration.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/xanxustan/ai-screenerWhat This Skill Does
The intellectia-stock-screener skill is a specialized OpenClaw integration designed to interface directly with the Intellectia market intelligence engine. By accessing the /gateway/v1/stock/screener-list endpoint, this skill allows users to retrieve real-time, AI-driven technical analysis data for both equities and cryptocurrencies. It abstracts complex API queries into human-readable presets, enabling users to identify market momentum without needing to understand underlying parameter math.
Installation
To integrate this skill into your environment, use the OpenClaw package manager. Execute the following command in your terminal:
clawhub install openclaw/skills/skills/xanxustan/ai-screener
Ensure you have the requests library installed in your active environment, as the skill leverages it for network communication. If not, you can install it via pip: pip install requests.
Use Cases
This skill is perfect for traders and data analysts who require rapid insight into market trends. Common use cases include:
- Automated Watchlist Creation: Generate top-performing bullish stocks for the upcoming week based on historical pattern recognition.
- Trend Validation: Confirm if a specific crypto asset is currently in a bearish or bullish cycle before executing manual trades.
- Performance Filtering: Filter large datasets by probability scores (e.g., retrieving only assets with >70% trend reliability).
- Market Analysis: Compare price action, change ratios, and profit potential across different timeframes like daily, weekly, or monthly intervals.
Example Prompts
- "Intellectia screener: Stocks Bullish Tomorrow. Top 10 by probability desc. Output: symbol, name, price, change_ratio, probability, profit."
- "Intellectia screener: Stocks Bearish for a Week. Explain what probability and profit mean, then return a table."
- "Intellectia screener: Cryptos Bullish for a Month. Page 1 size 50. Filter probability >= 70."
Tips & Limitations
The Intellectia screener relies on specific period and trend type integers. While the presets (e.g., 'Stocks Bullish Tomorrow') are the recommended way to interact with the skill to avoid errors, advanced users can manually pass parameters to the API for deeper custom analysis. Always remember that AI-generated screening results are for informational purposes and should not be treated as absolute financial advice. Ensure you verify data points against your primary brokerage or exchange interface during periods of high market volatility.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-xanxustan-ai-screener": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api