Avito for Openclaw

A comprehensive API integration for managing Avito.ru accounts, listings, and messenger communications through automated workflows.

ruslanlanket
v1.0.0
Feb 1, 2026
1
3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install avito

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install avito using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Avito?

The Avito skill provides a robust interface for interacting with the Avito.ru API, designed specifically for integration within the Openclaw Skills ecosystem. It allows developers and AI agents to programmatically handle account authentication, retrieve detailed user information, and monitor financial balances. By abstracting the complexities of the Avito API, this skill empowers users to automate the management of their digital storefronts and classified advertisements.

This skill is built for reliability and ease of use, utilizing Python scripts to perform essential marketplace tasks. Whether you are managing a single account or overseeing a large inventory of items, this integration provides the necessary tools to keep your Avito presence updated and responsive without manual intervention.

Avito Use Cases

  • Monitoring account balances to ensure continuous listing visibility.
  • Automatically retrieving lists of active advertisements for inventory auditing.
  • Accessing messenger chat history to integrate with external customer support tools.
  • Centralizing Avito account metadata for business intelligence and reporting dashboards.

How Avito Works

  1. The skill initiates a secure authentication flow using the provided Avito Client ID and Client Secret to generate a temporary access token.
  2. Using the authenticated token, the skill makes requests to various Avito API endpoints to fetch account-specific data like the user_id.
  3. The skill processes API responses to extract listing details, balance amounts, and active chat lists.
  4. All retrieved information is formatted and returned to the AI agent, enabling informed decision-making or automated reporting within Openclaw Skills.

Avito Setup

To get started, ensure you have the requests library installed in your environment. You will also need to obtain your API credentials from the Avito developer portal.

pip install requests

Run the authentication script to generate your access token:

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

You can then use the token to fetch your account info:

python3 scripts/get_self.py <token>

Avito Data Schema & Taxonomy

The skill organizes data retrieved from the Avito API into logical structures. The following table outlines the primary data objects:

Data Object Description Key Attributes
Auth Token Bearer token for API access access_token, expires_in
Account Info Basic user profile details user_id, profile_url
Balance Real and bonus funds real_balance, bonus_balance
Listings Information on posted ads item_id, title, status, category
Messenger Communication metadata chat_id, context_id, user_ids

Avito Advanced Features

  • Support for messenger API integration to track customer engagement and chat lists.
  • Modular script architecture allowing for easy expansion into item creation and status updates.
  • Seamless compatibility with Openclaw Skills for multi-agent automation workflows.
  • Dedicated endpoints for financial monitoring and real-time balance tracking.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*