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.

Task Ledger — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
T

@aifred/dsh-task-ledger

Task Ledger

Provider-neutral task lifecycle and idempotent event ledger for DeepSeek Harness and Aifred

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

npx -y @deepseek-ai/dsh plugin --profile web add github:qiaoji1990-alt/aifred-dsh-task-ledger#a03e12e8f6fc00ca163e41a72185d639a81f564c
READMECompatibilityVersions

Compatibility and provenance

Task Ledger is published as @aifred/dsh-task-ledger and currently resolves to version 0.1.2. 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/25/2026

Versions

0.1.2stable
8/25/2026
0.1.0stable
8/25/2026

Related plugins

Loading related plugins…

Latest
0.1.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
Not declared
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/25/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

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseWeb All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUIDeepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.

README

Aifred DSH Task Ledger

Provider-neutral task lifecycle tools for DeepSeek Harness. The plugin can run independently with a local appendable JSON ledger, or connect to an Aifred-compatible bridge by setting AIFRED_TASK_LEDGER_MODE=bridge and AIFRED_BRIDGE_URL.

Tools

  • aifred_task_create
  • aifred_task_get
  • aifred_task_list
  • aifred_task_cancel
  • aifred_task_resume
  • aifred_task_event

The plugin does not send messages, write family data, control devices, or bypass approvals. Aifred/Fubo remains the source of truth when bridge mode is enabled. Event IDs are idempotency keys; cancelled tasks must reject late results.

Install

dsh plugin --profile headless add github:qiaoji1990-alt/aifred-dsh-task-ledger

After an npm release, the package form will also be available:

dsh plugin --profile headless add @aifred/dsh-task-ledger

Aifred mode

AIFRED_TASK_LEDGER_MODE=bridge
AIFRED_BRIDGE_URL=http://127.0.0.1:3888
AIFRED_BRIDGE_TOKEN=<token>

The bridge endpoint is /api/aifred-bridge/tasks. It is intentionally a separate optional integration surface so the plugin remains useful without Aifred.