🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Chat DeepSeek by Browser

by @qidu

openclaw browser open https://chat.deepseek.com and login it, then input questions from user's messages, extract response of deepseek chat to reply user.

Versionv1.0.4
Installs1
⚑ When to Use
TriggerAction
- User wants to ask or query on `DeepSeek Chat` (https://chat.deepseek.com)
- Sending user questions from messages to `DeepSeek Chat`
- Extracting AI responses as raw text (no LLM processing)
- Browser automation workflows
- Extract answers from `DeepSeek Chat` Page with direct output
❌ **DON'T use this skill when:**
- Need real-time SSE stream capture (use curl/WebSocket directly)
- Page uses heavy anti-bot protection
- Requires complex CAPTCHA solving
- Need LLM-powered text processing (use Claude API directly)
βš™οΈ Configuration

Phone Number Configuration

The user's phone number can be configured in several ways:

1. Environment Variable: Set DEEPSEEK_PHONE environment variable

   export DEEPSEEK_PHONE="+1234567890000"
   

2. USER.md: Add phone number to USER.md file

   # USER.md
   Phone: +1234567890000
   

3. Configuration File: Add to OpenClaw configuration

   // In your implementation code
   const userPhone = config.userPhone || process.env.DEEPSEEK_PHONE || "+1234567890000";
   

QR Code Path Handling

The screenshot path is automatically returned by the browser tool's screenshot action:

const screenshotResult = await browser({ action: "screenshot", profile: "openclaw", targetId: tabId });
const screenshotPath = screenshotResult.path; // Use the actual path from result

Important: Never assume a fixed path like /Users/chris/.openclaw/media/browser/.jpg. Always use the path returned by the browser tool.


πŸ“‹ Tips & Best Practices

If profile: "user" times out: 1. Restart the OpenClaw gateway: openclaw gateway restart 2. Try again with browser action


View on ClawHub
TERMINAL
clawhub install freechat-deepseek

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’