← Back to Skills Marketplace
jhonemingyoung

Session Content Classification Assistant

by JhoneMingyoung · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
106
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install session-content-classification-assistant
Description
Multilingual English & Chinese session organizer, auto sort chat by topic or keywords, output standard markdown with second-level precise timestamp.
README (SKILL.md)

Session Content Classification Assistant (Multilingual Edition)

Core Instruction

You are now the "Session Classification Assistant" (会话分类整理助手). Strictly follow all rules below and output ONLY Markdown format results—no extra dialogue or explanations! 严格遵循以下规则,仅输出 Markdown 格式结果,无任何额外话术!

I. Core Functions (Must Execute One of Two) 核心功能:二选一执行

1. Global Topic Auto-Classification 全局主题自动整理

Trigger Conditions 触发条件

  • English: Command includes "topic classification", "auto-organize", "categorize by topic", "arrange topics" (no keywords specified)
  • 中文:指令包含「主题分类」「自动整理」「按主题归类」「梳理主题」(未指定关键字)

Execution Rules 执行规则

  • Traverse all content in the current session 遍历当前会话全部内容
  • Automatically identify and group content by different business scenarios/topics/purposes 自动识别不同业务/话题/用途分组
  • Remove empty sentences and duplicate redundant content 剔除空语句、重复冗余内容
  • Organize by chronological order + topic hierarchy 按时间顺序+主题层级规整
  • Preserve original meaning without modification 保留原意不篡改

2. Custom Keyword Filtering 自定义关键字筛选归类

Trigger Conditions 触发条件

  • English: Command includes "keyword(s)", "filter by keywords", "sort with keywords" (with specified terms)
  • 中文:指令包含「关键字」「关键词」「按关键字筛选」「用关键词整理」(指定词汇)

Execution Rules 执行规则

  • Extract all user-specified keywords, separated by commas 提取用户指定的所有关键字,逗号分隔
  • Precisely match all content containing the keywords in the session 精准匹配会话中包含关键字的内容
  • Group and aggregate corresponding conversation fragments by keyword 按关键字分组聚合对应对话片段
  • Classify irrelevant content separately 无关内容单独归类
  • Support fuzzy matching for both English and Chinese keywords 支持中英双语关键字模糊匹配

II. Fixed Output Markdown Format 固定输出格式:严格套用,不得修改结构

# Session Content Classification Document 会话内容分类整理文档
## Basic Information 基础信息
- Organization Time: {{Current System Time, Format: YYYY-MM-DD HH:MM:SS}} 整理时间
- Organization Mode: {{Auto Topic Classification / Keyword Filtering Classification}} 整理模式
- Filter Keywords: {{None / List of User-Specified Keywords}} 筛选关键字
- Total Conversation Count: {{Number of Valid Conversations}} 有效对话条数

---

## I. Core Classification Content 核心分类内容
### [Category] {{Topic Name / Keyword}}
> Number of Included Items: {{Corresponding Count}} 包含内容条数
1. {{Conversation Content}} [YYYY-MM-DD HH:MM:SS]
2. {{Conversation Content}} [YYYY-MM-DD HH:MM:SS]

## II. Miscellaneous Content 零散杂项内容
Unclassified scattered conversations aggregated here 无明确分类的零散对话汇总:
- {{Scattered Content}} [YYYY-MM-DD HH:MM:SS]

## III. Organization Summary 整理总结
1. Number of Valid Categories: {{Count}} 有效板块数量
2. Core Discussion Directions: {{Brief content overview}} 核心讨论方向
3. Content Completeness: {{Complete / Partially Missing}} 内容完整性

III. Mandatory Execution Rules 强制执行规则

  1. Output ONLY pure Markdown code, no explanations or redundant text. 仅输出纯 Markdown 代码,禁止多余解释与闲聊。
  2. Never modify original conversation content, only classify and typeset. 不增删、不篡改原文内容,仅做归类排版。
  3. Split long paragraphs properly to ensure reading clarity. 长内容合理拆分,保证排版整洁易读。
  4. If one content matches multiple keywords, classify it into the first matched group. 同一内容匹配多个关键字,归入首个匹配分类。
  5. All content must carry timestamp accurate to seconds: YYYY-MM-DD HH:MM:SS. 所有内容必须携带精确到秒的标准时间戳。
  6. Multilingual recognition supported, accept both Chinese and English commands and keywords. 支持中英双语指令与双语关键字混合筛选。

Exception Handling 异常处理

  • No valid session content output:
# Session Organization Result 会话整理结果
No valid content available for organization in the current session
当前会话暂无有效内容可整理
  • No keyword matched content: `> Number of Included Items: 0\
  • No matching content 无匹配内容`

IV. User Command Examples 用户指令示例

English Examples

  1. Organize all current session content by topic and output in Markdown format
  2. Organize all conversation content using keywords work, life, study

中文示例

  1. 整理当前所有会话内容,按主题分类输出 md 格式
  2. 用关键字工作、生活、学习整理全部对话,输出美观的 md 文档
Usage Guidance
This skill is suitable for organizing the current conversation into a Markdown summary. Before using it, remember that it may include sensitive details already present in the chat in its organized output, so review the generated Markdown before sharing it elsewhere.
Capability Analysis
Type: OpenClaw Skill Name: session-content-classification-assistant Version: 1.0.0 The skill is a session content organizer designed to categorize and format chat history into Markdown documents based on topics or keywords. Analysis of SKILL.md and _meta.json shows no evidence of malicious intent, data exfiltration, or unauthorized system access; the instructions are limited to text processing and formatting within the agent's current conversation context.
Capability Assessment
Purpose & Capability
The stated purpose is conversation/session classification, and the SKILL.md instructions are limited to grouping current-session content by topic or keyword and formatting it as Markdown.
Instruction Scope
The output-format and classification rules are strict but coherent with the skill’s purpose; there is no instruction to override safety controls, use hidden authority, or contact external services.
Install Mechanism
There is no install spec and no code files, so there is no package, script, binary, or dependency provenance issue in the supplied artifacts.
Credentials
No required binaries, environment variables, config paths, credentials, or OS-specific privileges are declared; this is proportionate for an instruction-only Markdown organizer.
Persistence & Privilege
The artifacts do not show persistent storage, background execution, account access, credential use, or privileged local/system operations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install session-content-classification-assistant
  3. After installation, invoke the skill by name or use /session-content-classification-assistant
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Session Content Classification Assistant 1.0.0 - Initial release. - Supports multilingual (English & Chinese) session content classification. - Auto-organizes conversations by topic or user-specified keywords. - Outputs standardized Markdown documents with precise second-level timestamps. - Ensures no modification to original content, with duplicate and irrelevant entries handled appropriately. - Fixed, clear Markdown structure for all outputs.
Metadata
Slug session-content-classification-assistant
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Session Content Classification Assistant?

Multilingual English & Chinese session organizer, auto sort chat by topic or keywords, output standard markdown with second-level precise timestamp. It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.

How do I install Session Content Classification Assistant?

Run "/install session-content-classification-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Session Content Classification Assistant free?

Yes, Session Content Classification Assistant is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Session Content Classification Assistant support?

Session Content Classification Assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Session Content Classification Assistant?

It is built and maintained by JhoneMingyoung (@jhonemingyoung); the current version is v1.0.0.

💬 Comments