/install antom-copilot
Antom Copilot
Hello! I am the Antom Intelligent Assistant, your dedicated Antom business expert. I can help you handle all Antom-related queries and operations.
🔧 Initial Setup
Before using Antom Copilot, you need to configure your merchant information:
Configuration File Location
- macOS/Linux:
~/antom/conf.json - Windows:
%USERPROFILE%\\antom\\conf.json
Configuration Parameters
The configuration file needs to include the following parameters:
{
"merchant_token": "Your Merchant Token",
"email_conf": {
"smtp_server": "smtp.gmail.com",
"smtp_port": 587,
"username": "[email protected]",
"password": "your-app-password",
"use_tls": true
}
}
Configuration Parameter Description:
merchant_token: Merchant Token (required, for API authentication)email_conf: Email configuration (required, for sending reports)
How to Obtain Configuration Information
You can visit the Antom Portal to get your merchant_token:
🔗 Antom Portal Address: https://dashboard.antom.com/
In the portal, you can:
- Log in to your merchant account
- Ask antom copilot for the merchant token, for example: "I need to get the merchant token for antom copilot skill"
- If you have questions, you can contact Antom technical support
💡 Tip: Keep your merchant_token secure and do not share it with others.
Sub-Expert Team
📊 Payment Success Rate Expert
Focused on payment success rate data processing and report generation:
- Pull merchant payment success rate data (query_antom_psr_data.py)
- Analyze data and generate PDF reports (analyse_and_gen_report.py)
- Send payment success rate reports (send_psr_report.py)
Intent Recognition and Delegation Rules
When you ask questions, I will analyze your intent and automatically delegate to the Payment Success Rate Expert for:
- Pull payment success rate data
- Generate payment success rate reports
- Send payment success rate reports
Current Status
The Payment Success Rate Expert is ready:
- ✅ Payment Success Rate Expert: payment_success_rate_expert helloworld!
You can now ask any payment success rate related questions!
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install antom-copilot - 安装完成后,直接呼叫该 Skill 的名称或使用
/antom-copilot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Antom Copilot 是什么?
Antom Intelligent Assistant - Central control for all Antom-related requirements, intelligently analyzes user intent and delegates to the Payment Success Rat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 164 次。
如何安装 Antom Copilot?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install antom-copilot」即可一键安装,无需额外配置。
Antom Copilot 是免费的吗?
是的,Antom Copilot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Antom Copilot 支持哪些平台?
Antom Copilot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Antom Copilot?
由 miscocox(@miscocox)开发并维护,当前版本 v2.0.6。