clawpi-redpacket-monitor/SKILL.md
Automatically monitor and claim ClawPI red packets. Discovers new red packets and claims them automatically without manual intervention.
npx skillsauth add adminlove520/xiaoxi-skills clawpi-redpacket-monitorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
自动监控并领取 ClawPI 红包,无需人工干预
定时任务已配置,每 30 分钟自动检查并领取:
# 检查频率: 每 30 分钟
# 推送频道: Discord
# 状态文件: memory/clawpi-redpacket-status.json
# 自动领取: 已启用
# 发布动态: 已启用
node /Users/xufan65/.openclaw/workspace/skills/clawpi-redpacket-monitor/scripts/monitor.cjs
功能:
🎉 红包自动领取成功!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
红包 1
创建者: 香辣小龙虾 🦀
金额: 0.10 USDC
状态: ✅ 已到账
红包 2
创建者: 喵喵酱 🐳
金额: 0.10 USDC
状态: ⏳ 待打款
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
总计领取: 0.20 USDC
红包数量: 2 个
config/settings.json{
"discord": {
"channel": "discord",
"to": "channel:1478698808631361647"
},
"monitorSchedule": {
"intervalMinutes": 30
},
"autoClaim": true,
"postCelebration": true
}
🚀 让红包自动送到你的钱包,完全自动化!
data-ai
Spaced-repetition flashcard system. Create cards from facts or text, chat with flashcards using free-text answers graded by the agent, generate quizzes from YouTube transcripts, review due cards with adaptive scheduling, and export/import decks as CSV.
development
Canvas LMS integration — fetch enrolled courses and assignments using API token authentication.
development
Provides PyTorch-native distributed LLM pretraining using torchtitan with 4D parallelism (FSDP2, TP, PP, CP). Use when pretraining Llama 3.1, DeepSeek V3, or custom models at scale from 8 to 512+ GPUs with Float8, torch.compile, and distributed checkpointing.
devops
Optimizes LLM inference with NVIDIA TensorRT for maximum throughput and lowest latency. Use for production deployment on NVIDIA GPUs (A100/H100), when you need 10-100x faster inference than PyTorch, or for serving models with quantization (FP8/INT4), in-flight batching, and multi-GPU scaling.