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
Xpersona Agent
Professional US stock analysis with financial data, news, social sentiment, and multi-model AI. Comprehensive reports at $0.02-0.10 per analysis. --- name: us-stock-analyst description: "Professional US stock analysis with financial data, news, social sentiment, and multi-model AI. Comprehensive reports at $0.02-0.10 per analysis." homepage: https://openclaw.ai metadata: {"openclaw":{"emoji":"๐","requires":{"bins":["curl","python3"],"env":["AISA_API_KEY"]},"primaryEnv":"AISA_API_KEY"}} --- US Stock Analyst ๐ **Professional equity analysis powered by AIsa's u
clawhub skill install skills:0xjordansg-yolo:openclaw-aisa-us-stock-analyst:US Stock Analyst 0210v1Overall rank
#62
Adoption
No public adoption signal
Trust
Unknown
Freshness
Feb 28, 2026
Freshness
Last checked Feb 28, 2026
Best For
us-stock-analyst is best for you workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, CLAWHUB, runtime-metrics, public facts pack
Key links, install path, reliability highlights, and the shortest practical read before diving into the crawl record.
Overview
Professional US stock analysis with financial data, news, social sentiment, and multi-model AI. Comprehensive reports at $0.02-0.10 per analysis. --- name: us-stock-analyst description: "Professional US stock analysis with financial data, news, social sentiment, and multi-model AI. Comprehensive reports at $0.02-0.10 per analysis." homepage: https://openclaw.ai metadata: {"openclaw":{"emoji":"๐","requires":{"bins":["curl","python3"],"env":["AISA_API_KEY"]},"primaryEnv":"AISA_API_KEY"}} --- US Stock Analyst ๐ **Professional equity analysis powered by AIsa's u Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Feb 28, 2026
Vendor
Openclaw
Artifacts
0
Benchmarks
0
Last release
Unpublished
Install & run
clawhub skill install skills:0xjordansg-yolo:openclaw-aisa-us-stock-analyst:US Stock Analyst 0210v1Setup 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.
Public facts grouped by evidence type, plus release and crawl events with provenance and freshness.
Public facts
Vendor
Openclaw
Protocol compatibility
OpenClaw
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Parameters, dependencies, examples, extracted files, editorial overview, and the complete README when available.
Captured outputs
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
text
"Analyze NVDA: financial metrics, analyst estimates, insider trades, news sentiment, and AI-powered valuation"
text
"Track my portfolio (AAPL, MSFT, GOOGL): daily updates on metrics, news, and sentiment changes"
text
"Full Tesla Q4 earnings analysis: results vs estimates, guidance, price reaction, analyst updates"
text
"Compare AMD vs NVDA: financials, growth, valuation, market sentiment"
text
"Find tech stocks with P/E < 30, revenue growth > 20%, and positive insider activity"
bash
export AISA_API_KEY="your-key"
Editorial read
Docs source
CLAWHUB
Editorial quality
ready
Professional US stock analysis with financial data, news, social sentiment, and multi-model AI. Comprehensive reports at $0.02-0.10 per analysis. --- name: us-stock-analyst description: "Professional US stock analysis with financial data, news, social sentiment, and multi-model AI. Comprehensive reports at $0.02-0.10 per analysis." homepage: https://openclaw.ai metadata: {"openclaw":{"emoji":"๐","requires":{"bins":["curl","python3"],"env":["AISA_API_KEY"]},"primaryEnv":"AISA_API_KEY"}} --- US Stock Analyst ๐ **Professional equity analysis powered by AIsa's u
Professional equity analysis powered by AIsa's unified API platform.
One API key. Complete market intelligence. AI-powered insights.
"Analyze NVDA: financial metrics, analyst estimates, insider trades,
news sentiment, and AI-powered valuation"
"Track my portfolio (AAPL, MSFT, GOOGL): daily updates on metrics,
news, and sentiment changes"
"Full Tesla Q4 earnings analysis: results vs estimates, guidance,
price reaction, analyst updates"
"Compare AMD vs NVDA: financials, growth, valuation, market sentiment"
"Find tech stocks with P/E < 30, revenue growth > 20%,
and positive insider activity"
export AISA_API_KEY="your-key"
Real-time Financial Metrics
curl "https://api.aisa.one/apis/v1/financial/financial-metrics/snapshot?ticker=AAPL" \
-H "Authorization: Bearer $AISA_API_KEY"
Returns: Market cap, P/E ratio, revenue, EPS, profit margin, ROE, debt/equity, and more.
Historical Stock Prices
# Daily prices for last 30 days
curl "https://api.aisa.one/apis/v1/financial/prices?ticker=AAPL&start_date=2025-01-01&end_date=2025-01-31&interval=day&interval_multiplier=1" \
-H "Authorization: Bearer $AISA_API_KEY"
# 5-minute intraday data
curl "https://api.aisa.one/apis/v1/financial/prices?ticker=AAPL&start_date=2025-02-07&end_date=2025-02-07&interval=minute&interval_multiplier=5" \
-H "Authorization: Bearer $AISA_API_KEY"
Financial Statements
# All statements (income, balance, cash flow)
curl "https://api.aisa.one/apis/v1/financial/financial_statements/all?ticker=AAPL" \
-H "Authorization: Bearer $AISA_API_KEY"
Analyst Estimates
# EPS forecasts and ratings
curl "https://api.aisa.one/apis/v1/financial/analyst/eps?ticker=AAPL&period=annual" \
-H "Authorization: Bearer $AISA_API_KEY"
Insider Trading
# Track insider buy/sell activity
curl "https://api.aisa.one/apis/v1/financial/insider/trades?ticker=AAPL" \
-H "Authorization: Bearer $AISA_API_KEY"
Institutional Ownership
# See who owns the stock
curl "https://api.aisa.one/apis/v1/financial/institutional/ownership?ticker=AAPL" \
-H "Authorization: Bearer $AISA_API_KEY"
SEC Filings
# Access 10-K, 10-Q, 8-K filings
curl "https://api.aisa.one/apis/v1/financial/sec/filings?ticker=AAPL" \
-H "Authorization: Bearer $AISA_API_KEY"
Company News
curl "https://api.aisa.one/apis/v1/financial/news?ticker=AAPL&limit=10" \
-H "Authorization: Bearer $AISA_API_KEY"
Web Search (News & Articles)
curl -X POST "https://api.aisa.one/apis/v1/scholar/search/web?query=AAPL+stock+analysis&max_num_results=10" \
-H "Authorization: Bearer $AISA_API_KEY"
Academic Research
curl -X POST "https://api.aisa.one/apis/v1/scholar/search/scholar?query=semiconductor+industry+analysis&max_num_results=5" \
-H "Authorization: Bearer $AISA_API_KEY"
Twitter Search
curl "https://api.aisa.one/apis/v1/twitter/tweet/advanced_search?query=\$AAPL&queryType=Latest" \
-H "Authorization: Bearer $AISA_API_KEY"
YouTube Search (Earnings Calls, Analysis)
curl "https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=AAPL+earnings+call&gl=us&hl=en" \
-H "Authorization: Bearer $AISA_API_KEY"
LLM Gateway (OpenAI Compatible)
curl -X POST "https://api.aisa.one/v1/chat/completions" \
-H "Authorization: Bearer $AISA_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-4",
"messages": [
{
"role": "system",
"content": "You are a professional equity analyst."
},
{
"role": "user",
"content": "Analyze Apple stock investment prospects"
}
],
"temperature": 0.3,
"max_tokens": 2000
}'
Supported Models:
# Basic analysis
python3 {baseDir}/scripts/stock_analyst.py analyze --ticker AAPL
# Standard analysis with multiple models
python3 {baseDir}/scripts/stock_analyst.py analyze --ticker NVDA --depth standard --models gpt-4 claude-3-opus
# Deep analysis (all data sources)
python3 {baseDir}/scripts/stock_analyst.py analyze --ticker TSLA --depth deep
# Quick screening
python3 {baseDir}/scripts/stock_analyst.py analyze --ticker MSFT --depth quick
# Save report to file
python3 {baseDir}/scripts/stock_analyst.py analyze --ticker GOOGL --output report.json
| Mode | Time | Cost | Data Sources | |------|------|------|--------------| | quick | ~10s | $0.01-0.02 | Metrics, News, Twitter, Basic AI | | standard | ~20s | $0.02-0.05 | + Analyst Estimates, Insider Trades, YouTube | | deep | ~30s | $0.05-0.10 | + Statements, Institutional, SEC, Research |
| Category | Endpoint | Method | Cost |
|----------|----------|--------|------|
| Financial Metrics | /financial/financial-metrics/snapshot | GET | $0.002 |
| Stock Prices | /financial/prices | GET | $0.001 |
| News | /financial/news | GET | $0.001 |
| Statements | /financial/financial_statements/* | GET | $0.002 |
| Analyst Estimates | /financial/analyst/eps | GET | $0.002 |
| Insider Trades | /financial/insider/trades | GET | $0.001 |
| Institutional | /financial/institutional/ownership | GET | $0.001 |
| SEC Filings | /financial/sec/filings | GET | $0.001 |
| Web Search | /scholar/search/web | POST | $0.001 |
| Scholar Search | /scholar/search/scholar | POST | $0.002 |
| Twitter | /twitter/tweet/advanced_search | GET | $0.0004 |
| YouTube | /youtube/search | GET | $0.002 |
| LLM | /v1/chat/completions | POST | Token-based |
Every response includes usage.cost and usage.credits_remaining.
{
"ticker": "NVDA",
"analysis_date": "2025-02-07T10:30:00Z",
"investment_summary": "NVIDIA maintains dominant position in AI chip market with strong data center revenue growth. Recent Blackwell launch positions company for continued expansion...",
"key_metrics": {
"market_cap": 1780500000000,
"pe_ratio": 68.5,
"revenue": 60922000000,
"revenue_growth": 1.26,
"profit_margin": 0.489,
"roe": 1.152
},
"sentiment_analysis": {
"sentiment": "bullish",
"confidence": "high",
"key_themes": ["AI dominance", "Data center growth", "Blackwell launch"],
"summary": "Overwhelmingly positive sentiment following Q4 earnings beat"
},
"valuation": {
"assessment": "fairly_valued",
"price_target_12m": 850.00,
"reasoning": "Premium valuation justified by AI market leadership and strong growth trajectory"
},
"data_sources": {
"Financial Metrics": "Available",
"Stock News": 10,
"Analyst Estimates": "Available",
"Insider Trades": 15,
"Twitter": "Available",
"YouTube": 5
}
}
Analysis Costs:
Comparison:
Cost Breakdown:
Standard Analysis ($0.02-0.05):
โโโ Financial Metrics: $0.002
โโโ Stock Prices: $0.001
โโโ Company News: $0.001
โโโ Analyst Estimates: $0.002
โโโ Insider Trades: $0.001
โโโ Twitter: $0.0004
โโโ YouTube: $0.002
โโโ LLM Analysis: $0.01-0.04
Screen and analyze stocks before investing:
analyst.analyze_stock("NVDA", depth="deep")
Daily updates on your holdings:
for ticker in ["AAPL", "MSFT", "GOOGL"]:
report = analyst.analyze_stock(ticker, depth="quick")
Comprehensive earnings analysis:
analyst.analyze_stock("TSLA", depth="standard")
# Check estimates, actual results, guidance, reaction
Monitor insider activity:
report = analyst.analyze_stock("META", depth="standard")
print(report['raw_data']['insider_trades'])
Track market perception:
report = analyst.analyze_stock("COIN", depth="standard")
print(report['sentiment_analysis'])
Disclaimer (Always Included):
This analysis is for informational purposes only and should not be considered personalized investment advice. Please conduct your own research and consult with licensed financial advisors before making investment decisions.
Regulatory Compliance:
export AISA_API_KEY="your-key"python scripts/stock_analyst.py analyze --ticker AAPLAIsa - Unified API infrastructure for AI agents.
Single API Key. Pay-Per-Use. Agent-Native.
Machine endpoints, contract coverage, trust signals, runtime metrics, benchmarks, and guardrails for agent-to-agent use.
Machine interfaces
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/clawhub-skills-0xjordansg-yolo-openclaw-aisa-us-stock-analyst-u/snapshot"
curl -s "https://xpersona.co/api/v1/agents/clawhub-skills-0xjordansg-yolo-openclaw-aisa-us-stock-analyst-u/contract"
curl -s "https://xpersona.co/api/v1/agents/clawhub-skills-0xjordansg-yolo-openclaw-aisa-us-stock-analyst-u/trust"
Operational fit
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
Raw contract, invocation, trust, capability, facts, and change-event payloads for machine-side inspection.
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/clawhub-skills-0xjordansg-yolo-openclaw-aisa-us-stock-analyst-u/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-0xjordansg-yolo-openclaw-aisa-us-stock-analyst-u/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-0xjordansg-yolo-openclaw-aisa-us-stock-analyst-u/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-skills-0xjordansg-yolo-openclaw-aisa-us-stock-analyst-u/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-skills-0xjordansg-yolo-openclaw-aisa-us-stock-analyst-u/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-skills-0xjordansg-yolo-openclaw-aisa-us-stock-analyst-u/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "CLAWHUB",
"generatedAt": "2026-04-17T00:27:00.714Z"
}
},
"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": "you",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:you|supported|profile"
}Facts JSON
[
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Openclaw",
"href": "https://openclaw.ai",
"sourceUrl": "https://openclaw.ai",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/clawhub-skills-0xjordansg-yolo-openclaw-aisa-us-stock-analyst-u/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-0xjordansg-yolo-openclaw-aisa-us-stock-analyst-u/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://openclaw.ai/showcase",
"sourceUrl": "https://openclaw.ai/showcase",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-03-14T02:03:22.796Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/clawhub-skills-0xjordansg-yolo-openclaw-aisa-us-stock-analyst-u/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-0xjordansg-yolo-openclaw-aisa-us-stock-analyst-u/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://openclaw.ai/showcase",
"sourceUrl": "https://openclaw.ai/showcase",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-03-14T02:03:22.796Z",
"isPublic": true
}
]Sponsored
Ads related to us-stock-analyst and adjacent AI workflows.