# Mobbin Auth Profiles

> Manage Mobbin CLI auth sessions and profile routing (`default`, `test`, etc.). Use when login/session errors appear, when commands fail with "Not logged in", or when switching/repairing profile-specific sessions. Use when this capability is needed.

- Skill: `tomevault-io/mobbin-auth-profiles` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/mobbin-auth-profiles`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/mobbin-auth-profiles/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/mobbin-auth-profiles

---


# Mobbin Auth & Profiles

## Diagnose quickly

1) Check active/default profile

```bash
mobbin config get defaultProfile
mobbin config path
```

2) Check auth status for target profile

```bash
mobbin auth status --profile <name>
```

3) If invalid, re-login profile

```bash
mobbin auth login --profile <name>
```

## Common fixes

### Set stable default profile

```bash
mobbin config set defaultProfile default
```

### Force explicit profile per command

```bash
mobbin auth status --profile default
mobbin shots download <screen-url-or-id> --out <dir> --profile default --timing
mobbin app screens download --url <app-screens-url> --out <dir> --profile default --timing
```

### Logout and reset profile session

```bash
mobbin auth logout --profile <name>
mobbin auth login --profile <name>
```

## Notes

- Profile-specific storage state is used under `~/.config/mobbin-cli/profiles/<name>/...`.
- `search` uses resolved profile from config/env/default; keep `defaultProfile` correct to avoid mismatches.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/solejay) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-15 -->

