SkillAgentSearch skills...

Automation

一些青龙自用自动打卡功能:wps、OPPO、贝锐

Install / Use

/learn @ytt447735/Automation
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

功能

| 名称 | 功能 | 变量获取 | 变量名 | 变量模版 | |:-------|:------------------------------------------------------------------------|:------------------------------|:------------------------------|:------------------------------| | wps pc | pc端签到领取兑换vip时间<br/> 云空间签到领取容量<br/>| 获取 | wps_pc | wpsua=;wps_sid=;day=1 | | OPPO积分 | OPPO商城签到、每日任务、一加论坛签到 | Reqable抓包获取CK | OnePlus_COOKIE | TOKENSID=;apkPkg= | | 贝锐 | 阳光小店每日签到、每日任务 | 获取 | BR_COOKIE | s_id=*** |


使用

<details> <summary>青龙面板</summary>
拉库
ql repo https://github.com/ytt447735/automation.git  fun|notify.py fun main py
环境变量

PC(day等于每日签到时自动兑换天数,可不设):

wps_pc
wpsua=***;wps_sid=***;day=1
依赖
ujson
requests

验证码识别配置

之前版本采用的是百度的手写文字识别功能,获取 在"/fun/baidu.py"文件内修改"API_KEY"、"SECRET_KEY"的值<br/> 百度识别准确率低,已替换,原代码保留着,可自行替换<br/> 新代码已采用YOLOv8模型识别,准确率98%左右,识别模型代码暂不开放,识别接口暂免费提供<br/>

CK失效

目前测试发现CK好像不会过期,一直有效

</details> <details> <summary>WPS签到打码部署</summary>

犹豫各位需求有点多,我服务器压力有点大,各位自行部署吧<br/> 部署完毕后 http://IP:8080/ 打开能看见“Hello, World!”说明部署成功了<br/> 最后替换对应的fun/code.py中的链接<br/>

docker run -d \
  --name wps_verification \
  -p 8080:8080 \
  --restart unless-stopped \
  ytt4477/wps_verification:latest \
  /bin/bash -c /apps/run.sh
</details>

预览

<details> <summary>WPS</summary>

WPS

</details>

Related Skills

View on GitHub
GitHub Stars232
CategoryDevelopment
Updated1d ago
Forks19

Languages

Python

Security Score

85/100

Audited on Mar 31, 2026

No findings