Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Manage Avito.ru account, items, and messenger via API. Use for listing items, checking balance, reading chats, and getting account info.
Manage Avito.ru account, items, and messenger via API. Use for listing items, checking balance, reading chats, and getting account info.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
This skill provides tools to interact with the Avito.ru API.
requests library for Python. Avito Client ID and Client Secret.
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.
Implement item creation (POST /items). Implement item status updates (editing, deleting). Implement webhook registration. Implement messenger message sending and retrieval.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.