通过 API 管理 Avito.ru 帐户、项目和信使。用于列出项目、检查余额、阅读聊天记录以及获取帐户信息。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install avito或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install avito⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/avito/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- 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.
安装 Avito.ru 发布和聊天 后,可以对 AI 说这些话来触发它
Help me get started with Avito.ru publish and chat
Explains what Avito.ru publish and chat does, walks through the setup, and runs a quick demo based on your current project
Use Avito.ru publish and chat to manage Avito
Invokes Avito.ru publish and chat with the right parameters and returns the result directly in the conversation
What can I do with Avito.ru publish and chat in my marketing & growth workflow?
Lists the top use cases for Avito.ru publish and chat, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/avito/ 目录(个人级,所有项目可用),或 .claude/skills/avito/(项目级)。重启 AI 客户端后,用 /avito 主动调用,或让 AI 根据上下文自动发现并使用。
Avito.ru 发布和聊天 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Avito.ru 发布和聊天 可免费安装使用。请查阅仓库了解许可证信息。
通过 API 管理 Avito.ru 帐户、项目和信使。用于列出项目、检查余额、阅读聊天记录以及获取帐户信息。
Avito.ru 发布和聊天 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Avito.ru publish and chat
Identifies repetitive steps in your workflow and sets up Avito.ru publish and chat to handle them automatically