Category: AI

6 Posts

Perplexica on ClawCloud Run: One-Click AI Search Deployment
In the age of information overload, the ability to retrieve knowledge efficiently has become a key competitive advantage. Perplexica, an open-source AI search tool, combined with ClawCloud Run’s free 4-core 8GB containers and one-click deployment, allows you to set up your private AI-powered search platform in just 3 minutes.
One-Click Deploy DeepWiki-Open on Clawcloud Run: Build an AI-Powered Documentation Ecosystem for Your Codebase
In the world of open source collaboration and code management, one persistent challenge is how to quickly generate interactive, well-structured documentation for complex repositories. DeepWiki-Open is an open-source tool designed to solve exactly that — it uses AI to automatically parse your code structure, generate visual architecture diagrams, and build an interactive Wiki tailored to your repo.
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…