scenique-context-frame

Agents

Detects topic switches in conversations and creates or manages Context Frames to maintain work-related context.

Install

openclaw skills install @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 (web upload recommended for first-time publish to accept license).