/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!
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install antom-copilot - After installation, invoke the skill by name or use
/antom-copilot - Provide required inputs per the skill's parameter spec and get structured output
What is Antom Copilot?
Antom Intelligent Assistant - Central control for all Antom-related requirements, intelligently analyzes user intent and delegates to the Payment Success Rat... It is an AI Agent Skill for Claude Code / OpenClaw, with 164 downloads so far.
How do I install Antom Copilot?
Run "/install antom-copilot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Antom Copilot free?
Yes, Antom Copilot is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Antom Copilot support?
Antom Copilot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Antom Copilot?
It is built and maintained by miscocox (@miscocox); the current version is v2.0.6.