artemiroshnichenko/dsh-plugins--packages-dsh-env0

dsh-env

Environment facts for DeepSeek Harness — injects today, platform, os_version, and harness_version into system prompt variables

AI 분석

自动获取当前运行环境的元数据,并以变量形式供系统提示词模板引用。适合需要让 Agent 感知当前时间、操作系统及运行环境的自动化任务。

패키지
dsh-env
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 9. 9.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

Configuration

Add to your ~/.dsh/cordis.patch.yml:

- insert:
    - id: env
      name: dsh-env
      config:
        includeToday: true
        includePlatform: true
        includeOsVersion: true
        includeHarnessVersion: true
        customVariables:
          environment: production

Usage in System Prompt Templates

Variables registered by dsh-env can be referenced directly in your persona templates:

Today: {{today}}
Platform: {{platform}}
OS: {{os_version}}
Harness: {{harness_version}}