知识星球助手

知识星球助手 - 登录、发帖、管理知识星球。当用户需要操作知识星球(登录、发帖、查看内容)时使用此技能。触发词:知识星球、zsxq、发帖、星球登录。

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 23 · 0 current installs · 0 all-time installs
byJiang Shuaijie@codeteenager
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (zsxq login/post/view) matches the SKILL.md which uses browser actions to open the login page, navigate to group URLs, take snapshots, and post content. The included helper scripts (goto.sh, login.sh, post.sh, view.sh) only print guidance and do not request unrelated access or credentials.
Instruction Scope
Instructions are narrowly scoped to zsxq.com actions (open login, get QR, navigate to group, snapshot). However the SKILL.md mandates taking and sending screenshots at multiple login steps; screenshots can inadvertently capture other on-screen sensitive data (other browser tabs, notifications, desktop content). The skill does not instruct reading system files or env vars beyond browser actions.
Install Mechanism
No install specification; the skill is instruction-first and ships only small local shell scripts. No downloads, package installs, or external URLs are executed by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. It relies on the user performing a QR-based login (no API tokens required), which is proportional to its stated functionality.
Persistence & Privilege
always is false and the skill does not request elevated or persistent presence. It does not modify other skills or system-wide settings; autonomy (model invocation) is allowed but is the platform default and not excessive here.
Assessment
This skill appears to do what it says and the included scripts are harmless. Before installing or using it, be aware that the login flow requires the agent to take and send screenshots — those images can accidentally include other sensitive on-screen content (notifications, other tabs, personal data). Only allow screenshots when you are certain no other sensitive information is visible, and verify that the browser actions are limited to https://wx.zsxq.com. If you prefer, perform the QR login manually and use the skill only for posting/viewing to reduce privacy risk.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.1.0
Download zip
latestvk971vthnes73dj24jwzwfs62g5836wc7

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

知识星球助手

帮助用户自动化操作知识星球(zsxq.com)。

功能

  • 🔐 登录知识星球(获取二维码,等待扫码)需要截图发送
  • 📝 发布帖子 不需要截图发送
  • 👀 查看星球内容
  • 📱 操作反馈

使用方法

1. 登录知识星球

当用户需要登录知识星球时:

  1. 使用 browser 工具打开登录页面:

    browser action=open url=https://wx.zsxq.com/login
    
  2. 点击"获取登录二维码"按钮

  3. 截图发送给用户,让用户微信扫码:

    browser action=screenshot
    message action=send media=<截图路径>
    
  4. 点击同意协议按钮(如有)

  5. 再次截图发送,等待用户扫码确认

  6. 等待用户确认登录成功

重要:登录流程中每一步都需要截图发送给用户!

2. 进入星球

使用 browser 工具导航到星球:

browser action=navigate url=https://wx.zsxq.com/group/<group_id>

3. 发布帖子

  1. 点击"发表主题"输入框
  2. 输入帖子内容
  3. 点击发布

重要:发帖子流程中不需要截图发送,直接完成发布即可!

4. 查看内容

browser action=snapshot  # 获取页面内容

URL 格式

知识星球的URL格式:

  • 登录页:https://wx.zsxq.com/login
  • 星球主页:https://wx.zsxq.com/group/<group_id>

常用星球

星球名称group_id
Jacob和他的朋友们51112818881544

注意事项

  1. 登录流程:每一步都需要截图发送给用户
  2. 发帖流程:不需要截图,直接完成
  3. 登录需要微信扫码,有效期约30分钟
  4. 长时间未操作可能需要重新登录
  5. 发布内容需遵守星球规则

截图规则总结

操作是否截图发送
登录 - 打开页面✅ 需要
登录 - 获取二维码✅ 需要
登录 - 同意协议后✅ 需要
发帖 - 输入内容❌ 不需要
发帖 - 发布❌ 不需要

版本: 1.1.0

Files

5 total
Select a file
Select a file to preview.

Comments

Loading comments…