dsh plugins中文
← Back to popular plugin directory

device for recall, memory, switching, experience and skills

knqiufan/powercontext-dsh · skills

DeepSeek Harness plugin that connects to a PowerContext Server over HTTP for recall, memory, handoff, experience, and skills.

★ 9GitHub stars
1Forks
2026-08-15Last updated
TypeScriptLanguage
Apache-2.0License

Project overview

DeepSeek Harness plugin that connects to a running PowerContext Server over HTTP for recall, memory, handoff, experience, and skills. It does not embed storage, start the Server, or import the Python package. Features

The plugin calls the Server’s /v1/... OpenAPI surface over HTTP. It does not use MCP.

1. Recalls bounded context with POST /v1/context/prepare and injects it as untrusted historical evidence. 2. Captures the current user input as a Content Source with POST /v1/sources/content.

Install command

dsh plugin --profile web add github:knqiufan/powercontext-dsh
View GitHub repository ↗Back to popular plugin directory