usewhisper-autohook
Auto-hook tools for OpenClaw: query Whisper Context before every generation, ingest after every turn.
Setup & Installation
Install command
clawhub install alinxus/usewhisper-autohookIf the CLI is not installed:
Install command
npx clawhub@latest install alinxus/usewhisper-autohookOr install with OpenClaw CLI:
Install command
openclaw skills install alinxus/usewhisper-autohookor paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/alinxus/usewhisper-autohookWhat This Skill Does
Auto-hook wrapper for OpenClaw that queries Whisper Context before each agent generation and ingests the completed turn after. Defaults to delta compression and caching to minimize token use. Works with any stable user_id/session_id pair, with Telegram as the primary target.
Delta compression with locally persisted context hashes prevents re-sending unchanged memory on every turn, so token use stays lower than with full-history approaches.
When to Use It
- Persisting user context across Telegram bot sessions
- Recalling past decisions without replaying full chat history
- Injecting compressed long-term memory into agent prompts
- Reducing token costs on high-volume conversational agents
- Running a memory proxy for frameworks that always send full conversation history
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Persisting user context across Telegram bot sessions
- 1Persisting user context across Telegram bot sessions
- 2Recalling past decisions without replaying full chat history
- 3Injecting compressed long-term memory into agent prompts
- 4Reducing token costs on high-volume conversational agents
- 5Running a memory proxy for frameworks that always send full conversation history
Auto-hook tools for OpenClaw: query Whisper Context before every generation, ingest after every turn.
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.