wire-claim
Claim an ephemeral Wire memory container to make it permanent. Opens a browser to create an account.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Claim an ephemeral Wire memory container to make it permanent. Opens a browser to create an account.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Connect Wire memory to this agent. Authenticates via browser and registers your Wire container's MCP tools.
Disconnect Wire memory and remove stored credentials
ALWAYS USE THIS SKILL. Automatic context logging and retrieval via Wire container. Invoke this skill at the start of every session, when making decisions, when receiving corrections, when establishing patterns, and before ending sessions. This skill provides persistent cross-project memory that supplements the built-in memory system.
Show Wire memory connection status and container info
Configure Wire memory settings (transcript capture, etc.)
| name | wire-claim |
| description | Claim an ephemeral Wire memory container to make it permanent. Opens a browser to create an account. |
Locate and run the claim script with the Bash tool. The script is at scripts/claim.mjs inside this skill's own directory (skills/wire-claim/scripts/claim.mjs within the installed wire-memory plugin). The Bash tool's working directory may not be the skill directory — resolve to an absolute path before invoking:
SCRIPT="$(find ~/.claude/plugins ~/.cursor/plugins -path '*wire-memory*/skills/wire-claim/scripts/claim.mjs' -print -quit 2>/dev/null)"
node "$SCRIPT"
After the script opens the browser, the user should create an account and complete the onboarding flow. Once done, the container is permanently linked to their account.
If the container is already claimed, the script will update the local config and confirm.