us-stock-analyst
Provides professional US stock analysis using financial data, news, and AI for comprehensive investment insights.
Based on a skill by@openclaw
Install this skill
or
30/100
Security score
The us-stock-analyst skill was audited on Jul 28, 2026 and we found 14 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 67
Curl to non-GitHub URL
SourceSKILL.md
| 65 | **Real-time Financial Metrics** |
| 66 | ```bash |
| 67 | curl "https://api.aisa.one/apis/v1/financial/financial-metrics/snapshot?ticker=AAPL" \ |
| 68 | -H "Authorization: Bearer $AISA_API_KEY" |
| 69 | ``` |
medium line 76
Curl to non-GitHub URL
SourceSKILL.md
| 74 | ```bash |
| 75 | # Daily prices for last 30 days |
| 76 | 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" \ |
| 77 | -H "Authorization: Bearer $AISA_API_KEY" |
| 78 |
medium line 80
Curl to non-GitHub URL
SourceSKILL.md
| 78 | |
| 79 | # 5-minute intraday data |
| 80 | 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" \ |
| 81 | -H "Authorization: Bearer $AISA_API_KEY" |
| 82 | ``` |
medium line 87
Curl to non-GitHub URL
SourceSKILL.md
| 85 | ```bash |
| 86 | # All statements (income, balance, cash flow) |
| 87 | curl "https://api.aisa.one/apis/v1/financial/financial_statements/all?ticker=AAPL" \ |
| 88 | -H "Authorization: Bearer $AISA_API_KEY" |
| 89 | ``` |
medium line 94
Curl to non-GitHub URL
SourceSKILL.md
| 92 | ```bash |
| 93 | # EPS forecasts and ratings |
| 94 | curl "https://api.aisa.one/apis/v1/financial/analyst/eps?ticker=AAPL&period=annual" \ |
| 95 | -H "Authorization: Bearer $AISA_API_KEY" |
| 96 | ``` |
medium line 101
Curl to non-GitHub URL
SourceSKILL.md
| 99 | ```bash |
| 100 | # Track insider buy/sell activity |
| 101 | curl "https://api.aisa.one/apis/v1/financial/insider/trades?ticker=AAPL" \ |
| 102 | -H "Authorization: Bearer $AISA_API_KEY" |
| 103 | ``` |
medium line 108
Curl to non-GitHub URL
SourceSKILL.md
| 106 | ```bash |
| 107 | # See who owns the stock |
| 108 | curl "https://api.aisa.one/apis/v1/financial/institutional/ownership?ticker=AAPL" \ |
| 109 | -H "Authorization: Bearer $AISA_API_KEY" |
| 110 | ``` |
medium line 115
Curl to non-GitHub URL
SourceSKILL.md
| 113 | ```bash |
| 114 | # Access 10-K, 10-Q, 8-K filings |
| 115 | curl "https://api.aisa.one/apis/v1/financial/sec/filings?ticker=AAPL" \ |
| 116 | -H "Authorization: Bearer $AISA_API_KEY" |
| 117 | ``` |
medium line 125
Curl to non-GitHub URL
SourceSKILL.md
| 123 | **Company News** |
| 124 | ```bash |
| 125 | curl "https://api.aisa.one/apis/v1/financial/news?ticker=AAPL&limit=10" \ |
| 126 | -H "Authorization: Bearer $AISA_API_KEY" |
| 127 | ``` |
medium line 131
Curl to non-GitHub URL
SourceSKILL.md
| 129 | **Web Search (News & Articles)** |
| 130 | ```bash |
| 131 | curl -X POST "https://api.aisa.one/apis/v1/scholar/search/web?query=AAPL+stock+analysis&max_num_results=10" \ |
| 132 | -H "Authorization: Bearer $AISA_API_KEY" |
| 133 | ``` |
medium line 137
Curl to non-GitHub URL
SourceSKILL.md
| 135 | **Academic Research** |
| 136 | ```bash |
| 137 | curl -X POST "https://api.aisa.one/apis/v1/scholar/search/scholar?query=semiconductor+industry+analysis&max_num_results=5" \ |
| 138 | -H "Authorization: Bearer $AISA_API_KEY" |
| 139 | ``` |
medium line 147
Curl to non-GitHub URL
SourceSKILL.md
| 145 | **Twitter Search** |
| 146 | ```bash |
| 147 | curl "https://api.aisa.one/apis/v1/twitter/tweet/advanced_search?query=\$AAPL&queryType=Latest" \ |
| 148 | -H "Authorization: Bearer $AISA_API_KEY" |
| 149 | ``` |
medium line 157
Curl to non-GitHub URL
SourceSKILL.md
| 155 | **YouTube Search (Earnings Calls, Analysis)** |
| 156 | ```bash |
| 157 | curl "https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=AAPL+earnings+call&gl=us&hl=en" \ |
| 158 | -H "Authorization: Bearer $AISA_API_KEY" |
| 159 | ``` |
medium line 167
Curl to non-GitHub URL
SourceSKILL.md
| 165 | **LLM Gateway (OpenAI Compatible)** |
| 166 | ```bash |
| 167 | curl -X POST "https://api.aisa.one/v1/chat/completions" \ |
| 168 | -H "Authorization: Bearer $AISA_API_KEY" \ |
| 169 | -H "Content-Type: application/json" \ |
Scanned on Jul 28, 2026
View Security DashboardRate this skill
Categoryfinance accounting
UpdatedAugust 9, 2026
claudeclaude-codehermesfrontenddesignreactremotiondocxgitapitestingbackendfinancial-analystmarket-research-analystgrowth-marketer🇺🇸 USfinance accountingdata analyticsmarketing
baofeng-tech/agent-skills