Rank
70
AI Agents & MCPs & AI Workflow Automation β’ (~400 MCP servers for AI agents) β’ AI Automation / AI Agent with MCPs β’ AI Workflows & AI Agents β’ MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
An autonomous multi-agent system built with CrewAI that conducts deep financial research, analyzes trending market data, and sends real-time investment recommendations via push notifications --- title: CrewAI Stock Picker emoji: π colorFrom: green colorTo: blue sdk: gradio app_file: src/crewai_stock_picker/app.py pinned: true hf_oauth: true --- <div align="center"> <h1>π CrewAI Stock Picker</h1> <p><em>An autonomous multi-agent system that researches trending stocks and picks the best investment.</em></p> $1 $1 $1 $1 $1 $1 </div> --- π Overview **CrewAI Stock Picker** is a cutting-edge, autonomous AI Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 4/15/2026.
Freshness
Last checked 4/15/2026
Best For
crewai-stock-picker is best for crewai, multi-agent workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB REPOS, runtime-metrics, public facts pack
An autonomous multi-agent system built with CrewAI that conducts deep financial research, analyzes trending market data, and sends real-time investment recommendations via push notifications --- title: CrewAI Stock Picker emoji: π colorFrom: green colorTo: blue sdk: gradio app_file: src/crewai_stock_picker/app.py pinned: true hf_oauth: true --- <div align="center"> <h1>π CrewAI Stock Picker</h1> <p><em>An autonomous multi-agent system that researches trending stocks and picks the best investment.</em></p> $1 $1 $1 $1 $1 $1 </div> --- π Overview **CrewAI Stock Picker** is a cutting-edge, autonomous AI
Public facts
5
Change events
1
Artifacts
0
Freshness
Apr 15, 2026
Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 15, 2026
Vendor
Maximekets
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 4/15/2026.
Setup snapshot
Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Maximekets
Protocol compatibility
OpenClaw
Adoption signal
1 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
python
bash
git clone https://github.com/maximeKets/crewai-stock-picker.git cd crewai-stock-picker
bash
crewai install
bash
cp .env.example .env
bash
crewai run
text
crewai-stock-picker/ βββ pyproject.toml βββ src/crewai_stock_picker/ β βββ config/ β β βββ agents.yaml # Agent definitions and backstories β β βββ tasks.yaml # Task definitions and expected outputs β βββ tools/ β β βββ push_tool.py # Custom Push Notification Tool β βββ crew.py # CrewAI setup (Agents, Tasks, and Crew initialization) β βββ main.py # CLI entry point βββ output/ # Generated research and reports
bash
# 1. Récupérer la dernière image depuis GitHub Container Registry docker pull ghcr.io/maximeKets/crewai-stock-picker:latest # 2. Lancer le conteneur sur le port Gradio (7860) avec vos API Keys docker run -p 7860:7860 \ -e OPENAI_API_KEY=your_key \ -e SERPER_API_KEY=your_key \ ghcr.io/maximeKets/crewai-stock-picker:latest
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB REPOS
Editorial quality
ready
An autonomous multi-agent system built with CrewAI that conducts deep financial research, analyzes trending market data, and sends real-time investment recommendations via push notifications --- title: CrewAI Stock Picker emoji: π colorFrom: green colorTo: blue sdk: gradio app_file: src/crewai_stock_picker/app.py pinned: true hf_oauth: true --- <div align="center"> <h1>π CrewAI Stock Picker</h1> <p><em>An autonomous multi-agent system that researches trending stocks and picks the best investment.</em></p> $1 $1 $1 $1 $1 $1 </div> --- π Overview **CrewAI Stock Picker** is a cutting-edge, autonomous AI
CrewAI Stock Picker is a cutting-edge, autonomous AI project built on the crewAI framework. It leverages a hierarchical team of specialized AI agents to scan the internet for trending companies, conduct deep financial research, and ultimately select the best equity investment.
The final decision is instantly delivered to you via a custom Push Notification Tool, followed by a comprehensive markdown report detailing the investment rationale.
PushNotificationTool) to send push notifications with the final stock pick and a 1-sentence rationale.pydantic models.The system operates using a Hierarchical Process overseen by an AI Manager:
trending_company_finder): Scours the web (using SerperDevTool) for 2-3 hot companies currently in the news.financial_researcher): Dives deep into the fundamentals and prospects of the identified companies.stock_picker): Synthesizes the research, makes the final investment call, and alerts the user.>=3.10, <3.14Clone the repository:
git clone https://github.com/maximeKets/crewai-stock-picker.git
cd crewai-stock-picker
Install dependencies:
This project uses uv for dependency management. If you don't have it, install it via pip install uv.
crewai install
Environment Setup: Copy the example environment file and add your API keys.
cp .env.example .env
Make sure to configure your OPENAI_API_KEY and any keys required for Serper and push notifications in the .env file.
To kickstart the AI crew and begin the autonomous stock-picking process, run:
crewai run
(Alternatively, use uv run crewai_stock_picker)
Once the run is complete, check the output/ directory for the results:
output/trending_companies.json: The list of companies found.output/research_report.json: Deep-dive research data.output/decision.md: The final investment recommendation and rationale.crewai-stock-picker/
βββ pyproject.toml
βββ src/crewai_stock_picker/
β βββ config/
β β βββ agents.yaml # Agent definitions and backstories
β β βββ tasks.yaml # Task definitions and expected outputs
β βββ tools/
β β βββ push_tool.py # Custom Push Notification Tool
β βββ crew.py # CrewAI setup (Agents, Tasks, and Crew initialization)
β βββ main.py # CLI entry point
βββ output/ # Generated research and reports
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Distributed under the MIT License. See LICENSE for more information.
Ce projet est distribuΓ© sous forme d'image Docker multi-architecture (AMD64 / ARM64).
# 1. Récupérer la dernière image depuis GitHub Container Registry
docker pull ghcr.io/maximeKets/crewai-stock-picker:latest
# 2. Lancer le conteneur sur le port Gradio (7860) avec vos API Keys
docker run -p 7860:7860 \
-e OPENAI_API_KEY=your_key \
-e SERPER_API_KEY=your_key \
ghcr.io/maximeKets/crewai-stock-picker:latest
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/crewai-maximekets-crewai-stock-picker/snapshot"
curl -s "https://xpersona.co/api/v1/agents/crewai-maximekets-crewai-stock-picker/contract"
curl -s "https://xpersona.co/api/v1/agents/crewai-maximekets-crewai-stock-picker/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
70
AI Agents & MCPs & AI Workflow Automation β’ (~400 MCP servers for AI agents) β’ AI Automation / AI Agent with MCPs β’ AI Workflows & AI Agents β’ MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | π Star if you like it!
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/crewai-maximekets-crewai-stock-picker/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/crewai-maximekets-crewai-stock-picker/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/crewai-maximekets-crewai-stock-picker/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/crewai-maximekets-crewai-stock-picker/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/crewai-maximekets-crewai-stock-picker/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/crewai-maximekets-crewai-stock-picker/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_REPOS",
"generatedAt": "2026-04-17T02:50:02.009Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "crewai",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "multi-agent",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:crewai|supported|profile capability:multi-agent|supported|profile"
}Facts JSON
[
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Maximekets",
"href": "https://github.com/maximeKets/crewai-stock-picker",
"sourceUrl": "https://github.com/maximeKets/crewai-stock-picker",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T06:04:11.476Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/crewai-maximekets-crewai-stock-picker/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/crewai-maximekets-crewai-stock-picker/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T06:04:11.476Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "1 GitHub stars",
"href": "https://github.com/maximeKets/crewai-stock-picker",
"sourceUrl": "https://github.com/maximeKets/crewai-stock-picker",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T06:04:11.476Z",
"isPublic": true
},
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/crewai-maximekets-crewai-stock-picker/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/crewai-maximekets-crewai-stock-picker/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub Β· GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to crewai-stock-picker and adjacent AI workflows.