scenique-context-frame
v0.1.0检测对话中的话题切换,创建或管理上下文框架以保持工作语境。
Installation
Please help me install the skill `scenique-context-frame` from SkillHub official store.
npx skills add shewingong/scenique-context-frame
Context Frame Skill
Purpose - Detect topic switches in conversation and create/manage Context Frames (work contexts).
Usage - context_simulate: demo mode runs a simulated conversation and shows frame creation.
Integration - Designed to be integrated into Consolidator or called as an isolated skill for on-demand context management.
Notes - MVP uses lightweight heuristic topic detection; can be upgraded to embedding-based semantic similarity for production.
Packaging
- Files included: context_sim.py, preload.py, skill.json, SKILL.md
- To test locally: python3 preload.py
- To publish: upload the packaged tarball via ClawHub upload UI or use npx clawhub publish