🤖
Avito.ru publish and chat
Manage Avito.ru account, items, and messenger via API. Use for listing items, checking balance, reading chats, and getting account info.
安全通过
技能说明
name: avito description: Manage Avito.ru account, items, and messenger via API. Use for listing items, checking balance, reading chats, and getting account info.
Avito
This skill provides tools to interact with the Avito.ru API.
Requirements
requestslibrary 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.
如何使用「Avito.ru publish and chat」?
- 打开小龙虾AI(Web 或 iOS App)
- 点击上方「立即使用」按钮,或在对话框中输入任务描述
- 小龙虾AI 会自动匹配并调用「Avito.ru publish and chat」技能完成任务
- 结果即时呈现,支持继续对话优化