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.
npx skills add huaweicloud/huaweicloud-skills --skill huawei-cloud-openviking-agent-integrationgit clone --depth 1 https://github.com/huaweicloud/huaweicloud-skillsWrote 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.
[](https://agentmods.dev/skills/huaweicloud/huaweicloud-skills/huawei-cloud-openviking-agent-integration)<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.
<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>- Socket warn
- Snyk warn
- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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`). 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 neednpm. - No Huawei Cloud IAM policies required — this skill operates on local bwrap sandboxes only.
What ships with it
25 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- CHANGELOG.md 1.4 KB
- references/agent-configs.md 8.0 KB
- references/guardrails.md 2.0 KB
- references/related-commands.md 1.4 KB
- references/troubleshooting.md 3.9 KB
- references/verification.md 2.3 KB
- scripts/agents/codearts.sh 19 KB runs code
- scripts/agents/deepseek_harness.sh 18 KB runs code
- scripts/agents/hermes.sh 12 KB runs code
- scripts/agents/kimicode.sh 15 KB runs code
- scripts/agents/openclaw.sh 31 KB runs code
- scripts/agents/opencode.sh 26 KB runs code
- scripts/agents/prime_agent.sh 11 KB runs code
- scripts/agents/workswarm.sh 22 KB runs code
- scripts/common.sh 315 B runs code
- scripts/integrate.sh 1.8 KB runs code
- scripts/lib/base.sh 6.3 KB runs code
- scripts/lib/json.sh 2.1 KB runs code
- scripts/lib/plugins.sh 13 KB runs code
- scripts/lib/registry.sh 2.4 KB runs code
- scripts/lib/ui.sh 2.0 KB runs code
- scripts/status.sh 3.4 KB runs code
- scripts/unbind.sh 1.6 KB runs code
- scripts/unset.sh 376 B runs code
- scripts/verify_mcp.sh 6.9 KB runs code
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.
- today Changed · -189 lines · -1 tokens per session d901cb3ebb6e
- 9d ago First seen · 299 lines · 234 tokens per session scan A 11c97f3ab1a7
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.
Other skills, from other repositories
ha-data-stores
Map of Hope Agent's local data stores and safe read-only query workflow. Use when the user asks where Hope Agent stores data, wants to inspect sessions/messages/memory/logs/background jobs/knowledge indexes/settings, asks the model to query local app data, or debugging requires checking persisted state. Trigger…
api-reference
Memoria REST API endpoints, request/response formats, auth, rate limits. Use when calling or implementing API endpoints.
architecture
Memoria codebase structure, workspace layout, key traits, database tables, config patterns, and testing conventions. Use when navigating or modifying Memoria code.
deployment
Deploy Memoria with Docker Compose or Kubernetes. Environment variables, multi-instance setup, security. Use when deploying or configuring Memoria.
setup
Install Memoria and configure MCP for AI tools (Kiro, Cursor, Claude Code, Codex, Gemini CLI). Decision tree for Cloud vs self-hosted mode, database, embedding provider. Use when helping users set up Memoria.
plugin-development
Create, test, sign, and publish Memoria governance plugins. Covers Rhai and gRPC runtimes, manifest format, lifecycle. Use when developing or managing plugins.