用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/daloopa/daloopa-plugin-claude --skill setup命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | setup |
| description | Verify Daloopa MCP connection and show available skills |
Walk the user through verifying their Daloopa plugin setup. Be conversational and helpful.
Confirm Claude Code is running (if the user is seeing this, it is — tell them they're good).
This plugin connects to two Daloopa MCP servers:
mcp.daloopa.com/server/mcp) — Financial data (fundamentals, KPIs, SEC filings)docs.daloopa.com/mcp) — Daloopa knowledgebase (API docs, how-tos, usage help)Run a quick test by calling discover_companies with a well-known ticker like "AAPL" to confirm the data MCP server is connected and responding. Show the user the result.
If this fails:
.mcp.json file is properly configuredTell the user about the available slash commands:
Analysis Skills (all prefixed with /daloopa:):
/daloopa:earnings-review TICKER — Full earnings analysis with guidance tracking/daloopa:tearsheet TICKER — Quick one-page company overview/daloopa:industry TICKER1 TICKER2 ... — Cross-company comparison/daloopa:bull-bear TICKER — Bull/bear/base scenario framework/daloopa:guidance-tracker TICKER — Track management guidance accuracy/daloopa:inflection TICKER — Auto-detect metric accelerations/decelerations/daloopa:capital-allocation TICKER — Buybacks, dividends, shareholder yield/daloopa:dcf TICKER — DCF valuation with sensitivity analysis/daloopa:comps TICKER — Trading comparables with peer multiplesEach skill generates a styled HTML report saved to the reports/ directory.
Suggest they try /daloopa:tearsheet AAPL as a quick first test.
Skills generate HTML reports to the reports/ directory. For additional output formats (Word documents, Excel models, PDF reports, pitch decks), chart generation, and projection engines, see the full project repo at github.com/daloopa/investing.