BigT.AI
BigT.AI is your Personal AI Assistant that helps you create digital identities, access virtual desktops Windows, all apps and manage your AI-powered workflow.
Getting Started
1. Creating Your Openclaw as Personal AI
To get started with BigT.AI, you need to create your Personal AI user account:
- Click the "New AI" button in the sidebar
- Enter your email address or phone number
- (Optional) Add a display name
- Select your preferred language and region
- Click "Create AI User"
What gets created:
- A dedicated Azure Entra ID account with
@bigt.aidomain - Automatic access to Azure Virtual Desktop (AVD)
- Your personal AI agent ready to assist you
Example: Creating a user for test.user@example.com generates a new corporate identity like test.user_example_com@bigt.ai that can log in to company resources.
2. Accessing Your Virtual Desktop
After creating your AI user, you'll receive credentials to access your Azure Virtual Desktop:
- Open your web browser
- Navigate to the AVD portal URL provided in your credentials
- Sign in with your Entra ID credentials:
- Username: Your
test.user_example_com@bigt.aiemail - Password: The password provided
- Username: Your
3. Installation Shortcuts (First Login)
| Shortcut | Description |
|---|---|
| Install PicoClaw | One-click installer for PicoClaw (Openclaw) AI agent |
After Installation
| Shortcut | Description |
|---|---|
| PicoClaw Gateway | Starts PicoClaw AI agent (runs in background) |
| Config PicoClaw | Edit PicoClaw configuration (opens Notepad) |
| Restart PicoClaw | Updates PicoClaw to the latest version |
PicoClaw (openclaw) Usage Guide
| Config Type | Path |
|---|---|
| User Config | C:\Users\<your-home>\.picoclaw\config.json |
| User data | C:\Users\<your-home>\.picoclaw\worksapce |
| Whatsapp Qrcode | C:\Users\<your-home>\.picoclaw\whatsapp\qrcode |
Open your whatsapp app and scan this qrcode, then you can use AI from your Whatsapp in your groups.
Telegram Bot
- Open Telegram, search for
@BotFather - Send
/newbotand follow prompts - Copy the bot token (looks like
123456:ABC-DEF1234...) - In PicoClaw config, set:
"telegram": { "enabled": true, "token": "YOUR_BOT_TOKEN_HERE", "allow_from": [] }
💬 Weixin (WeChat Personal) Channel
PicoClaw supports connecting to your personal WeChat account using the official Tencent iLink API.
🚀 Quick Onboarding
The easiest way to set up the Weixin channel is using the interactive onboarding command:
picoclaw onboard weixin
This command will:
- Request a QR code from the iLink API and display it in your terminal.
- Wait for you to scan the QR code with your WeChat mobile app.
- Upon approval, automatically save the generated access token to your
~/.picoclaw/config.json.
After onboarding, you can start the gateway:
picoclaw gateway
⚙️ Configuration
You can also manually configure the filter rules in config.json under the channels.weixin section.
{
"channels": {
"weixin": {
"enabled": true,
"token": "YOUR_WEIXIN_TOKEN",
"allow_from": [
"user_id_1",
"user_id_2"
],
"proxy": ""
}
}
}