$npx -y skills add Abel-ai-lab/predict-anything --skill abel-authUse when Abel auth is missing, expired, invalid, or needs initialization.
| 1 | Use this skill when Abel auth is missing, expired, or needs to be initialized. |
| 2 | |
| 3 | 1. Check whether usable Abel auth already exists by running: |
| 4 | |
| 5 | ```bash |
| 6 | python3 <abel-auth-skill-root>/../abel-common/python/abel_common/cap/graph_probe.py auth-status |
| 7 | ``` |
| 8 | |
| 9 | Resolve `<abel-auth-skill-root>` to this installed skill directory before |
| 10 | running the command. Do not use a current-working-directory relative |
| 11 | `../abel-common` path. |
| 12 | |
| 13 | 2. Reuse existing auth if present. |
| 14 | 3. If auth is missing or invalid, read `references/setup-guide.md` and start the OAuth handoff from there. |
| 15 | 4. Persist the resulting key to `<abel-auth-skill-root>/.env.skill` for this installed collection. |
| 16 | 5. Report whether Abel is ready for live use. |