mcpbeat Sign in

Self Media Content Delivery Agent Skill

将自媒体创作里程碑保存成文件,管理版本、核验路径、生成完整发布包并更新内容索引。用于保存平台第一版完整成稿、多平台合集、短视频脚本、分镜、定稿、发布包和复盘报告,或用户说“保存一下、整理交付、归档、生成发布清单”时。标题微调、删一句和临时候选不单独保存新版本。

1k tokens
context cost
the whole folder, loaded on every use
4
files
instructions only
0
copies elsewhere
how many repositories repackaged it
343
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/yanhua1010/self-media-content-workflow --skill self-media-content-delivery

The instruction itself

as written by the author

内容交付

核心纪律

  • 里程碑产出保存成文件。
  • 保存后回读验证文件存在且非空。
  • 只向用户交付验证过的路径。
  • 保留历史版本,不静默覆盖定稿。
  • 遵守当前项目的文件类型、目录和命名规则。

确定输出根目录

按以下顺序选择:

  • 用户明确指定的路径。
  • 项目说明中已有的内容目录。
  • 当前工作区下的 self-media/

目录不存在时,只创建当前交付需要的目录。不要在项目根目录散落文件。

何时保存

保存:

  • 某平台第一版完整成稿。
  • 多平台完整合集。
  • 分镜、口播、字幕或拍摄方案。
  • 用户确认的定稿。
  • 发布包和数据复盘。
  • 用户明确要求保存的内容。

不单独保存:

  • 几个候选标题。
  • 单句行动或标签调整。
  • 尚未形成完整产物的聊天片段。

版本规则

  • 记录草稿、修改稿、定稿和发布版的阶段。
  • 文件名采用项目现有规范。没有规范时使用 YYYY-MM-DD-{platform}-{slug}-vN.md
  • 新里程碑递增版本号。用户明确要求覆盖时才覆盖。
  • 在内容注册表中记录任务、平台、原稿、终稿、素材、状态、链接和复盘。

可使用 content-registry-template.md。

交付检查

完整读取 delivery-checklists.md,按平台检查标题、正文、摘要、封面、素材顺序、标签、商业披露和发布字段。

保存后执行:

  • 回读文件。
  • 确认大小大于 0。
  • 检查文件名、版本和目录。
  • 检查文中素材路径存在。
  • 报告已验证路径和降级项。

用户沟通

使用自然表达:

  • “已保存成文件”,不说“已落盘”。
  • “已放进作品库”,不说“已登记索引”。
  • “这是第 2 版”,不暴露内部阶段字段。
  • “发布需要的素材”,不堆叠内部交付术语。

输出

返回:成品路径、版本、包含内容、验证结果、缺失项和下一步唯一动作。

Other skills for the same job

different authors, same section of the catalogue
Canvas Design
by anthropics
vendor ×13

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

1388k tokens
Algorithmic Art
by anthropics
vendor ×10

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.

15k tokens scripts
Image Enhancer
by frostant
×6

Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity. Perfect for preparing images for presentations, documentation, or social media posts.

635 tokens
Video Downloader
by CommandCodeAI
×4

Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

671 tokens
Histolab
by christophacham
×3

Lightweight WSI tile extraction and preprocessing. Use for basic slide processing tissue detection, tile extraction, stain normalization for H&E images. Best for simple pipelines, dataset preparation, quick tile-based analysis. For advanced spatial proteomics, multiplexed imaging, or deep learning pipelines use pathml.

18k tokens
Omero Integration
by christophacham
×3

Microscopy data management platform. Access images via Python, retrieve datasets, analyze pixels, manage ROIs/annotations, batch processing, for high-content screening and microscopy workflows.

32k tokens
Pydicom
by christophacham
×3

Python library for working with DICOM (Digital Imaging and Communications in Medicine) files. Use this skill when reading, writing, or modifying medical imaging data in DICOM format, extracting pixel data from medical images (CT, MRI, X-ray, ultrasound), anonymizing DICOM files, working with DICOM metadata and tags, converting DICOM images to other formats, handling compressed DICOM data, or processing medical imaging datasets. Applies to tasks involving medical image analysis, PACS systems, radiology workflows, and healthcare imaging applications.

13k tokens scripts
Transformers
by christophacham
×3

This skill should be used when working with pre-trained transformer models for natural language processing, computer vision, audio, or multimodal tasks. Use for text generation, classification, question answering, translation, summarization, image classification, object detection, speech recognition, and fine-tuning models on custom datasets.

13k tokens

How to use it

Copy the folder

Take yanhua1010/self-media-content-delivery from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.