A comprehensive API integration for managing Avito.ru accounts, listings, and messenger communications through automated workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install avito
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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>
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 |
Loading
A specialized monitoring tool that tracks the economic efficiency and tangible value of AI agent sessions to prevent token wastage.

A lightweight Python utility for fetching real-time stock prices and financial metrics from Yahoo Finance without requiring an API key.

A professional audio consultant agent for matching gear, optimizing room acoustics, and analyzing second-hand market pricing.

A comprehensive travel API that enables AI agents to search and book over 300 airlines, including exclusive low-cost carrier coverage.

A professional automation tool for programmatically publishing rich media posts and articles to the Dzen.ru platform.

A comprehensive AI skill for managing Obsidian vaults through intelligent search, automated organization, and granular content editing.








































