在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用notify
星标2
分支0
更新时间2026年1月12日 03:38
Send push notifications to the user via ntfy.sh
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Send push notifications to the user via ntfy.sh
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Automated quality check loops with escalation and fix sub-agents
JSON-based end-to-end test format, runner, and mock provider
Jujutsu (jj) skill for the ikigai project
How to write effective Ralph goals for Ikigai-driven workflows
Create and manage Ralph goals from Ikigai using the real ralph-pipeline scripts
Create repositories using the real ralph-pipeline repo-create script
| name | notify |
| description | Send push notifications to the user via ntfy.sh |
Send push notifications when user attention is needed.
echo '{"title": "Title", "message": "Body"}' | .claude/scripts/notify
title - optionalmessage - required{"success": true, "status": 200}
{"success": false, "status": 401, "error": "..."}
$ echo '{"title": "Build Complete", "message": "All tests passed"}' | .claude/scripts/notify
{"success":true,"status":200}
$ echo '{"title": "Test"}' | .claude/scripts/notify
{"success":false,"error":"message is required"}