Browser Login
技能 已验证 活跃Drive an authentication flow once, sanitize cookies through AIDefence, and vault a reusable cookie handle in browser-cookies for future sessions
To streamline and secure repeated access to web applications by driving authentication flows once and securely storing reusable session cookies.
功能
- Drive browser authentication flows
- Sanitize cookies using AIDefence
- Vault reusable cookie handles
- Support for MFA flows
- Secure credential handling
使用场景
- Establishing reusable authentication for frequently accessed websites
- Refreshing expired session cookies without manual re-authentication
- Capturing MFA-protected sessions for automated reuse
- Automating login processes for web-based tools
非目标
- Storing raw passwords or tokens
- Replacing a dedicated credential manager
- Attempting to fingerprint-match cookies across different user agents
- Functioning as an MCP server or exposing direct browser control outside the auth flow
Practical Utility
- info:Usage examplesWhile the steps are detailed, explicit end-to-end examples showing input, invocation, and output for this specific skill are missing, relying on general Ruflo examples.
安装
请先添加 Marketplace
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-browser@ruflo质量评分
已验证类似扩展
Auth0 Express OAuth2 JWT Bearer
100Use when adding Auth0 token validation to Express or Node.js APIs - integrates express-oauth2-jwt-bearer SDK to protect Node.js API endpoints with JWT Bearer authentication, scope-based RBAC, claim validation, and optional DPoP support
Auth0 Nuxt
100Use when implementing Auth0 authentication in Nuxt 3/4 applications, configuring session management, protecting routes with middleware, or integrating API access tokens - provides setup patterns, composable usage, and security best practices for the @auth0/auth0-nuxt SDK
使用我的浏览器
100当工作依赖于用户实时浏览器会话或可见的渲染状态,而不是静态抓取时使用,尤其是在浏览器调试上下文或 DevTools 选择的元素或请求、登录仪表板或 CMS 流程、localhost 应用、上传、下载、媒体检查、DOM 或 iframe 检查、Shadow DOM,或看起来像软 404、身份验证墙、反机器人检查或速率限制的浏览器故障时。
Setup Browser Cookies
98Import cookies from your real Chromium browser into the headless browse session. Opens an interactive picker UI where you select which cookie domains to import. Use before QA testing authenticated pages. Use when asked to "import cookies", "login to the site", or "authenticate the browser". (gstack)
Netlify Identity
100用于身份验证、用户注册、登录、密码恢复、OAuth 提供商、基于角色的访问控制或保护路由和函数。始终使用 `@netlify/identity`。切勿使用 `netlify-identity-widget` 或 `gotrue-js` — 它们已弃用。
Mongodb Mcp Setup
100指导用户配置关键的 MongoDB MCP 服务器选项。当用户已安装 MongoDB MCP 服务器但未配置必需的环境变量,或当他们询问连接到 MongoDB/Atlas 但未设置凭据时,请使用此技能。