← 返回 Skills 市场
TokenRanger
作者
synchronic1
· GitHub ↗
· v1.0.0
313
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tokenranger
功能描述
Install, configure, and operate the TokenRanger OpenClaw plugin. Use when you want to reduce cloud LLM token costs by 50-80% via local Ollama context compres...
安全使用建议
This skill is internally consistent with a local compression sidecar, but before installing you should: (1) verify the plugin package and repo (openclaw-plugin-tokenranger) on GitHub and npm to ensure you trust the maintainer; (2) inspect the plugin's service unit / launchd plist and start scripts that will be installed (~/.openclaw/extensions/... and user-level systemd/LaunchAgents) so you know what commands will run as a persistent service; (3) be aware the setup downloads Ollama models and Python deps (large network activity and disk usage) and will run a local HTTP sidecar bound to localhost — confirm it does not expose data to the network; (4) backup any important OpenClaw config before changing plugin entries; and (5) if you need higher assurance, review the plugin source code or test in an isolated VM/container first.
功能分析
Type: OpenClaw Skill
Name: tokenranger
Version: 1.0.0
The OpenClaw skill 'tokenranger' is classified as benign. The `SKILL.md` file transparently describes the installation and operation of a local sidecar plugin designed to reduce LLM token costs. It uses standard OpenClaw CLI commands for plugin management and configuration, and standard system commands (`systemctl`, `launchctl`) for registering and managing a user-level background service. While installing a system service is a powerful capability, it is explicitly stated and appears necessary for the plugin's continuous operation as a 'sidecar'. There is no evidence of prompt injection, data exfiltration, unauthorized remote access, or other malicious intent within the provided files. All described actions are consistent with the stated purpose and use local resources (localhost:8100, localhost:11434).
能力评估
Purpose & Capability
The skill claims to install and operate a local TokenRanger sidecar that compresses context via Ollama and LangChain; the SKILL.md only requires the openclaw CLI and instructs installing an OpenClaw plugin and running local setup. Required binaries/envs are consistent with that purpose.
Instruction Scope
The runtime instructions include installing the plugin, creating a Python venv, pulling Ollama models, installing FastAPI/LangChain deps, and registering a user-level service (systemd/launchd). These actions are within scope for a sidecar-based compression plugin, but they do modify user configuration and start persistent local services and access local logs/service status for troubleshooting.
Install Mechanism
This is an instruction-only skill (no embedded install spec). It instructs the user to run 'openclaw plugins install openclaw-plugin-tokenranger' (and references a GitHub repo and npm package). That is lower risk than an arbitrary URL download, but the actual code will be fetched when the user runs the install command — so verify the upstream package/source before installing.
Credentials
The skill does not request environment variables, secrets, or unrelated credentials. Its operations (local sidecar, Ollama, service files, logs) are proportional to the stated functionality.
Persistence & Privilege
The setup registers a user-level persistent service (systemd user or launchd agent) and writes files under the user's home (~/.openclaw, ~/.config, ~/Library). This persistent presence is expected for a local sidecar but is a privileged local change — the skill does not set always:true and does not request system-wide elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tokenranger - 安装完成后,直接呼叫该 Skill 的名称或使用
/tokenranger触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release. Skill for installing, configuring, and operating the TokenRanger context compression plugin. Plugin at https://github.com/peterjohannmedina/openclaw-plugin-tokenranger
元数据
常见问题
TokenRanger 是什么?
Install, configure, and operate the TokenRanger OpenClaw plugin. Use when you want to reduce cloud LLM token costs by 50-80% via local Ollama context compres... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 313 次。
如何安装 TokenRanger?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tokenranger」即可一键安装,无需额外配置。
TokenRanger 是免费的吗?
是的,TokenRanger 完全免费(开源免费),可自由下载、安装和使用。
TokenRanger 支持哪些平台?
TokenRanger 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TokenRanger?
由 synchronic1(@synchronic1)开发并维护,当前版本 v1.0.0。
推荐 Skills