asta-cli

Installation
SKILL.md

Asta CLI Installer

Installs the asta CLI for agents that don't install it automatically via a plugin hook.

When to invoke

  • asta is not on PATH (e.g., command -v asta returns nothing, or running asta ... reports "command not found")
  • A subcommand, option, or output field that should exist according to another skill is missing — that signals an outdated install

Install or update

Prerequisites: Python 3.11+ and uv.

PLUGIN_VERSION=0.103.0
INSTALL_URL="git+https://github.com/allenai/asta-plugins.git@v$PLUGIN_VERSION"
Installs
36
GitHub Stars
38
First Seen
Jun 10, 2026
asta-cli — allenai/asta-plugins