{
	"id": "google-oauth-credential-setup",
	"userMessage": "I need to set up a Google OAuth credential so I can read my calendar. Walk me through the Google Cloud Console so I can find my Client ID and Client Secret to enter into n8n.",
	"instanceState": {
		"localGateway": { "status": "connected", "capabilities": ["browser"] },
		"browserAvailable": true
	},
	"expectedToolInvocations": {
		"anyOfToolCalls": [
			{
				"toolName": "load_skill",
				"argsContainAny": ["credential-setup-with-computer-use"]
			},
			{ "toolName": "browser_connect" },
			{ "toolName": "browser_navigate" },
			{ "toolName": "browser_snapshot" },
			{ "toolName": "browser_screenshot" }
		]
	},
	"rationale": "Google OAuth involves multiple console screens; the orchestrator must reach for the Computer Use credential skill or browser_* tools rather than asking the user to copy values into chat."
}
