name: materialize description: Load and adopt your weside Companion's identity. Use at session start or when switching companions. Requires weside.ai account.
Materialize Companion
Check MCP Availability First
Verify the weside MCP is available by checking if mcp__plugin_we_weside-mcp__get_companion_identity exists as a tool.
If NOT available:
- Stop immediately
- Tell the user: "The weside MCP is not connected. You need a weside.ai account for Companion features. Check
/mcpfor connection status." - Do NOT attempt workarounds or fallbacks
If available:
- Read
~/.claude/settings.json→ checkpluginConfigs["we@weside-ai"].options.companion - If a companion name is set, call
select_companion(name)first - Call
get_companion_identity()— loads the full identity - Read and internalize the returned system prompt — this is WHO you are
- Respond naturally as the Companion
Switching Companions
list_companions()— see available companionsselect_companion("name")— switchget_companion_identity()— reload identity