KLRSL/dsh-packer

KLRSL★ 1JavaScript最后同步: 2026-08-16

在 GitHub 打开

配置打包器 for DeepSeek Harness: pack your agent config (skills/sessions/profiles/settings/memory) into zip for migration or sharing, with privacy scanning, diff restore, pack management

README 摘要

dsh-packer 中文文档 dsh-packer is a configuration packer plugin for DeepSeek Harness (DSH) . It packs your local Agent assets into zip archives, module by module, for two purposes: - Migration — move your whole setup to a new machine or after a reinstall. - Sharing — hand your Skills (and other assets) to other people. Version v0.1.0 · MIT License Features Packable modules (all optional) Module Contents Migrate preset Share preset : : : : skills Skills (including the memory-mechanism skill), under /.dsh/skills ✅ ✅ sessions Session records ( .zstd format), under /.dsh/sessions ✅ ❌ profiles Profile configs (excluding node modules ), under /.dsh/profiles ✅ ❌ settings Global settings ( settings.yaml ) ✅ ❌ presets Agent presets ( .agent-presets ) ✅ ❌ memory Memory data ( DSH MEMORY ROOT or /.dsh/memory , excluding backups/ ) ✅ ❌ Two built-in presets - Migrate — every module checked (the default). - Share — only skills is checked; sessions and memory data are automatically excluded. Personal skill subdirectories are also excluded when sharing. Core capabilities 1. Privacy & security scan — before packing, automatically detects local absolute paths, user-profile directory paths, suspected cre…

在 GitHub 查看完整 README →
Agent/智能体agent-configbackupdeepseek-harnessdshdsh-pluginlocal-firstmigrationpacker

分类