← Back to Skills Marketplace
OpenViking记忆适配器
by
yyu812707-wq
· GitHub ↗
· v1.0.0
299
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openviking-adapter
Description
字节OpenViking记忆系统适配器 - 分层加载优化,Token降低83%
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openviking-adapter - After installation, invoke the skill by name or use
/openviking-adapter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - ByteDance OpenViking memory system adapter for OpenClaw
Metadata
Frequently Asked Questions
What is OpenViking记忆适配器?
字节OpenViking记忆系统适配器 - 分层加载优化,Token降低83%. It is an AI Agent Skill for Claude Code / OpenClaw, with 299 downloads so far.
How do I install OpenViking记忆适配器?
Run "/install openviking-adapter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenViking记忆适配器 free?
Yes, OpenViking记忆适配器 is completely free (open-source). You can download, install and use it at no cost.
Which platforms does OpenViking记忆适配器 support?
OpenViking记忆适配器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenViking记忆适配器?
It is built and maintained by yyu812707-wq (@yyu812707-wq); the current version is v1.0.0.
More Skills