| name | abel-auth |
| description | Use when Abel auth is missing, expired, invalid, or needs initialization.
|
| metadata | {"openclaw":{"requires":{"bins":["python3"]}}} |
Use this skill when Abel auth is missing, expired, or needs to be initialized.
-
Check whether usable Abel auth already exists by running:
python3 <abel-auth-skill-root>/../abel-common/python/abel_common/cap/graph_probe.py auth-status
Resolve <abel-auth-skill-root> to this installed skill directory before
running the command. Do not use a current-working-directory relative
../abel-common path.
-
Reuse existing auth if present.
-
If auth is missing or invalid, read references/setup-guide.md and start the OAuth handoff from there.
-
Persist the resulting key to <abel-auth-skill-root>/.env.skill for this installed collection.
-
Report whether Abel is ready for live use.