# Tool4seller CLI Installation Guide

The following steps are for AI agents and new users. Some steps require the user to complete OAuth authorization in a browser.

## Requirements

Before installation, make sure the environment has:

- Python 3.10+
- pip or pipx

## Step 1. Install

```shell
# Install CLI
python3 -m pip install -U tool4seller-cli

# Or install with pipx
pipx install tool4seller-cli

## Step 2. Install Agent Skills

tool4seller skills install

## Step 3. Log In

The agent runs the following command and asks the user to complete authorization in the browser.

tool4seller auth login

## Step 4. Verify

tool4seller auth status
tool4seller profile

For more commands, run:

tool4seller --help

