Introduction

In an agent plugin ecosystem like DSH, the common requirement is not to recreate a large model, but to break down daily information processing: record one item, categorize one item, look up one section, and remind one item. For these types of workflows, ListForm provides capabilities for recording bills, ledgers, logs, and also summary and reminders.

Below is an introduction to what it is, what it can do, how to install it, and typical usage.

What is it

ListForm is a universal intelligent notebook and information summary tool, maintained by kobenfang, with an MIT license. It combines structured recording, attachment archiving, automatic categorization, periodic summaries, and reminders into a single tool, making it suitable for use within DSH conversation flows.

Core Features

The verified capabilities of ListForm can be divided into five categories:

  • Recording: Supports expense bill recording, shipment ledger recording, and operation log recording; also supports custom form templates.
  • Attachments: Supports photo capture for recording images and document archiving, with the ability to automatically link records to attachments.
  • Categorization: Supports automatic identification of record types, automatic organization by category, date, and tags, and allows for custom categorization rules.
  • Summarization: Supports automatic daily/weekly/monthly report generation, expense trend charts, and classification summary statistics.
  • Reminders: Supports due date reminders, periodic reminders, and anomaly alerts.

Installation and Activation

The installation command is as follows. Before executing, please confirm that the current DSH environment allows installing the plugin corresponding to this command.

clawhub install list

After installation is complete, keywords can be used in conversations to trigger recording, queries, and reminders. We do not use commands like dsh plugin add that are not provided here, nor do we fill in unconfirmed configuration items.

Typical Usage

The verified materials provide the following conversation examples. They demonstrate the basic methods for triggering recording, querying summaries, and setting reminders.

Record that 68 yuan was spent on food → Record expense
Record that 5 cases of goods were shipped today → Record shipment
View this month's expense report → View summary
Remind me to pay rent every Monday → Set reminder

Suitable Scenarios and Notes

Suitable for users who need to process the following types of information in DSH:

  • Recording expense bills, shipment ledgers, or operation logs.
  • Attaching images or documents to records.
  • Organizing content by category, date, or tags.
  • Generating daily, weekly, or monthly reports, or viewing classification statistics.
  • Setting due date, periodic, or anomaly reminders.

Usage Notes:

  1. ListForm runs with the permissions of the current dsh process; you should check the source code, dependencies, and the MIT license before installing.
  2. This article only uses names, functions, installation commands, and examples from verified materials; it does not state as facts unverified star counts, directory page URLs, or categories.
  3. The community plugin directory is an independent site and is not officially affiliated with DeepSeek / Hypersphere; this article also does not describe the installation channel as an official app store.

Conclusion

The value of ListForm lies in putting recording, attachments, categorization, summarization, and reminders into the same DSH workflow, making it suitable for daily information management and periodic reminders.

  • GitHub: https://github.com/kobenfang/ListForm
  • Directory Page: The verified materials for this session did not provide an address.