← 返回 Skills 市场
yyu812707-wq

OpenViking记忆适配器

作者 yyu812707-wq · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
299
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openviking-adapter
功能描述
字节OpenViking记忆系统适配器 - 分层加载优化,Token降低83%
安全使用建议
This skill looks coherent for a local memory adapter, but before installing: (1) review the complete server.py for any network calls, remote endpoints, or code that sends memory content off-machine (the provided file was truncated); (2) confirm whether requests/dotenv are actually used and why; (3) remember it will read your agent's memory files (MEMORY.md, USER.md, SOUL.md, memory/*.md) and will write into ~/.openclaw/workspace/memory_viking — back up any sensitive data first; (4) if you run it, prefer executing in a sandboxed environment first to confirm no unexpected outbound traffic; (5) verify how the marketplace handles the stated per-call payment (0.5 USDT) and whether any credentials/payment hooks are required.
功能分析
Type: OpenClaw Skill Name: openviking-adapter Version: 1.0.0 The skill is a memory management adapter that implements a tiered storage architecture (L0/L1/L2) to optimize token usage for the OpenClaw agent. It reads local markdown files from the workspace (e.g., `MEMORY.md`, `USER.md`) and uses keyword-based parsing to generate summaries and identity profiles. While it includes an unused `requests` dependency in `requirements.txt` and targets specific financial keywords like 'binance' in `server.py`, there is no evidence of data exfiltration, malicious code execution, or harmful prompt injection.
能力评估
Purpose & Capability
Name/description (OpenViking memory adapter) match what the package does: reading agent memory files from ~/.openclaw/workspace, extracting key info, producing L0/L1/L2 artifacts, and exposing tools for analysis and search. The declared artifacts and tool names align with the code and skill.json.
Instruction Scope
SKILL.md describes local tool calls (openclaw tools call ...) and the server.py implements reading/writing files under ~/.openclaw/workspace and producing summaries. The instructions do not ask for unrelated system files or extra credentials. The code does read potentially sensitive local memory files (MEMORY.md, memory/*.md, USER.md, SOUL.md) — that is expected for a memory adapter but is also precisely the sensitive data surface the user should be aware of.
Install Mechanism
No install spec is provided (instruction-only from registry perspective) and the code is executed via MCP (python3 server.py). requirements.txt lists requests and python-dotenv but there is no external installer or downloaded binaries. This is low-install risk; however you should ensure dependencies are installed from trusted sources.
Credentials
The skill declares no required env vars, no primary credential, and no config paths beyond ~/.openclaw/workspace which it uses for reading/writing memory — these are proportional to a memory adapter. requirements.txt includes python-dotenv and requests (possible network usage) though the visible code does not access external env variables; that mismatch is minor but worth verifying.
Persistence & Privilege
Skill is not always:true and does not request elevated system privileges. It writes its own files under ~/.openclaw/workspace/memory_viking (expected). Autonomous invocation is allowed (platform default) but not combined here with other high-risk factors.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openviking-adapter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openviking-adapter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - ByteDance OpenViking memory system adapter for OpenClaw
元数据
Slug openviking-adapter
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

OpenViking记忆适配器 是什么?

字节OpenViking记忆系统适配器 - 分层加载优化,Token降低83%. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 299 次。

如何安装 OpenViking记忆适配器?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openviking-adapter」即可一键安装,无需额外配置。

OpenViking记忆适配器 是免费的吗?

是的,OpenViking记忆适配器 完全免费(开源免费),可自由下载、安装和使用。

OpenViking记忆适配器 支持哪些平台?

OpenViking记忆适配器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenViking记忆适配器?

由 yyu812707-wq(@yyu812707-wq)开发并维护,当前版本 v1.0.0。

💬 留言讨论