DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Bigseed — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
B

@kobenfang/dsh-bigseed

Bigseed

Agent Skill for DeepSeek Harness (dsh): bigseed.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:kobenfang/BigSeedSkill#3cd524207085160d22f2ba349ea3d05f8c5d6321
READMECompatibilityVersions

Compatibility and provenance

Bigseed is published as @kobenfang/dsh-bigseed and currently resolves to version 1.0.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/22/2026

Versions

1.0.0stable
8/22/2026
Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 3
Weekly downloads
0
Last push
8/29/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

README

🌱 BigSeed · 闪念记录与人生拼图

捕捉生活点滴、感悟想法,从碎片信息构建用户画像,生成以用户为主人公的小说、电影剧本或自传。种一颗种子,长一个世界。

English: Capture life moments and thoughts, build user profiles from fragments, generate novels/scripts/autobiographies starring the user.

✨ 功能

详见 SKILL.md 完整说明。

🔧 环境依赖

Python 3。调用 LLM 生成故事/画像(配置对应模型 API)。

📥 安装(DeepSeek Harness / dsh)

本技能遵循 Agent Skills 开放标准(SKILL.md + YAML frontmatter),适用于 DeepSeek Harness (dsh)、OpenClaw、Claude Code 等支持 Agent Skills 的框架。

# 方式一:放入用户级共享目录(推荐)
mkdir -p ~/.agents
git clone https://github.com/kobenfang/bigseed.git ~/.agents/bigseed

# 方式二:放入项目目录
mkdir -p .agents
cp -r bigseed .agents/

dsh 启动后即可在技能列表中找到 bigseed。

🔍 搜索关键词

闪念, 人生故事, 传记, 自传, 日记, journal, life story, biography, memory

📄 目录结构

bigseed/
├── SKILL.md          # 技能定义(Agent Skills 标准)
├── scripts/bigseed.py

⚖️ License

MIT


© 2026 kobenfang · 更多技能见 dsh-skills