🧪 Skills
Channel Activity
--- name: channel-activity description: Multi-channel short-term memory for AI assistants version: 3.0.0 tags: memory, multi-channel, context, summary --- # Channel Activity Record and query activit
v3.0.0
Description
name: channel-activity description: Multi-channel short-term memory for AI assistants version: 3.0.0 tags: memory, multi-channel, context, summary
Channel Activity
Record and query activities from different channels with 30-minute TTL.
Install
npx clawhub@latest install channel-activity
Usage
from channel_activity import ChannelActivity
ca = ChannelActivity()
ca.record("feishu", "Task request")
summary = ca.get_context_summary(channel="qq")
Features
- Multi-channel support (Feishu, QQ, etc.)
- 30-minute TTL with auto cleanup
- Smart summarization (50 chars/message)
- Cross-channel query
License
MIT
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!