~/yoink — bash — 80×24
$yoink --help-ai
# Yoink works with your AI assistant.
# Drop one file. Say "scrape X" forever.
?? which AI are you using?
─── 01 ─ install ──────────────────────────────────────────
$cat SKILL.md
# easy: let Claude Code install it for you
# manual: copy & save it yourself
# save it to:
$echo "↓" > ~/.claude/skills/yoink/SKILL.md
─── 02 ─ recipes ──────────────────────────────────────────
$recipes ls
$recipes show install
prompt
Use the yoink skill at ~/.claude/skills/yoink/SKILL.md. Install yoink in this project, then run `yoink version` and show me the output. Notes for you: - Do NOT run `pip install yoink` — a different package on PyPI owns that name. - Use `pip install "yoink @ git+https://github.com/ErikkJs/yoink.git"`. - If `pyproject.toml` exists, add it there instead of a bare `pip install`. - If we also need Parquet / S3 / JavaScript rendering, install the matching extras: `[parquet]`, `[s3]`, `[browser]`, or `[all]`. For `[browser]` also run `playwright install chromium`.
─── 03 ─ docs ─ feed yoink to your AI ────────────────────
$cat /llms-full.txt | pbcopy
$_