weibo-login
登录微博账号的技能。使用浏览器扫码登录微博(weibo.com),用于保持会话状态以便后续抓取内容或发帖。当用户需要登录微博时使用此技能。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bombfuock/weibo-loginWhat This Skill Does
The weibo-login skill is a specialized automation tool designed to bridge the gap between human identity and automated browser tasks on the Weibo platform. By leveraging the OpenClaw browser control capabilities, this skill orchestrates the navigation to Weibo's login portal, enabling users to authenticate via their preferred QR-code scanning method. Once authentication is successful, the skill confirms the active session by navigating to the user's home dashboard, ensuring that subsequent automated tasks—such as scraping public posts, monitoring trends, or posting content—are performed under a valid, logged-in session.
Installation
To install this skill directly into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/bombfuock/weibo-login
This will download the necessary scripts and dependencies from the official openclaw/skills repository. Ensure you have the browser-control skill installed and configured as a prerequisite.
Use Cases
- Social Media Monitoring: Authenticate your account to access real-time data and perform sentiment analysis on specific topics or hashtags.
- Automated Content Scheduling: Maintain an active session to allow your AI agents to post updates or engage with followers on a consistent schedule.
- Data Collection: Bypass the restricted view of public-only pages by logging in, allowing the agent to retrieve more granular user data that is typically hidden from non-authenticated visitors.
Example Prompts
- "OpenClaw, please log me into Weibo so I can start tracking the latest trending topics under my profile."
- "I need to automate my content schedule. Can you run the weibo-login skill to ensure my session is active before I try to post?"
- "OpenClaw, perform the weibo-login procedure, then navigate to my feed and summarize the top three posts."
Tips & Limitations
- Anti-Bot Protections: Weibo employs sophisticated anti-scraping and anti-bot measures. Avoid frequent login attempts or rapid automated page refreshes to prevent account suspension or temporary locks.
- Cookie Persistence: For long-term tasks, rely on persistent cookies saved in your browser profile rather than re-authenticating every time the agent initiates a new session.
- User Agent Configuration: Using a mobile-emulated User Agent string often yields a smoother login experience, as mobile interfaces are sometimes less aggressive with restrictive JavaScript challenges.
- Manual Intervention: Since this skill requires a QR scan, it cannot be fully autonomous without initial human presence. Always be prepared to physically scan the code on the screen during the setup phase.
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-bombfuock-weibo-login": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access
Related Skills
captcha-solver
验证码识别与解决 - 本地OCR识别 + 第三方API / CAPTCHA Recognition and Solving - Local OCR + Third-party APIs
v2ray-proxy
V2Ray代理管理 - 自动开关代理、根据网络状况自动配置系统代理 / V2Ray Proxy Management - Auto start/stop proxy based on network conditions
super-self-improving
超级自我优化智能体 - 多模态记忆、反馈循环、元学习、置信度校准 / Super Self-Improving Agent - Multi-modal Memory, Feedback Loops, Meta-Learning, Confidence Calibration
a-stock-trader
A股模拟交易系统 - 数据爬取、存储、策略回测、模拟交易 / A-Share Paper Trading System - Data Fetch, Storage, Backtest, Simulation
polymarket-agent
Autonomous prediction market agent - analyzes markets, researches news, and identifies trading opportunities