Back to skills
extension
Category: Development & EngineeringNo API key required

serverchan

Send push notifications via Server酱³. Use this skill when you need to send messages, notifications, or reminders to users during unattended development. Retrieve the key from the environment variable FT07_KEY.

personAuthor: jakexiaohubgithub

Server酱 推送

使用方法

执行脚本发送推送:

python3 scripts/send.py "标题" "简短描述"

参数说明

  • title: 必填,推送标题
  • desp: 可选,简短描述(保持简洁)
  • 不使用 tags 参数

示例

# 仅标题
python3 scripts/send.py "任务完成"

# 带描述
python3 scripts/send.py "构建成功" "项目已部署"