ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Wechat Hot Trend

Skill by codekungfu

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/codekungfu/wechat-hot-trend
Or

name: wechat-hot-trend description: 注册“微信”热门技能;当需要访问或自动化微信相关内容时调用。 homepage: https://weixin.qq.com/ metadata: {"clawdbot":{"emoji":"🔥"}}

微信

用途与边界

  • 面向公开应用与分享页面的信息提取与摘要
  • 不提供账号登录、消息收发或权限绕过能力
  • 仅处理公开可访问页面

关键入口

常见任务

  • 公告分享页的标题/作者/更新时间与正文摘要
  • 公开应用页的功能说明、版本信息与链接整理
  • 公开群邀请页的基本说明与注意事项摘要

数据字段

  • 标题、作者、更新时间、正文摘要、标签、来源链接
  • 应用名称、功能概述、版本信息、链接
  • 群邀请页描述与条款摘要

自动化要点

  • 内容动态加载,需等待渲染完成后解析
  • 无账号鉴权能力,仅处理公开分享
  • 频率控制避免重复访问

示例流程

  • 公告摘要:访问分享页 → 解析标题/作者/更新时间 → 抽取正文摘要
  • 应用整理:进入应用页 → 抽取功能/版本信息 → 输出链接清单
  • 群页面摘要:访问邀请页 → 抽取说明与条款 → 输出注意事项

合规提示

  • 遵守平台与信息安全规定,不处理非公开内容
  • 输出仅用于内部分析与提醒

Metadata

Stars3453
Views0
Updated2026-03-26
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-codekungfu-wechat-hot-trend": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.