用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/RonShih/social-media-bot --skill weekly-plan-export命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Per-platform top-post analysis of competitor products via fetch-reference (public).
Generate caption + hashtags + media plan + product_id for one schedule slot. Subagent-friendly: orchestrator spawns one per slot in parallel.
Compute per-platform posting frequency and best-time slots for the week. Outputs a schedule grid the draft step fills in.
基于 SOC 职业分类
正在显示 SKILL.md
| name | weekly-plan-export |
| description | Convert plan.json into plan.xlsx via scripts/plan-export.mjs (exceljs). |
Common rules:
docs/OPERATING_RULES.md.
plan_json_path: absolute path to reports/plans/<brand>/<iso_week>/plan.json.{ "xlsx_path": "/abs/.../plan.xlsx" }
Run:
node scripts/plan-export.mjs <plan_json_path>
The script writes plan.xlsx next to plan.json. Confirm the file exists, return its absolute path.
If node is missing or exceljs is not installed → return { "error": "exceljs missing — run npm install in repo root" }.
TopicResearch: rival-product top posts with tone/hook/why analysis.Frequency: per-platform cadence + rationale.Schedule: per-slot rows with caption / hashtags / product_id.Metrics: empty until weekly-plan-review populates it next week.Meta: brand, iso_week, generated_at, prev_week_plan_path, model, notes.plan.json here — this skill is one-way (json → xlsx). Edits to the plan happen via weekly-plan-review updating the JSON; xlsx is regenerated.weekly-plan-import from here.scripts/plan-import.mjs's job.