43 skills · 279 min
Skills
Skill 20 of 43
Guides n8n credential setup through Computer Use browser tools.
2 minutes · 434 words · 4 sections
Install
npx skills add n8n-io/n8n --skill credential-setup-with-computer-usenpx skills add n8n-io/n8n/plugin marketplace add n8n-io/n8nThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
Use this skill only when Computer Use browser tools are available. Handle credential setup directly with the browser tools — do not use any other 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.
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.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
master, last pushed 24 September 2026.SKILL.md, not by matching a directory convention. 5 distinct layouts observed: .agents/skills/*/SKILL.md, .claude/plugins/n8n/skills/*/SKILL.md, .opencode/skills/*/SKILL.md, packages/@n8n/cli/skills/*/SKILL.md, packages/@n8n/instance-ai/skills/*/SKILL.md.h1 and no skipped levels:.claude/plugins/n8n/.claude-plugin/marketplace.json by n8n, declaring 1 plugin. It is read for editorial metadata only — never as the skill index, which is always the repository tree./n8n-io/n8n.md, and each skill at its own .md URL.