with one click
credential-setup-with-computer-use
Guides n8n credential setup through Computer Use browser tools. Use when a user needs OAuth apps, API keys, client IDs, client secrets, or other credential values from an external service console.
Menu
Guides n8n credential setup through Computer Use browser tools. Use when a user needs OAuth apps, API keys, client IDs, client secrets, or other credential values from an external service console.
Based on SOC occupation classification
| name | credential-setup-with-computer-use |
| description | Guides n8n credential setup through Computer Use browser tools. Use when a user needs OAuth apps, API keys, client IDs, client secrets, or other credential values from an external service console. |
| recommended_tools | ["research","ask-user","browser_connect","browser_tab_open","browser_navigate","browser_snapshot","browser_content","browser_click","browser_type","browser_capture_secret","browser_create_credential"] |
Use this skill only when Computer Use browser tools are available. Do not use
delegate or any non-Computer-Use browser bridge.
research(action="fetch-url") when a docs URL
is available. Use research(action="web-search") only when docs are missing
or clearly outdated. Do not navigate the browser to docs.browser_connect if no browser session is active, then open or navigate
to the external service console with browser_tab_open or
browser_navigate.browser_content for page text and browser_snapshot when you need refs
for browser_click, browser_type, or secret capture.ask-user when the user must choose a project, app name, account,
workspace, scope set, description, or resource. Do not invent these values.ask-user.browser_snapshot first. Use
interactive: false when the secret is static page text rather than an input.browser_capture_secret using either a snapshot ref
for an input or a redactedKey marker for visible text.credentialsKey for every captured field in one credential.browser_create_credential. Put literal,
non-secret values in data; put captured secret field names in
resolveData.browser_snapshot before clicking, typing, selecting, or
capturing. Refs from old snapshots are stale.browser_content for reading and browser_snapshot for interaction.
Use screenshots only when visual layout matters.After browser_create_credential succeeds, call the relevant n8n credential or
workflow setup tool again so the new credential can be selected or applied. If
the user must finish sign-in, 2FA, consent, or manual entry, tell them exactly
what to do in the browser or n8n setup card, without asking for secrets in chat.
Default path for all single-workflow work: new one-off workflows, existing- workflow edits, verification repairs, and workflow-local data tables. Use build-workflow directly — do not load planning or create-tasks first. Load planning only when multiple coordinated workflows or shared cross-task data tables require a dependency-aware task graph.
Handles workflow verification and setup after build-workflow succeeds, or when the message contains workflow-verification-follow-up or workflow-setup-required. Load after direct builds, when verificationReadiness requires action, or on orchestrator verify/setup follow-up turns.
Guides users through creating effective Agent Skills. Use when you want to create, write, or author a new skill, or asks about skill structure, best practices, or SKILL.md format.
Checks if a community pull request is ready for human review. Verifies CLA signature, PR title format, description completeness, test coverage, and cubic-dev-ai issues, then triages to the right Linear team or recommends a close. Use when given a PR number or branch name to review, or when the user says /community-pr-readiness-check, or asks to check if a PR is ready for review.
Create Linear tickets or GitHub issues following n8n conventions. Use when the user asks to create a ticket, file a bug, open an issue, or says /create-issue.
Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request.