跪拜 Guibai
← All articles
Backend

Two DeepSeek Harness Plugins Turn Colleagues and Bilibili Into Agent Skills

By 苍何 ·
Read original on juejin.cn ↗ Google Translate ↗ Alt translation

A plugin ecosystem that can distill a teammate's knowledge or connect an agent to a content platform changes what a coding agent can know and do without custom integration work. The Bilibili-to-GitHub pipeline also offers a distribution model worth watching: video content drives adoption and contribution for open-source agent tooling in a way that pure README-driven projects rarely achieve.

Summary

DeepSeek Harness, a plugin-first agent framework, reached 112k GitHub stars within three days of release and already hosts over a thousand community plugins. Two projects topping its trending list show where the ecosystem is heading: colleague-skill (now dot-skill) distills a person's communication patterns from WeChat logs, PDFs, and documents into a reusable AI skill, while OpenBiliClaw builds a cross-platform content discovery agent that learns a user's psychological profile and proactively fetches relevant material from Bilibili, Xiaohongshu, Douyin, YouTube, X, Reddit, and other platforms.

Both projects were built by Bilibili content creators, a pattern that points to a shift in how Chinese open-source projects find early users. Developers explain the problem on video, then route viewers to GitHub for stars, forks, and issues, creating a tight feedback loop between content, code, and real-world usage. The framework's architecture treats models, tools, skills, sessions, and even the UI as swappable plugins, which lowers the barrier for turning a single idea into a community-installable component.

Takeaways
DeepSeek Harness gained 112k GitHub stars in three days and already hosts over 1,000 community plugins.
colleague-skill (dot-skill) distills a person's communication style and knowledge from WeChat records, PDFs, and documents into an AI skill that can answer questions and assist with tasks.
OpenBiliClaw builds a local, private psychological profile from cross-platform usage and uses it to proactively search Bilibili, Xiaohongshu, Douyin, YouTube, X, Zhihu, Reddit, and other platforms for relevant content.
Both projects were created by Bilibili content creators who use video to explain their tools and drive viewers to GitHub for stars, forks, and contributions.
DeepSeek Harness treats models, tools, skills, sessions, and UI as pluggable components, letting developers swap or extend any part of the stack.
Conclusions

Bilibili is functioning as a launch platform for open-source agent tools, where a video explainer replaces the traditional landing page and creates a direct pipeline to GitHub engagement.

The speed at which DeepSeek Harness accumulated plugins suggests that a plugin-first architecture, where every capability is a swappable component, dramatically lowers the activation energy for contributing to an agent ecosystem.

Distilling a colleague into a skill is a concrete form of organizational memory that goes beyond documentation: the model captures communication patterns and contextual knowledge that would otherwise walk out the door.

Concepts & terms
DeepSeek Harness (DSH)
An open-source agent framework where models, tools, skills, sessions, and UI are all implemented as swappable plugins, allowing developers to compose and extend agent capabilities freely.
dot-skill
An evolution of the colleague-skill plugin that distills any person (colleague, public figure, or oneself) into a reusable AI skill by feeding multi-source data such as chat logs and documents into a model.
Source: juejin.cn ↗ Google Translate ↗ Backup ↗