minyang-chen/dsh-stock-lookup ↗★ 0
dsh-stock-lookup
DSH plugin: resolve a company name to a stock symbol and fetch a live stock profile with current price, powered by SEC EDGAR and yahoo-finance2
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:minyang-chen/dsh-stock-lookup说明文档
阅读完整 README ↗Usage examples
Just ask the agent naturally — it selects the right tool automatically.
Direct ticker lookup (agent skips stock_resolve, calls stock_profile directly):
What is Apple's current stock price?
Company name → symbol → profile (two-tool chain):
What sector is Nvidia in?
Agent calls stock_resolve("nvidia") → finds NVDA → calls stock_profile("NVDA").
Ambiguous name:
Look up Amazon stock
Get the SEC EDGAR filing link:
Give me the SEC EDGAR filing link for Microsoft
Agent calls stock_resolve("Microsoft") and surfaces the direct link to EDGAR filings.
Find multiple companies by name:
Find all companies with "apple" in the name
Returns up to 10 matches with ticker, CIK, and EDGAR link for each.
Configuration
| Option | Default | Description |
|---|---|---|
enabled | true | Register tools with the agent |
quoteTtlMs | 15000 | Quote cache lifetime in milliseconds |