niuniu-869/dsh-plugin-cas-kb0

dsh-plugin-cas-kb

DeepSeek Harness bundle: Chinese accounting standards (CAS / ASSE) and tax law lookup with article-level citations, plus a verification-discipline skill.

AI 分析

核心用途是提供专业的中国会计准则与税法知识检索。适合财务人员、审计师或企业管理人员进行财税合规咨询、账务处理核查及法规条文检索任务。

パッケージ
dsh-plugin-cas-kb
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/14

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:niuniu-869/dsh-plugin-cas-kb

ドキュメント

README 全文を読む ↗

Configuration

Both rows can be overridden by id in your own profile patch — for example to point at a mirror. A patch replaces the whole config, so restate every key you need:

- id: quaesto-kb-mcp
  config:
    serverName: quaesto_kb
    transport: streamable-http
    url: https://your-mirror.example.com/mcp
    toolCallTimeoutMs: 30000
    failOnStartupError: false

serverName appears in both rows and in the skill body. Keep them equal, or the skill will name tools that do not exist.