wire-configure
Configure Wire memory settings (transcript capture, etc.)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Configure Wire memory settings (transcript capture, etc.)
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.
Claim an ephemeral Wire memory container to make it permanent. Opens a browser to create an account.
Show Wire memory connection status and container info
SOC 직업 분류 기준
| name | wire-configure |
| description | Configure Wire memory settings (transcript capture, etc.) |
Read ~/.wire-memory/config.json. If it doesn't exist, tell the user to run /wire-connect first and stop.
Display the current transcript capture settings:
Ask the user what they'd like to change:
Note: Transcript capture is only available on Claude Code. Cursor does not provide transcript file access to hooks.
Update ~/.wire-memory/config.json with the new settings. The transcripts key should look like:
{
"transcripts": {
"enabled": true,
"hooks": ["PreCompact", "Stop"],
"minTurns": 4
}
}
Show the user what was saved. Changes take effect immediately.