Category: AI

2 Posts

Deploying Your Official QQ Bot Using Claw Cloud Platform
This is a submission from the user: opaoai Introduction This tutorial will guide you through deploying your own official QQ bot using the Claw Cloud Platform. Preparation Before starting, you need to prepare the following: A Google account or GitHub account (GitHub account recommended as those more than 180 days old can get $5 free credit monthly without requiring a credit card) API keys for various platforms Baidu Maps API key (for MCP service, optional) Account Registration Click the following link to register (includes referral): https://console.run.claw.cloud/signin?link=7D47LG72PBLB Container Deployment 1. After registration, click App Launchpad --- then click Create App 2. Modify the image to: soulter/astrbot:latest 2.1 You can customize the Application Name according to your preference to differentiate between containers 2.2 Select Public for the image and change the Image name to soulter/astrbot:latest 3. You can select Fixed and set the container count to 1. You can adjust CPU and memory…
MCP Development Using Claw Cloud Platform
This is a submission from the user: opaoai Introduction This guide demonstrates how to use the Claw Cloud Platform with VS Code for MCP (Model Context Protocol) development and experimentation. MCP enables seamless integration between AI models and tools, creating powerful AI agents that can interact with external services. Prerequisites Before starting, please ensure you have: A Google account or GitHub account (GitHub accounts older than 180 days are recommended as they qualify for $5 free monthly credit without requiring a credit card) API keys for the services you plan to integrate with your MCP agent Account Registration Register using the following referral link: https://console.run.claw.cloud/signin?link=7D47LG72PBLB Container Deployment After logging in, navigate to the App Store from the dashboard, then select and deploy the code-server application. 2. Wait until the container status changes to "Running", then click on "Details" to access configuration options. 3. Scroll down to the Network section and locate…