Session Manager

v1.0.1

会话管理工具。自动追踪对话会话,提示用户切换话题创建新会话, 并将会话记录保存到用户指定的位置(飞书多维表格或本地文件)。 当用户说"切换话题"、"开新会话"、"新话题"时触发。

0· 190·5 current·6 all-time
byzh4o@zh40
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name/description (session management, creating records, prompting to switch topic) aligns with the runtime instructions: detecting topic shifts, asking the user, creating session records in either Feishu Bitable or local Markdown files, and maintaining MEMORY.md. There are no unrelated requirements (no binaries, no env vars, no installs).
Instruction Scope
Instructions require the agent to monitor conversation content (active topic-shift detection) and to write session metadata and transcripts to files (memory/sessions/*.md and MEMORY.md). This behavior is coherent with the stated purpose, but it means the agent will autonomously inspect/record dialogue context and persist it to disk or an external service — an explicit user privacy/data-handling consideration.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk by installation and no external packages are pulled in. Low installation risk.
Credentials
The SKILL.md recommends Feishu Bitable as a storage option but the skill declares no environment variables or credentials. That is plausible if it expects a pre-configured Feishu integration elsewhere, but the lack of explicit credential requirements means it's unclear how Feishu storage would be performed; users should verify where Feishu credentials/config are stored and whether the agent has access.
Persistence & Privilege
always is false and the skill is user-invocable; it may proactively prompt users (as designed) but it does not request persistent elevated platform privileges. It writes to its own memory files (MEMORY.md, memory/sessions) which is normal for session-tracking skills.
Assessment
This skill appears to do what it says: detect topic changes, prompt the user, and save session records. Before installing, consider: 1) Where will records be stored? Local Markdown files in memory/sessions and MEMORY.md will contain conversation content — avoid this if you cannot store transcripts locally. 2) Feishu storage: the skill mentions using a pre-configured Feishu bitable but provides no credential fields; confirm how Feishu auth is handled (existing platform integration vs. requiring tokens). 3) Proactive detection means the agent will analyze conversation content and may prompt without an explicit user command — ensure that behavior and any automatic writes comply with your privacy rules. If you need tighter control, prefer local-only mode or ask the skill author for details about Feishu authentication and access controls.

Like a lobster shell, security has layers — review code before you run it.

latestvk975byg8vjtnqh4h22nzqsrpwx83b7se

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments