huawei-cloud-openviking-agent-integration

huawei-cloud-openviking-agent-integration is a skill for Claude Code, Codex from huaweicloud/huaweicloud-skills. It costs 233 tokens per session (1,835 once invoked), scanned A, original, MIT.

An integration tool that connects OpenViking long-term memory, a system for storing and retrieving useful context, to eight coding-agent environments. It uses each agent's supported connection method and keeps the setup across sandbox restarts.

In plain words
What is it for?
It is for connecting or disconnecting OpenViking memory, checking the connection and MCP handshake, and verifying that the integration persists in live and template configurations.
Why use it?
It lets coding agents retain and retrieve information between tasks without losing the connection when an agent environment restarts or is upgraded.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw; mentions OpenCode.

Good fit It is for connecting or disconnecting OpenViking memory, checking the connection and MCP handshake, and verifying that the integration persists in live and template configurations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/huaweicloud/huaweicloud-skills/huawei-cloud-openviking-agent-integration
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add huaweicloud/huaweicloud-skills --skill huawei-cloud-openviking-agent-integration
Clone the repo
git clone --depth 1 https://github.com/huaweicloud/huaweicloud-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for huawei-cloud-openviking-agent-integration

README.md
[![agentmods](https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-skills/huawei-cloud-openviking-agent-integration/github.svg)](https://agentmods.dev/skills/huaweicloud/huaweicloud-skills/huawei-cloud-openviking-agent-integration)
Your own site
<a href="https://agentmods.dev/skills/huaweicloud/huaweicloud-skills/huawei-cloud-openviking-agent-integration"><img src="https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-skills/huawei-cloud-openviking-agent-integration/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for huawei-cloud-openviking-agent-integration

Your own site · 80×15
<a href="https://agentmods.dev/skills/huaweicloud/huaweicloud-skills/huawei-cloud-openviking-agent-integration"><img src="https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-skills/huawei-cloud-openviking-agent-integration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 233 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,835 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket warn 11 Sept 2026
  • Snyk warn 11 Sept 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00233 $0.01835
Opus 5 $0.00117 $0.00918
Sonnet 5 $0.00047 $0.00367
Haiku 4.5 $0.00023 $0.00184

Measured today against content hash d901cb3ebb6e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

huawei-cloud-openviking-agent-integration scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

The scan reads SKILL.md. This mod also ships 19 executable files (scripts/agents/codearts.sh, scripts/agents/deepseek_harness.sh, scripts/agents/hermes.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- OpenViking server running at `http://127.0.0.1:1933` (`curl -s http://127.0.0.1:1933/health`).
skills/devtools/extensions/huawei-cloud-openviking-agent-integration/SKILL.md · 110 lines

How it starts

The opening of the file, as written. The whole thing — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Huawei Cloud Agent Integration (OpenViking Long-Term Memory)

Overview

Integrate and unbind OpenViking long-term memory with coding agents. Agents run in bwrap sandboxes under /root/job-envs/sandboxes/ and use their native mechanism — MCP (mcp__openviking__* tools) or HTTP memory provider — so integration survives agent upgrades.

Integration writes are template-level persistent: config is injected into the agent's start.sh / config templates under /root/template/<agent>/, so sandbox stop + start preserves the integration.

Supported Agents

Agent Mechanism Persistence
CodeArts CLI @openviking/opencode-plugin.codeartsdoer/node_modules/ Template + live
OpenCode @openviking/opencode-plugin (npm mirror → GitHub fallback) Template start.sh
OpenClaw clawhub:@openviking/openclaw-plugin + contextEngine slot Template start.sh
Optimization: disables session-memory hook + denies memory_search tool (OpenViking handles recall; local memory degrades quality)
Hermes Built-in memory.provider: openviking (HTTP REST, no MCP) Template + live
WorkSwarm Dual-channel: native provider + MCP (13 tools) + code-mode patch Template + live + runtime patch
KimiCode MCP via mcp.json Template + live
DeepSeek Harness @openviking/dsh-memory-plugin bundle (on-demand from GitHub) Template start.sh
Prime Agent @openviking/pi-coding-agent-extension (on-demand from GitHub) Template start.sh

Per-agent config details: references/agent-configs.md.

Prerequisites

  • OpenViking server running at http://127.0.0.1:1933 (curl -s http://127.0.0.1:1933/health).
  • Agent sandboxes exist under /root/job-envs/sandboxes/ (managed by job-env-manager).
  • Host tools: curl, python3, bash. OpenCode/OpenClaw additionally need npm.
  • No Huawei Cloud IAM policies required — this skill operates on local bwrap sandboxes only.

Read the full file on GitHub · 110 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed · -189 lines · -1 tokens per session d901cb3ebb6e
  2. 9d ago First seen · 299 lines · 234 tokens per session scan A 11c97f3ab1a7

Subscribe to this mod's changes

huawei-cloud-openviking-agent-integration is a skill published in the GitHub repository huaweicloud/huaweicloud-skills (49 stars, last pushed yesterday), licensed MIT. It adds 233 tokens to every session and 1,835 once invoked, about $0.0012 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.