Install
openclaw skills install avitoManage Avito.ru account, items, and messenger via API. Use for listing items, checking balance, reading chats, and getting account info.
openclaw skills install avitoThis skill provides tools to interact with the Avito.ru API.
requests library for Python.Set your credentials in your environment or provide them when prompted.
Get an access token using your client credentials.
python3 scripts/auth.py <client_id> <client_secret>
Get information about your account, including your user_id.
python3 scripts/get_self.py <token>
Check your account balance.
python3 scripts/get_balance.py <token> <user_id>
List your current advertisements.
python3 scripts/list_items.py <token>
List chats in your account.
python3 scripts/list_chats.py <token> <user_id>
Note: Messenger API access may require a specific Avito subscription.