tg
Installation
SKILL.md
tg — Tangled CLI skill
Before any tg command, run the bootstrap
bash skills/tg/auth.sh
The script self-locates the vendored bin/tg relative to its own path,
so it doesn't matter what the current working directory is — but the
path above assumes the project root is cwd, which is the usual claude
agent default. If you're elsewhere, use the absolute path.
auth.sh:
- Symlinks the vendored
bin/tgonto$PATHif not already there. - Maps
BSKY_HANDLE/BSKY_APP_PASSWORDto theATPROTO_*names thattg auth loginreads. - Runs
tg auth loginonly if there's no live session.