DeepSeek Harness plugin

dsh-a-stock-select

A股选股与持仓诊断 DSH 插件:四大策略(超短线/短线/中线/长线)+ 持仓诊断,基于 a-stock-data 开发,内置 47 个数据端点,输出强制风险提示

Jump to install

Source facts

Repository
ct188579/dsh-a-stock-select
Latest update
Aug 15, 2026
Category
Development & Runtime
GitHub stars
1
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/ct188579/dsh-a-stock-select
Plugin: dsh-a-stock-select
Author: ct188579

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-a-stock-select — A股选股与持仓诊断插件(DSH Skill / npm 插件包)

> ⚠️ 股市有风险,入市需谨慎。本插件所有输出仅供研究参考,不构成任何投资建议,盈亏自负,亏损与作者、本工具及数据来源无关。

基于 a-stock-data(A股数据源) 开发的 DSH 技能插件:将 a-stock-data V3.6.1 的全部 47 个数据端点内嵌合并,叠加四大策略筛选逻辑、持仓诊断流程与强制风控纪律,做成自包含SKILL.md——零外部依赖、开箱即用。同时打包为 npm 插件,支持 dsh 命令一键安装。

功能

  • 四大选股策略:超短线(1–3 交易日)/ 短线(1–4 周)/ 中线(1–6 个月)/ 长线(6 个月以上),每个策略都带完整的「取数 → 筛选 → 输出」流水线
  • 持仓诊断:7 步真实数据核查后给出明确结论(持有 / 减仓 / 清仓) + 支撑位 / 压力位 / 止损位 + 触发条件
  • 内置数据源:a-stock-data V3.6.1 全文内嵌(行情 / 研报 / 资金流 / 龙虎榜 / 解禁 / 涨停池 / 财务三表 / 公告等 47 端点全部可运行代码)
  • 强制风控:每个策略强制止损纪律;不推荐 ST / 重点监控池 / 跌停池标的;每次输出强制附带风险提示与免责声明

一键安装(dsh 命令)

需要本机已安装 dsh 与 pnpm:

dsh plugin --profile web add dsh-a-stock-select

安装后重启 dsh,技能 a-stock-select 即自动注册到该 profile(包内声明 dsh.bundledsh plugin 会自动将其加入 profile 的 bundle 层)。也支持任意 profile 名(如 tui / headless)。

手动安装(复制 SKILL.md)

mkdir -p ~/.dsh/skills/a-stock-select
cp SKILL.md ~/.dsh/skills/a-stock-select/SKILL.md
pip install requests pandas stockstats mootdx   # 需要 python3 环境

DSH 会自动发现 ~/.dsh/skills/ 下的技能并在所有会话中生效。本插件亦可直接用于 Claude Code:复制到 ~/.claude/skills/a-stock-select/ 即可。

使用示例

  • 「推荐几只短线股票」「帮我按长线选股」
  • 「我持有大唐发电,成本 X 元,怎么办」
  • 「下周有什么方向」

致谢与版权

  • 数据端点与全部数据函数来自 a-stock-data(作者 Simon 林 · X @linsizhen),版权归原作者所有;本项目仅做整合与策略层扩展,未修改其数据接口逻辑(仅新增 §1.4 tencent_dayk() 等修复补丁)。
  • 选股策略、持仓诊断流程、风险控制纪律、npm 打包与 DSH 插件注册为本项目新增内容。

⚠️ 风险提示(必读)

1. 本插件输出基于公开数据整理,仅供参考,不构成任何投资建议。 2. 股市有风险,入市需谨慎。任何买入、卖出、持有决策请结合自身风险承受能力与实际情况独立判断。 3. 数据可能存在延迟、缺失或错误(接口可能因风控/网络不可达,已内置降级链);据此操作,盈亏自负,亏损与作者、本工具及数据来源无关