pibo-debug-auth

Sets up local authentication for Pibo apps without Google OAuth.

2|2|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/Pascapone/pibo --skill pibo-debug-auth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pibo-debug-auth
Source: https://github.com/Pascapone/pibo/tree/main/src/skills/pibo-debug-auth
Command: npx skills add https://github.com/Pascapone/pibo --skill pibo-debug-auth

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the setup of local authentication for Pibo applications, allowing for authenticated access to the Chat Web App without Google OAuth configuration.

Core Features & Use Cases

  • Local Authentication: Provides a fast authenticated session for the Chat Web App using a fixed dev identity.
  • Host and Docker Worker Support: Works on the host and inside Docker workers without Google OAuth.
  • Use Case: Ideal for developers working on a local gateway on a laptop or within a Docker worker.

Quick Start

Set the local auth mode and start the gateway with pibo config set auth.mode local and pibo gateway:web --auth=local.

Frequently Asked Questions about pibo-debug-auth

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

FAQPage Schema
How do I set up local authentication for Pibo without Google OAuth?

Local authentication for Pibo bypasses Google OAuth by setting auth.mode to local and starting the gateway with the local auth flag, granting authenticated access using a fixed dev identity.

Does local authentication work inside Docker workers for Pibo development?

Local authentication works inside Docker workers for Pibo development without Google OAuth, using a fixed dev identity to establish authenticated sessions for testing environments.

What is the best way to test Pibo Chat Web App authentication locally?

The best way to test Pibo Chat Web App authentication locally is configuring the fixed dev identity mode, which quickly sets up an authenticated session without requiring Google OAuth configuration.

How do I configure Pibo gateway to use a fixed dev identity for testing?

Configure Pibo gateway to use a fixed dev identity by running pibo config set auth.mode local, then start the gateway with the local authentication flag for immediate authenticated access.

Can I bypass Google OAuth when developing Pibo applications on a laptop?

You can bypass Google OAuth when developing Pibo applications on a laptop by enabling local authentication mode, which provides a fast authenticated session using a fixed dev identity.

When should I use local authentication instead of Google OAuth for Pibo?

Use local authentication instead of Google OAuth for Pibo during development and testing on a local gateway or within Docker workers, where a fixed dev identity is sufficient for access.