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/majiayu000/claude-skill-registry/tree/main/skills/data/valuation-analysis
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.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?