Openclawdy
v1.1.0Memory infrastructure for AI agents. Persistent storage, semantic recall, reputation tracking, cross-agent pools, and time-travel snapshots. Wallet-based aut...
⭐ 2· 502·0 current·0 all-time
bytopguy_aii@topguyaii
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The name/description match the SKILL.md (a remote memory/retrieval/reputation service). It requires no env vars or local binaries which is consistent with header-based, wallet-signing auth — however the registry metadata does not declare any primary credential or signer requirement even though the API requires signed headers. That omission is a minor incoherence: the skill needs a signing capability, but the registry does not document how the agent obtains or uses that signer.
Instruction Scope
SKILL.md only instructs the agent to call HTTPS endpoints on openclawdy.xyz and use signed headers; it does not tell the agent to read local files, shell history, or other unrelated secrets. The actions described (store, recall, delete, export) fall within the stated memory-service purpose.
Install Mechanism
There is no install spec or code to write to disk (instruction-only), which is low risk. However the README suggests adding the skill via a remote URL (https://openclawdy.xyz/SKILL.md). Relying on a remote SKILL.md at an external domain is a supply‑chain risk because the fetched instructions could change after installation.
Credentials
The skill declares no required env vars, but authentication requires signed headers (X-Agent-Signature etc.). The registry does not declare a primary credential or explain how signing is provided. This is a proportionality/clarity issue: either an integration mechanism (wallet plugin, signer API) should be documented, or the registry should list the signing capability. Also, the service exposes full vault export endpoints — a legitimate feature, but one that enables mass data export to an external third party, which may be disproportionate for agents with access to sensitive data.
Persistence & Privilege
always:false (normal). The skill enables persistent storage and full export/delete operations on a third‑party service. Combined with normal autonomous invocation, an agent could send sensitive information to this external service without additional system privileges — this is a privacy and data‑exfiltration risk, not a registry privilege misconfiguration.
What to consider before installing
This skill appears to be a third‑party memory service (openclawdy.xyz) and is internally consistent with that purpose, but proceed cautiously:
- Verify operator/trust: confirm who runs openclawdy.xyz and review their privacy/legal terms before sending any sensitive data.
- Signing vs keys: the service requires signed headers. Confirm how your agent will produce signatures — ensure private keys remain local and the agent only sends signatures (not private keys). The registry should document the signer integration; ask the author if it does not.
- Data exfiltration: the API supports full vault export and storage of arbitrary content. Do not grant this skill to agents that can access secrets, PII, or other sensitive files unless you accept that those may be stored off‑site.
- Supply‑chain risk: the install instructions point to a remote SKILL.md URL; prefer installing from the registry snapshot or a vetted source rather than fetching a live remote file you don't control.
- Least privilege: only enable/use this skill for agents that need long‑term memory and explicitly consent to third‑party storage. If possible, run a self‑hosted or audited alternative.
If you want a higher assurance decision, ask the skill owner for: (1) documentation of the signing integration (how signatures are made/verified and whether any SDK/plugin is required), (2) operator identity and data processing agreement, and (3) a static, versioned SKILL.md hosted in the registry rather than only on an external URL.Like a lobster shell, security has layers — review code before you run it.
latestvk9756mejhz7h2g19acrdvbd7zs81ekym
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🧠 Clawdis
