name: avito description: Manage Avito.ru account, items, and messenger via API. Use for listing items, checking balance, reading chats, and getting account info.
This skill provides tools to interact with the Avito.ru API.
requests library for Python.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.
这个 Skill 质量中等偏下。优点是文档清晰、代码简单易读,能实现基本的账户信息查看和余额查询功能。不足之处在于功能太少,只能查看信息,无法发布商品或回复消息,而且需要手动输入凭证不够方便。作为 Avito 卖家使用的话,目前的功能实用性有限,需要等待开发者补充更多功能才能满足日常需求。