Token导航 LogoToken导航TokenDH.com
AI 工具操作浏览器github未标认证来源可访问clear审计提醒

liubin-weibo-autopilot刘斌微博自动驾驶仪

Agent Skill

liubin-weibo-autopilot 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

706

周安装

30

GitHub Stars

3

下载量

247
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:liubin-weibo-autopilot(刘斌微博自动驾驶仪)
来源仓库:https://github.com/questnova502/claude-skills-sync
仓库路径:skills/liubin-weibo-autopilot
安装命令:
npx skills add https://github.com/questnova502/claude-skills-sync --skill liubin-weibo-autopilot
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/questnova502/claude-skills-sync --skill liubin-weibo-autopilot

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在需要围绕仓库状态、代码变更或协作事项进行整理时使用。
  • 可结合来源仓库和原始 README 进一步核验具体用法。
  • 安装前建议确认权限范围、维护状态及是否会触发联网或文件读写。
  • 安装方式:通过 GitHub 仓库添加,需确认操作边界与数据访问权限。

SKILL.md

Weibo Autopilot (微博自动驾驶)

An autonomous agent that browses Weibo feeds, identifies interesting content based on learned user preferences, and reposts with thoughtful commentary.

Script Directory

Important: All scripts are located in the scripts/ subdirectory of this skill.

Agent Execution Instructions:

  1. Determine this SKILL.md file's directory path as SKILL_DIR
  2. Script path = ${SKILL_DIR}/scripts/<script-name>.ts
  3. Replace all ${SKILL_DIR} in this document with the actual path

Script Reference:

ScriptPurpose
scripts/learn-preferences.tsLearn user posting/commenting habits
scripts/browse-feed.tsBrowse Weibo feeds and extract content
scripts/repost.tsRepost content with commentary
scripts/autopilot.tsMain controller for continuous operation
scripts/weibo-cdp.tsShared Chrome CDP utilities

Prerequisites

  • Google Chrome or Chromium installed
  • bun installed (for running scripts)
  • Logged in to Weibo (will prompt on first run)

Data Files

User preferences and learning data are stored in data/ subdirectory:

  • data/user-profile.json - Learned user preferences and posting style
  • data/repost-history.json - History of reposts to avoid duplicates

Commands

1. Learn User Preferences

Learn from user's posting history and comment style. Run periodically (e.g., weekly) to update preferences.

# Learn from user's Weibo profile and comment history
npx -y bun ${SKILL_DIR}/scripts/learn-preferences.ts

# Force refresh (ignore cached data)
npx -y bun ${SKILL_DIR}/scripts/learn-preferences.ts --refresh

Data Sources:


2. Start Autopilot Mode

Start continuous browsing and reposting. Runs in background, reposts approximately every 10 minutes.

# Start autopilot (default: browse all feeds)
npx -y bun ${SKILL_DIR}/scripts/autopilot.ts

# Browse specific feed group
npx -y bun ${SKILL_DIR}/scripts/autopilot.ts --group "国际新闻/军事"
npx -y bun ${SKILL_DIR}/scripts/autopilot.ts --group "足球"

# Set repost interval (default: 10 minutes with ±3 min variance)
npx -y bun ${SKILL_DIR}/scripts/autopilot.ts --interval 15

# Dry run (browse but don't actually repost)
npx -y bun ${SKILL_DIR}/scripts/autopilot.ts --dry-run

Parameters:

ParameterDescription
--group <name>Browse specific feed group (optional)
--interval <min>Average minutes between reposts (default: 10)
--dry-runBrowse and analyze but don't repost

3. Manual Repost

Manually repost a specific Weibo with commentary.

# Repost with auto-generated commentary
npx -y bun ${SKILL_DIR}/scripts/repost.ts <weibo-url>

# Repost with custom commentary
npx -y bun ${SKILL_DIR}/scripts/repost.ts <weibo-url> --comment "Your commentary here"

Behavior Rules

Content Selection

  • Analyzes text, images (via vision), video descriptions, and comments
  • Matches content against learned user interests
  • Avoids content that might be controversial or offensive
  • Skips already reposted content

Commentary Generation

  • Thoughtful, non-controversial observations
  • Respects original poster and other users
  • Matches user's learned commenting style
  • Always includes AI signature: ⸢ᴬᴵ ᵖᵒˢᵗᵉᵈ ᵛⁱᵃ ᶜˡᵃᵘᵈᵉ ᶜᵒᵈᵉ⸥

Safety Guidelines

  • Never comments, only reposts
  • Avoids politically sensitive content
  • Respects all users and groups
  • Fully understands content before reposting

Notes

  • First run requires manual Weibo login (session is saved)
  • Learning preferences should be run before first autopilot session
  • Browser runs in background during autopilot mode
  • Logs are written to stdout for monitoring

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

28.4%
按下载量换算70

Gemini CLI

23.46%
按下载量换算58

windsurf

16.35%
按下载量换算40

Antigravity

11.8%
按下载量换算29

trae

7.1%
按下载量换算18

OpenCode

3.61%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills