omnimemory-full-onboarding
Analysis
This skill is mostly coherent for OmniMemory onboarding, but it asks the agent to handle passwords, OTPs, API keys, a third-party LLM key, and persistent automatic memory capture through an opaque external service/domain.
Findings (5)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Use the fixed base URL `https://zdfdulpnyaci.sealoshzh.site`.
The skill brands itself as OmniMemory onboarding but directs credential-bearing onboarding calls to an opaque fixed domain, while the registry lists no homepage and the artifact later references `https://www.omnimemory.ai/zh/` only as a fallback support site.
openclaw plugins install @omni-pt/omnimemory-overlay
The skill is instruction-only but installs an external plugin by package name without a pinned version or included plugin source. This is expected for the stated purpose, but it makes package provenance important.
repair common mistakes automatically if needed... If needed, remove incorrect values, re-apply the correct `.config.*` values, and continue to the smoke test.
The skill authorizes local OpenClaw configuration mutation and automatic repair. The changes are narrowly scoped to the OmniMemory plugin, but they still alter the user's agent environment.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Ask only for the blocking inputs first: - email - password - name - api_key_label - external_llm_api_key
The skill instructs the agent to collect account credentials and an external LLM API key, then use them for SaaS onboarding and key binding. This is high-impact credential handling, especially because the registry metadata declares no primary credential or required env vars.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
openclaw config set plugins.entries.omnimemory-overlay.config.autoRecall true openclaw config set plugins.entries.omnimemory-overlay.config.autoCapture true
The skill enables automatic memory recall and capture for the installed plugin. The artifacts do not define clear data boundaries, retention rules, exclusions, or approval controls for future captured context.
