Agent skill
valuation-analysis
Constructs valuation models and price targets for a company using DCF, multiples, and scenario analysis. Use this when asked about "fair value", "target price", "is it cheap/expensive", or "valuation".
Install this agent skill to your Project
npx add-skill https://github.com/hck717/FYP-Prep/tree/main/skills/valuation
SKILL.md
Valuation Analysis
Usage
To generate a valuation model for a company, execute the Python script in this directory.
Command:
python skills/valuation/run_valuation.py --ticker <TICKER> --horizon "<TIME_HORIZON>"
Parameters:
ticker: The stock symbol (e.g., AAPL).horizon: Time period (e.g., "1 year", "18 months"). Default: "1 year".
Output
Returns a JSON object with:
valuation_range: Low, Base, and High price targets with methodology.assumptions: Key assumptions driving the model (e.g., revenue growth rates, discount rates) with evidence citations.sensitivity: A sensitivity matrix showing how price targets change under different scenarios.
Example
python skills/valuation/run_valuation.py --ticker AAPL --horizon "1 year"
Environment Requirements
- Python 3.12+
- Access to
research.dbSQLite database - Neo4j GraphRAG instance running (default: bolt://localhost:7687)
- Environment variables: NEO4J_URI, NEO4J_USER, NEO4J_PASSWORD (optional, defaults provided)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
fundamentals-analysis
Analyzes a company's fundamental performance, growth drivers, and risks using verified financial data and text evidence. Use this when asked to research a stock's business model, revenue segments, or quarterly performance.
setup-pre-commit
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
git-guardrails-claude-code
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
Didn't find tool you were looking for?