skills/weibo-webmcp/SKILL.md
Connect to Weibo through the built-in local-mcp Weibo adapter and one fixed UXC link. Use when the user wants to read timelines, inspect posts, publish posts or comments, manage Weibo articles, or run Weibo search from an authenticated browser profile.
npx skillsauth add holon-run/webmcp-bridge weibo-webmcpInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to operate Weibo through the built-in --site weibo bridge preset in @webmcp-bridge/local-mcp.
For generic bridge setup patterns or non-Weibo sites, switch to $webmcp-bridge.
uxc is installed and available in PATH.npx is installed and available in PATH.https://weibo.com and https://s.weibo.com.HOME, install Playwright browsers first with npx playwright install.bootstrap_then_attach behavior when the profile is not signed in yet.command -v weibo-webmcp-cliskills/weibo-webmcp/scripts/ensure-links.shweibo-webmcp-cli -hweibo-webmcp-cli timeline.home.list -hweibo-webmcp-cli search.weibo -hweibo-webmcp-cli search.ai.summary -hweibo-webmcp-cli bridge.session.statusweibo-webmcp-cli auth.getweibo-webmcp-cli bridge.session.bootstrapweibo-webmcp-cli bridge.session.mode.set '{"mode":"headed"}'weibo-webmcp-cli bridge.openweibo-webmcp-cli timeline.home.list limit=10weibo-webmcp-cli post.get '{"url":"https://weibo.com/1648815335/QkMA02KXt"}'weibo-webmcp-cli post.replies.list '{"id":"5279584255214211"}'weibo-webmcp-cli post.repost.list '{"id":"5279584255214211"}'weibo-webmcp-cli user.get screenName=jolestarweibo-webmcp-cli user.posts.list '{"uid":"1648815335"}'weibo-webmcp-cli post.create '{"text":"webmcp dry run","dryRun":true}'weibo-webmcp-cli comment.create '{"id":"5279584255214211","text":"webmcp dry run","dryRun":true}'weibo-webmcp-cli article.listDraftsweibo-webmcp-cli article.draftMarkdown '{"markdownPath":"/abs/path/article.md"}'weibo-webmcp-cli article.publishMarkdown '{"markdownPath":"/abs/path/article.md","coverImagePath":"/abs/path/cover.png","dryRun":true}'weibo-webmcp-cli search.weibo '{"query":"OpenAI","limit":10}'weibo-webmcp-cli search.ai.summary '{"query":"OpenAI"}'.ok == true, consume .data.ok == false, inspect .error.code and .error.messageThe built-in preset uses:
--site weibo
The default profile path is:
~/.uxc/webmcp-profile/weibo
Refresh the link with:
skills/weibo-webmcp/scripts/ensure-links.sh
bootstrap_then_attach; do not expect page tools to work until the managed profile is authenticated.dryRun: true before any real write operation on a user account.timeline.home.list is network-first but may warm templates in a dedicated read page; do not assume the currently visible tab is the one serving data.search.weibo uses server-rendered results with page-number pagination, not a stable public JSON results API.search.ai.summary can return structured status without a non-empty summary body. Treat summary_unavailable as a valid no-summary state, not an automatic failure.uid/mblogid or uid/number_id; do not rewrite them into handle/number_id.bridge.session.mode.set over relaunching the command to change runtime mode.weibo-webmcp-cli bridge.open again if you still need a visible session on the same profile.references/usage-patterns.mdscripts/ensure-links.shtools
Connect to X and Grok through the built-in local-mcp X adapter and one fixed UXC link. Use when the user wants to read timelines, inspect tweets, post on X, or chat with Grok from an authenticated browser profile.
tools
Connect a website to the local-mcp browser bridge through a fixed UXC link. Use when the user needs to operate native WebMCP sites or adapter-backed sites through local-mcp, manage per-site browser profiles, or switch bridge presentation modes explicitly.
tools
Create fallback site adapters for websites that do not expose native WebMCP. Use when a site needs a new adapter module, tool schema design, browser-side request execution, or request-template extraction from observed page behavior.
tools
Connect to Google Search and Gemini through the built-in local-mcp Google adapter and one fixed UXC link. Use when the user wants to run Google searches, chat with Gemini, or download generated Gemini images from an authenticated browser profile.