usewhisper-autohook

Coding Agents & IDEs
v1.0.0
Benign

Auto-hook tools for OpenClaw: query Whisper Context before every generation, ingest after every turn.

451 downloads451 installsby @alinxus

Setup & Installation

Install command

clawhub install alinxus/usewhisper-autohook

If the CLI is not installed:

Install command

npx clawhub@latest install alinxus/usewhisper-autohook

Or install with OpenClaw CLI:

Install command

openclaw skills install alinxus/usewhisper-autohook

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/alinxus/usewhisper-autohook

What 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.

INPUT

User asks: Persisting user context across Telegram bot sessions

AGENT
  1. 1Persisting user context across Telegram bot sessions
  2. 2Recalling past decisions without replaying full chat history
  3. 3Injecting compressed long-term memory into agent prompts
  4. 4Reducing token costs on high-volume conversational agents
  5. 5Running a memory proxy for frameworks that always send full conversation history
OUTPUT
Auto-hook tools for OpenClaw: query Whisper Context before every generation, ingest after every turn.

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedFeb 25, 2026