Avito.ru publish and chat

👤 ruslanlanket 📦 v1.0.0 ⭐ 4.1 ⬇️ 2.8K 下載
📈 商業運營 免費 🔑 需 API Key

📖 技能介紹


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

  • requests library 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.

    訪問小蔥技能站7w4.net,解鎖更多實用的AI技能外掛。

  • Implement messenger message sending and retrieval.

🤖 AI 評測

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

📊 多維度評分

適應性4.2
規範性4.3
有效性3.9
可靠性3.8
可信度4.3

📁 包含檔案 (7 個)

📄 SKILL.md 1.2 KB
📄 _meta.json 124 B
📄 scripts/auth.py 688 B
📄 scripts/get_balance.py 639 B
📄 scripts/get_self.py 578 B
📄 scripts/list_chats.py 635 B
📄 scripts/list_items.py 578 B