Jump to related tools in the same category or review the original source on GitHub.

Communication @ruslanlanket Updated 2/1/2026

Avito OpenClaw Plugin & Skill | ClawHub

Looking to integrate Avito into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate communication tasks instantly, without having to write custom tools from scratch.

What this skill does

Manage Avito.ru account, items, and messenger via API. Use for listing items, checking balance, reading chats, and getting account info.

Install

npx clawhub@latest install avito

Full SKILL.md

Open original
Metadata table.
namedescription
avitoManage Avito.ru account, items, and messenger via API. Use for listing items, checking balance, reading chats, and getting account info.

SKILL.md content below is scrollable.

Avito

This skill provides tools to interact with the Avito.ru API.

Requirements

  • requests library for Python.
  • Avito Client ID and Client Secret.

Setup

Set your credentials in your environment or provide them when prompted.

Features

Authentication

Get an access token using your client credentials.

python3 scripts/auth.py <client_id> <client_secret>

Account Info

Get information about your account, including your user_id.

python3 scripts/get_self.py <token>

Balance

Check your account balance.

python3 scripts/get_balance.py <token> <user_id>

Items Management

List your current advertisements.

python3 scripts/list_items.py <token>

Messenger

List chats in your account.

python3 scripts/list_chats.py <token> <user_id>

Note: Messenger API access may require a specific Avito subscription.

TODO

  • Implement item creation (POST /items).
  • Implement item status updates (editing, deleting).
  • Implement webhook registration.
  • Implement messenger message sending and retrieval.
Original Repository URL: https://github.com/openclaw/skills/blob/main/skills/ruslanlanket/avito
Latest commit: https://github.com/openclaw/skills/commit/e0332262b9056ac8d45ba57fb0aa124aef3d73c8

Related skills

If this matches your use case, these are close alternatives in the same category.