SkillHub

channel-activity-yanyue

v3.0.0

Multi-channel short-term memory for AI assistants

Sourced from ClawHub, Authored by eightroad

Installation

Please help me install the skill `channel-activity-yanyue` from SkillHub official store. npx skills add eightroad/channel-activity-yanyue

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