← 返回 Skills 市场
820
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install usewhisper
功能描述
Official Whisper Context skill for OpenClaw. Cuts context tokens via delta compression + caching, and adds long-term memory across sessions.
安全使用建议
This skill appears coherent with its stated purpose, but review and consider the following before installing: 1) Privacy: ingest_session sends user and assistant text to the remote API—ensure you trust the service and its data-retention policies. 2) Secrets: keep WHISPER_CONTEXT_API_KEY secret and rotate it if needed. 3) Default endpoint: the script defaults to https://context.usewhisper.dev—if you have a different endpoint (self-hosted or internal), set WHISPER_CONTEXT_API_URL. 4) Auto-create behavior: the helper may create projects in your org on first use—be aware it will perform write operations remotely. 5) Review the included whisper-context.mjs script yourself (or have an engineer do so) if you have high security requirements; the code is small and uses only fetch and explicit file/stdin reads.
功能分析
Type: OpenClaw Skill
Name: usewhisper
Version: 1.0.0
The skill is classified as suspicious due to its capabilities for reading local files and making outbound HTTPS requests to a third-party API. While these actions are explicitly declared in SKILL.md and README.md, and are central to the skill's stated purpose (context compression and memory for AI agents), the ability to read arbitrary local files (via `@path` or stdin `-` in `whisper-context.mjs`) and transmit their content to an external service (`https://context.usewhisper.dev`) presents a significant risk. An AI agent could be susceptible to prompt injection, leading it to read sensitive local files and exfiltrate their contents to the Whisper Context API, even if the API itself is the intended destination. There is no evidence of arbitrary code execution, persistence, or exfiltration to arbitrary, undeclared endpoints, which would elevate it to malicious.
能力评估
Purpose & Capability
Name/description, required binary (node), and required env vars (WHISPER_CONTEXT_API_KEY, WHISPER_CONTEXT_PROJECT) match the declared purpose of calling a remote Whisper Context API. The helper's commands (query_context, ingest_session, memory_* etc.) are directly relevant to context compression, caching, and memory management.
Instruction Scope
SKILL.md and the included script limit local data access to explicit inputs (flags, @file paths, or stdin). The instructions clearly state that ingest_session will send user and assistant text to the remote Context API — a necessary behavior for long-term memory but a privacy consideration. There are no vague 'gather whatever context you need' directives; behavior is explicit.
Install Mechanism
No install spec is present (instruction-only install via ClawHub is documented), and the package includes a single Node script rather than an archive download or installer. This minimizes filesystem persistence risk compared to arbitrary downloads.
Credentials
The skill requests only an API key and project identifier for the remote service (plus an optional API URL). It does not request unrelated credentials or config paths. The required secret (WHISPER_CONTEXT_API_KEY) is proportionate to its function; SKILL.md explicitly warns to treat this as a secret.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It can be invoked autonomously (platform default) but has no unusual persistent privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install usewhisper - 安装完成后,直接呼叫该 Skill 的名称或使用
/usewhisper触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release – introduces Whisper Context skill for OpenClaw.
- Enables delta compression and caching of context to reduce API token usage and cost.
- Supports long-term memory across sessions for OpenClaw agents.
- Provides Node-based helper (`whisper-context.mjs`) with commands: `query_context`, `ingest_session`, `memory_write`, `memory_search`, `oracle_search`, `get_cost_summary`, `cache_stats`, and `cache_warm`.
- Allows skill installation via ClawHub and setup via environment variables.
- Outlines security and privacy notes for API key handling and data submission.
元数据
常见问题
usewhisper 是什么?
Official Whisper Context skill for OpenClaw. Cuts context tokens via delta compression + caching, and adds long-term memory across sessions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 820 次。
如何安装 usewhisper?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install usewhisper」即可一键安装,无需额外配置。
usewhisper 是免费的吗?
是的,usewhisper 完全免费(开源免费),可自由下载、安装和使用。
usewhisper 支持哪些平台?
usewhisper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 usewhisper?
由 Alinxus(@alinxus)开发并维护,当前版本 v1.0.0。
推荐 Skills