PerryLink/dsh-industry-research ↗★ 94
dsh-industry-research
提供行业与公司研究工具包及报告生成
AI 分析
适合需要进行产业链分析、政策新闻追踪和公司扫描的研究员。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:PerryLink/dsh-industry-research说明文档
阅读完整 README ↗Configuration
All tunables are Schemastery Config fields; invalid values fail the profile load loudly.
| Key | Default | Description |
|---|---|---|
enabled | true | Master switch; false mounts nothing. |
industryRoot | industry-research | Artifact root, relative to the session workspace (or absolute). |
fetchTimeoutMs | 20000 | Per-request timeout (ms) for ctx.web search/fetch calls. |
timelineMaxEntries | 500 | Entries retained per industry timeline.jsonl (oldest dropped). |
sourceAllowlist | [] | Host allowlist for tracked sources (empty = all hosts). |
sourceBlocklist | [] | Host blocklist for tracked sources (wins over the allowlist). |
offline | false | Offline mode: never touch ctx.web; local workspace data only. |
skillsDir | (unset) | Explicit skills root override; defaults to the packaged skills/. |
track.maxResultsPerTopic | 10 | web_search maxResults per topic. |
track.maxFetchesPerCall | 10 | Snapshot-fetch budget per industry_track call. |
scan.maxFileBytes | 1048576 | Per-file read cap for company data files. |
scan.maxFigureCandidates | 100 | Figure-candidate budget per company scan. |
scan.strictTicker | true | Company-card tickers must match a built-in format (A-share 6 digits, US 1–5 letters, HK 1–5 digits); false exempts the format check. |