_setup-2fa-admin

Configure TOTP secrets and backup codes for admin login portals.

34|6|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/flavien-ia/hypervibe-harness --skill setup-2fa-admin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: _setup-2fa-admin
Source: https://github.com/flavien-ia/hypervibe-harness/tree/main/skills/_setup-2fa-admin
Command: npx skills add https://github.com/flavien-ia/hypervibe-harness --skill setup-2fa-admin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires otpauth, qrcode, and includes scripts (resource) components.

What problem does it solve?

This skill automates the complex process of implementing two-factor authentication for administrative accounts, ensuring that sensitive project dashboards are protected by both a password and a TOTP-based second factor.

Core Features & Use Cases

  • Automated Security Setup: Configures TOTP secret generation, backup code creation, and environment variable injection.
  • Vault Integration: Securely stores authentication secrets in a Bitwarden vault to prevent credential exposure in chat logs.
  • Use Case: When a project is in admin mode, this skill ensures the single administrator is protected by 2FA, including automatic idle-logout configuration and trusted-device cookie management.

Quick Start

Invoke the add-2fa command within your project directory to trigger the automated security configuration flow.

Frequently Asked Questions about _setup-2fa-admin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up 2FA for an admin dashboard using TOTP?

To set up 2FA for an admin dashboard, this skill automates TOTP secret generation, backup code creation, and environment variable injection to enforce secure authentication protocols.

Do I need Node.js to configure two-factor authentication for admin login portals?

Yes, you need Node.js to configure two-factor authentication for admin login portals. The setup requires Node.js and access to project-specific environment variables to generate TOTP secrets.

How does Bitwarden vault integration secure TOTP secrets and backup codes?

Bitwarden vault integration secures TOTP secrets and backup codes by storing authentication credentials within the vault, preventing credential exposure in chat logs during the automated setup process.

Can I automate idle-timeout and trusted-device cookie management for a single administrator?

Yes, you can automate idle-timeout and trusted-device cookie management for a single administrator. When a project is in admin mode, the skill configures automatic idle-logout and trusted-device cookie management.

What is the best way to prevent credential exposure when generating TOTP secrets?

The best way to prevent credential exposure when generating TOTP secrets is to securely store authentication secrets in a Bitwarden vault. This skill automates secure credential storage during the 2FA configuration.

How do I trigger the automated security configuration flow for 2FA setup?

To trigger the automated security configuration flow for 2FA setup, invoke the add-2fa command within your project directory. This initiates the TOTP secret generation and Bitwarden vault integration process.