amernet-ai-saas
Connect your AI SaaS intelligent agent to any messaging channel via OpenClaw (WhatsApp, Telegram, Slack, Discord, iMessage, and more)
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/amernet/amernet-ai-saasWhat This Skill Does
The amernet-ai-saas skill acts as a powerful bridge between your AI SaaS chatbot and any messaging platform connected to OpenClaw. It transforms your local agent into a multi-channel customer service or personal assistant hub by routing messages from platforms like WhatsApp, Telegram, Slack, and Discord directly into your AI SaaS backend. It maintains stateful conversation contexts by generating unique session identifiers based on the platform and user ID, ensuring the AI remembers previous interactions for a personalized experience.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Run the command: clawhub install openclaw/skills/skills/amernet/amernet-ai-saas. Once installed, you must navigate to your configuration file at ~/.openclaw/openclaw.json. Under the skills.entries.amernet-ai-saas.env section, provide your AI_SAAS_API_KEY (with 'all' permissions), your specific AI_SAAS_CHATBOT_ID, and the AI_SAAS_BASE_URL. Restart your OpenClaw agent to apply these settings.
Use Cases
- Automated Customer Support: Deploy a 24/7 support bot that answers user questions across multiple platforms simultaneously.
- Lead Qualification: Use your AI chatbot to collect user information, schedule meetings, or route inquiries to specific sales pipelines.
- Internal Tooling: Connect your internal Slack channel to a custom-trained model for answering company policy or developer documentation questions.
Example Prompts
- "What are your business hours?" (Sent via WhatsApp)
- "/reset" (Sent via Slack to clear the current session context)
- "/status" (Sent via Telegram to verify the bot is online)
Tips & Limitations
- Context Management: If the AI starts behaving unexpectedly due to stale data, use the /reset command to purge the conversation history for that specific user ID.
- API Availability: Ensure your network allows requests to your chosen AI SaaS instance. If the service is unreachable, the skill will automatically inform the user that it is temporarily unavailable to prevent frustration.
- Multi-response Handling: The skill is capable of processing multiple response chunks from the API, so feel free to configure your chatbot to provide detailed, multi-paragraph answers.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-amernet-amernet-ai-saas": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api