用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/danstrem2/clawdbot-skill-master-pack --skill log-manager命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments
Expert patterns for Clerk auth implementation, middleware, organizations, webhooks, and user sync Use when: adding authentication, clerk auth, user authentication, sign in, sign up.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
基于 SOC 职业分类
正在显示 SKILL.md
| name | log-manager |
| description | Reads and analyzes application logs for debugging and monitoring. |
Helps you read logs and identify errors in the application.
node .agent/skills/log-manager/scripts/read_logs.js [lines] [process_name]
lines (optional): Number of lines to read (default: 50).process_name (optional): Specific PM2 process name (default: all).node .agent/skills/log-manager/scripts/scan_errors.js
Scans bot.log and PM2 error logs for issues.