{
  "schemaVersion": "1.0",
  "item": {
    "slug": "memory-ops",
    "name": "Memory Ops",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Ianleme/memory-ops",
    "canonicalUrl": "https://clawhub.ai/Ianleme/memory-ops",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/memory-ops",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=memory-ops",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "references/queries.sql",
      "references/schema.sql",
      "scripts/memory_ops_template.sql",
      "SKILL.md",
      "_meta.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/memory-ops"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/memory-ops",
    "agentPageUrl": "https://openagent3.xyz/skills/memory-ops/agent",
    "manifestUrl": "https://openagent3.xyz/skills/memory-ops/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/memory-ops/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Protocolo obrigatório (sempre)",
        "body": "Consultar memória principal antes de responder ou delegar.\nResponder/delegar com contexto recuperado.\nSalvar contexto do prompt do usuário.\nSalvar contexto de cada delegação enviada para agentes.\nRegistrar auditoria do ciclo (read/write status)."
      },
      {
        "title": "Banco alvo",
        "body": "Database: Memory_openclaw\nExtensão: vector\nTabelas: usar memories + memory_audit."
      },
      {
        "title": "Regras de gravação",
        "body": "Não salvar segredos sensíveis sem necessidade explícita.\nPriorizar fatos operacionais: objetivo, decisão, restrição, preferência, próximo passo.\nSempre incluir metadados mínimos: source, scope, agent, timestamp, kind."
      },
      {
        "title": "SQL e esquema",
        "body": "Criar/atualizar esquema em: references/schema.sql\nQueries de consulta em: references/queries.sql"
      },
      {
        "title": "Auditoria obrigatória",
        "body": "Registrar um evento em memory_audit por turno com:\n\nevent_type: turn_cycle\nread_ok: true/false\nwrite_ok: true/false\ndetails: JSON com contagens e ids"
      },
      {
        "title": "Handoff com agentes",
        "body": "Ao delegar para Alfred/Prompt Improver:\n\nSalvar kind=delegation_prompt com prompt enviado.\nApós retorno, salvar kind=delegation_result com resumo do output.\nSó então consolidar resposta final ao usuário."
      },
      {
        "title": "Implementação de referência",
        "body": "Script pronto: scripts/memory_ops_template.sql\nSe precisar adaptar dimensão de embedding, ajustar coluna vector(1536) conforme modelo."
      }
    ],
    "body": "Memory Ops\nProtocolo obrigatório (sempre)\nConsultar memória principal antes de responder ou delegar.\nResponder/delegar com contexto recuperado.\nSalvar contexto do prompt do usuário.\nSalvar contexto de cada delegação enviada para agentes.\nRegistrar auditoria do ciclo (read/write status).\nBanco alvo\nDatabase: Memory_openclaw\nExtensão: vector\nTabelas: usar memories + memory_audit.\nRegras de gravação\nNão salvar segredos sensíveis sem necessidade explícita.\nPriorizar fatos operacionais: objetivo, decisão, restrição, preferência, próximo passo.\nSempre incluir metadados mínimos: source, scope, agent, timestamp, kind.\nSQL e esquema\nCriar/atualizar esquema em: references/schema.sql\nQueries de consulta em: references/queries.sql\nAuditoria obrigatória\nRegistrar um evento em memory_audit por turno com:\nevent_type: turn_cycle\nread_ok: true/false\nwrite_ok: true/false\ndetails: JSON com contagens e ids\nHandoff com agentes\n\nAo delegar para Alfred/Prompt Improver:\n\nSalvar kind=delegation_prompt com prompt enviado.\nApós retorno, salvar kind=delegation_result com resumo do output.\nSó então consolidar resposta final ao usuário.\nImplementação de referência\nScript pronto: scripts/memory_ops_template.sql\nSe precisar adaptar dimensão de embedding, ajustar coluna vector(1536) conforme modelo."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Ianleme/memory-ops",
    "publisherUrl": "https://clawhub.ai/Ianleme/memory-ops",
    "owner": "Ianleme",
    "version": "0.1.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/memory-ops",
    "downloadUrl": "https://openagent3.xyz/downloads/memory-ops",
    "agentUrl": "https://openagent3.xyz/skills/memory-ops/agent",
    "manifestUrl": "https://openagent3.xyz/skills/memory-ops/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/memory-ops/agent.md"
  }
}