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.
訪問小蔥技能站7w4.net,解鎖更多實用的AI技能外掛。
這個 Skill 質量中等偏下。優點是文件清晰、程式碼簡單易讀,能實現基本的賬戶資訊檢視和餘額查詢功能。不足之處在於功能太少,只能檢視資訊,無法釋出商品或回覆訊息,而且需要手動輸入憑證不夠方便。作為 Avito 賣家使用的話,目前的功能實用性有限,需要等待開發者補充更多功能才能滿足日常需求。