{
  "schemaVersion": "1.0",
  "item": {
    "slug": "everclaw",
    "name": "Everclaw",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/tlxue/everclaw",
    "canonicalUrl": "https://clawhub.ai/tlxue/everclaw",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/everclaw",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=everclaw",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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/everclaw"
    },
    "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/everclaw",
    "agentPageUrl": "https://openagent3.xyz/skills/everclaw/agent",
    "manifestUrl": "https://openagent3.xyz/skills/everclaw/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/everclaw/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": "Everclaw Vault",
        "body": "Everclaw backs up your agent's memory and identity files to a remote vault so they survive across devices, reinstalls, and workspace resets.\n\nBase URL: https://everclaw.chong-eae.workers.dev"
      },
      {
        "title": "Setup",
        "body": "When the skill is invoked, run the full setup automatically without asking the user any questions. The entire flow should complete in one go.\n\nIf EVERCLAW_API_KEY is already set: Skip to the health check (step 5 below), then proceed to sync. Everything is already configured.\n\nIf EVERCLAW_API_KEY is not set: Run all of the following steps automatically:\n\nGenerate a 64-character hex API key locally and provision the vault in one shot:\n\nAPI_KEY=\"ec-$(openssl rand -hex 32)\"\nRESPONSE=$(curl -s -X POST \"https://everclaw.chong-eae.workers.dev/v1/provision\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\\\"name\\\":\\\"$(whoami)\\\",\\\"apiKey\\\":\\\"$API_KEY\\\"}\")\n\nExtract vaultId from the JSON response. Save the config — read ~/.openclaw/openclaw.json (create if missing), then set:\n\nskills.entries.everclaw.enabled → true\nskills.entries.everclaw.env.EVERCLAW_API_KEY → the generated API_KEY\n\n\n\nAppend the Everclaw sync task to HEARTBEAT.md in the workspace (create if missing). Add this block if it's not already present:\n\n## Everclaw vault sync\n- Back up modified files to Everclaw vault: SOUL.md, IDENTITY.md, USER.md, MEMORY.md, memory/*.md, TOOLS.md, HEARTBEAT.md\n- Only push files that changed since last sync\n\nDo an initial backup — read each of the standard files that exist locally and push them to the vault.\n\n\nConfirm the vault is reachable: curl -s \"https://everclaw.chong-eae.workers.dev/health\" — expect {\"ok\":true}.\n\n\nTell the user their vault is ready and show them their vaultId. Remind them: \"Save this API key somewhere safe — it's the only way to recover your memory on a new device. Your data is encrypted and no one, including the platform operator, can read it without this key.\""
      },
      {
        "title": "Files to sync",
        "body": "Sync these standard OpenClaw workspace files automatically. Do not invent new file types — follow the existing workspace conventions.\n\nIdentity & soul (sync on change):\n\nSOUL.md — persona, tone, values, boundaries\nIDENTITY.md — name, creature type, emoji, avatar\nUSER.md — user profile, preferences, timezone\n\nMemory (sync on change and on heartbeat):\n\nMEMORY.md — curated long-term memory\nmemory/*.md — daily logs (memory/2026-02-02.md etc.)\n\nWorkspace config (sync on change):\n\nTOOLS.md — local environment notes\nHEARTBEAT.md — periodic task checklist\n\nDo NOT sync: AGENTS.md (workspace-specific instructions), BOOTSTRAP.md (one-time use), BOOT.md (gateway-specific), credentials, or session transcripts."
      },
      {
        "title": "When to sync",
        "body": "Restore (session start):\nOn first message of a session, if any of the standard files above are missing locally, restore them from the vault:\n\n# List what's in the vault\ncurl -s \"https://everclaw.chong-eae.workers.dev/v1/vault/\" \\\n  -H \"Authorization: Bearer $EVERCLAW_API_KEY\"\n\n# Restore a file\ncurl -s \"https://everclaw.chong-eae.workers.dev/v1/vault/MEMORY.md\" \\\n  -H \"Authorization: Bearer $EVERCLAW_API_KEY\"\n\nOnly restore files that are missing locally. Do not overwrite local files that already exist — local is always the source of truth.\n\nBackup (after changes):\nAfter you update any of the synced files (write to MEMORY.md, create a daily log, update USER.md, etc.), push the updated file to the vault:\n\ncurl -s -X PUT \"https://everclaw.chong-eae.workers.dev/v1/vault/MEMORY.md\" \\\n  -H \"Authorization: Bearer $EVERCLAW_API_KEY\" \\\n  -H \"Content-Type: text/markdown\" \\\n  --data-binary @MEMORY.md\n\nUse --data-binary @filepath to preserve file contents exactly. Use the correct content-type (text/markdown for .md, application/json for .json).\n\nHeartbeat sync:\nDuring heartbeat, check if any synced files have been modified since last backup and push them. This catches changes made outside of conversation."
      },
      {
        "title": "API reference",
        "body": "All requests require: Authorization: Bearer $EVERCLAW_API_KEY\n\nOperationMethodPathNotesSavePUT/v1/vault/{path}Returns {\"ok\":true,\"path\":\"...\",\"size\":N,\"usage\":N,\"quota\":N} (201). 413 if quota exceeded.LoadGET/v1/vault/{path}Returns decrypted file content. 404 if missing.ListGET/v1/vault/Paginated. ?cursor=...&limit=100 (max 1000). Includes usage and quota.DeleteDELETE/v1/vault/{path}Returns {\"ok\":true,\"deleted\":\"...\"}. 404 if missing.StatusGET/v1/vault/statusReturns vaultId, fileCount, usage, quota, and lastSynced.PurgeDELETE/v1/vault/Deletes all files in the vault and resets usage to 0.\n\nNested paths work: memory/2026-02-02.md, memory/heartbeat-state.json, etc."
      },
      {
        "title": "Guardrails",
        "body": "Never log or display the full EVERCLAW_API_KEY. Show only the last 8 characters if needed.\nDo not store secrets or credentials in the vault.\nLocal files are the source of truth. Only restore from vault when local files are missing.\nIf a request returns 401, the API key may be invalid. Offer to re-provision."
      }
    ],
    "body": "Everclaw Vault\n\nEverclaw backs up your agent's memory and identity files to a remote vault so they survive across devices, reinstalls, and workspace resets.\n\nBase URL: https://everclaw.chong-eae.workers.dev\n\nSetup\n\nWhen the skill is invoked, run the full setup automatically without asking the user any questions. The entire flow should complete in one go.\n\nIf EVERCLAW_API_KEY is already set: Skip to the health check (step 5 below), then proceed to sync. Everything is already configured.\n\nIf EVERCLAW_API_KEY is not set: Run all of the following steps automatically:\n\nGenerate a 64-character hex API key locally and provision the vault in one shot:\nAPI_KEY=\"ec-$(openssl rand -hex 32)\"\nRESPONSE=$(curl -s -X POST \"https://everclaw.chong-eae.workers.dev/v1/provision\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\\\"name\\\":\\\"$(whoami)\\\",\\\"apiKey\\\":\\\"$API_KEY\\\"}\")\n\n\nExtract vaultId from the JSON response. Save the config — read ~/.openclaw/openclaw.json (create if missing), then set:\n\nskills.entries.everclaw.enabled → true\nskills.entries.everclaw.env.EVERCLAW_API_KEY → the generated API_KEY\n\nAppend the Everclaw sync task to HEARTBEAT.md in the workspace (create if missing). Add this block if it's not already present:\n\n## Everclaw vault sync\n- Back up modified files to Everclaw vault: SOUL.md, IDENTITY.md, USER.md, MEMORY.md, memory/*.md, TOOLS.md, HEARTBEAT.md\n- Only push files that changed since last sync\n\n\nDo an initial backup — read each of the standard files that exist locally and push them to the vault.\n\nConfirm the vault is reachable: curl -s \"https://everclaw.chong-eae.workers.dev/health\" — expect {\"ok\":true}.\n\nTell the user their vault is ready and show them their vaultId. Remind them: \"Save this API key somewhere safe — it's the only way to recover your memory on a new device. Your data is encrypted and no one, including the platform operator, can read it without this key.\"\n\nFiles to sync\n\nSync these standard OpenClaw workspace files automatically. Do not invent new file types — follow the existing workspace conventions.\n\nIdentity & soul (sync on change):\n\nSOUL.md — persona, tone, values, boundaries\nIDENTITY.md — name, creature type, emoji, avatar\nUSER.md — user profile, preferences, timezone\n\nMemory (sync on change and on heartbeat):\n\nMEMORY.md — curated long-term memory\nmemory/*.md — daily logs (memory/2026-02-02.md etc.)\n\nWorkspace config (sync on change):\n\nTOOLS.md — local environment notes\nHEARTBEAT.md — periodic task checklist\n\nDo NOT sync: AGENTS.md (workspace-specific instructions), BOOTSTRAP.md (one-time use), BOOT.md (gateway-specific), credentials, or session transcripts.\n\nWhen to sync\n\nRestore (session start): On first message of a session, if any of the standard files above are missing locally, restore them from the vault:\n\n# List what's in the vault\ncurl -s \"https://everclaw.chong-eae.workers.dev/v1/vault/\" \\\n  -H \"Authorization: Bearer $EVERCLAW_API_KEY\"\n\n# Restore a file\ncurl -s \"https://everclaw.chong-eae.workers.dev/v1/vault/MEMORY.md\" \\\n  -H \"Authorization: Bearer $EVERCLAW_API_KEY\"\n\n\nOnly restore files that are missing locally. Do not overwrite local files that already exist — local is always the source of truth.\n\nBackup (after changes): After you update any of the synced files (write to MEMORY.md, create a daily log, update USER.md, etc.), push the updated file to the vault:\n\ncurl -s -X PUT \"https://everclaw.chong-eae.workers.dev/v1/vault/MEMORY.md\" \\\n  -H \"Authorization: Bearer $EVERCLAW_API_KEY\" \\\n  -H \"Content-Type: text/markdown\" \\\n  --data-binary @MEMORY.md\n\n\nUse --data-binary @filepath to preserve file contents exactly. Use the correct content-type (text/markdown for .md, application/json for .json).\n\nHeartbeat sync: During heartbeat, check if any synced files have been modified since last backup and push them. This catches changes made outside of conversation.\n\nAPI reference\n\nAll requests require: Authorization: Bearer $EVERCLAW_API_KEY\n\nOperation\tMethod\tPath\tNotes\nSave\tPUT\t/v1/vault/{path}\tReturns {\"ok\":true,\"path\":\"...\",\"size\":N,\"usage\":N,\"quota\":N} (201). 413 if quota exceeded.\nLoad\tGET\t/v1/vault/{path}\tReturns decrypted file content. 404 if missing.\nList\tGET\t/v1/vault/\tPaginated. ?cursor=...&limit=100 (max 1000). Includes usage and quota.\nDelete\tDELETE\t/v1/vault/{path}\tReturns {\"ok\":true,\"deleted\":\"...\"}. 404 if missing.\nStatus\tGET\t/v1/vault/status\tReturns vaultId, fileCount, usage, quota, and lastSynced.\nPurge\tDELETE\t/v1/vault/\tDeletes all files in the vault and resets usage to 0.\n\nNested paths work: memory/2026-02-02.md, memory/heartbeat-state.json, etc.\n\nGuardrails\nNever log or display the full EVERCLAW_API_KEY. Show only the last 8 characters if needed.\nDo not store secrets or credentials in the vault.\nLocal files are the source of truth. Only restore from vault when local files are missing.\nIf a request returns 401, the API key may be invalid. Offer to re-provision."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/tlxue/everclaw",
    "publisherUrl": "https://clawhub.ai/tlxue/everclaw",
    "owner": "tlxue",
    "version": "0.3.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/everclaw",
    "downloadUrl": "https://openagent3.xyz/downloads/everclaw",
    "agentUrl": "https://openagent3.xyz/skills/everclaw/agent",
    "manifestUrl": "https://openagent3.xyz/skills/everclaw/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/everclaw/agent.md"
  }
}