📝
AutomationTypeScript

Publish Weekly

by miantiao-me

Publish Weekly is an Automation skill for Claude Code, published by miantiao-me in aigc-weekly.

555 stars65 forkson miantiao-me/aigc-weeklyAdded 2026/08/25Repository updated 2026/08/23
agentaiclaude-agentclaude-codecloudflare-containerspayloadcms
Install in seconds
Install Publish Weekly
Copy Publish Weekly into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/miantiao-me/aigc-weekly/tree/master/agent/.opencode/skills/publish-weekly ~/.claude/skills/publish-weekly

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/miantiao-me/aigc-weekly.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
agent/.opencode/skills/publish-weekly/SKILL.md in miantiao-me/aigc-weekly
Installs to
~/.claude/skills/publish-weekly
Collection
One of 3 skills cataloged from this repository
Category
Automation1523 skills

What Publish Weekly does

Publish Weekly writes a local weekly Markdown file into the Payload CMS weekly collection as a draft. Use it to create or update weekly issues by issue number through the Payload REST API.

Publish Weekly is cataloged under Automation on DirSkills. Publish Weekly comes from a repository tagged agent, ai, claude-agent, claude-code and cloudflare-containers.

Documentation

README

Publish Weekly(草稿发布)

此技能用于将本地生成的周刊 Markdown 文件发布到 Payload CMS 的 weekly 集合中,并保持为 草稿status: draft)。

前置条件

  • 环境变量 PAYLOAD_API_KEY:来自 Payload users 集合为某个用户生成的 API Key。
  • 环境变量 PAYLOAD_BASE_URL(推荐):Payload/Next.js 服务的公开地址(例如 http://localhost:3000)。
  • 环境变量 BARK_PUSH_URL(可选):完整的 Bark 推送端点(例如 https://push.example.com/push/token/);未配置时跳过通知。

输入

/weekly 命令的参数块中获取:

  • week_id:如 Y26W12(写入 issueNumber
  • title:写入 title
  • filename:周刊 Markdown 文件名(从工作目录读取该文件内容,写入 content
  • current_date:写入 publishDate(ISO 日期字符串)

可选:

  • summary:周刊描述/摘要(写入 summary)。若未提供则从 content 提炼。
  • tags:标签(字符串数组,例如 ["模型", "工具"])。写入 tags 数组字段。
  • links:链接列表(对象数组,形如 [{ label, url }]),写入 links

发布目标

This is the opening of the README. Read the full README on GitHub.

Commands Publish Weekly provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /weekly

Frequently asked about Publish Weekly

  • What else does miantiao-me publish alongside Publish Weekly?

    Publish Weekly is one of 3 skills that DirSkills catalogs from miantiao-me/aigc-weekly, the repository it ships in. Its siblings there include Batch Research and Chinese Writing. Each one is a separate skill with its own page in this directory, installs the same way Publish Weekly does, and is maintained by miantiao-me in that same repository. The rest of the collection is listed on the miantiao-me/aigc-weekly page.

  • How does Publish Weekly compare to other Automation skills?

    Publish Weekly ranks #1284 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Publish Weekly against them. Open each page to compare what they document and how they install.