aigc-weekly

by miantiao-meVerified

Agili 的 AIGC 周刊 - 一个由 Agentic AI Agent 驱动的 AIGC(人工智能生成内容)精选周刊。

555
Stars
65
Forks
TypeScript
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/miantiao-me/aigc-weekly

Getting Started

Guides for using skills like aigc-weekly.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

Agili 的 AIGC 周刊

一个由 Agentic AI Agent 驱动的 AIGC(人工智能生成内容)精选周刊。本项目利用最新的 AI 和 Serverless 技术,为您提供最新的资讯、工具和资源。


在线阅读: https://aigc-weekly.agi.li

RSS订阅: https://aigc-weekly.agi.li/rss.xml

aigc-weekly

🚀 特性

  • AI 智能策展:利用 Agentic AI Agent 自动发现和筛选内容。
  • 现代技术栈:基于 Next.js 15、Payload CMS 3.0 和 Cloudflare 边缘基础设施构建。
  • Serverless 架构:完全部署在 Cloudflare (Workers, D1, R2, Containers) 上,实现高性能和低延迟。
  • Agent MCP 集成:使用模型上下文协议 (MCP) 允许 AI Agent 直接与 CMS 交互。

🛠 技术栈

🏗 架构

本项目包含三个主要组件:

  1. Next.js 应用 (app/):负责面向读者的前端页面以及 Payload CMS 管理界面。
  2. OpenCode Agent (agent/):一个独立的 Agent 服务,运行在 Cloudflare Containers 上,负责收集信息并通过 MCP 更新 CMS。
  3. Cloudflare Worker (worker/):转发请求到 Container 并控制其生命周期。

🏁 快速开始

前置要求

  • Node.js:v22 或更高版本
  • pnpm:v10 或更高版本
  • Cloudflare 账号:用于 D1、R2 和 Workers 部署。

安装

  1. 克隆仓库:

    git clone https://github.com/miantiao-me/aigc-weekly.git
    cd aigc-weekly
    
  2. 安装依赖:

    pnpm install
    

配置

  1. 环境变量: 配置必要的环境变量:

    • 复制 .env.example.env.local 并填写相应值。
    • 复制 worker/.env.exampleworker/.env.local 并填写相应值。

    确保你已经配置了必要的 Cloudflare 绑定, 你需要在 wrangler.jsonc 中配置以下绑定:

    • D1:数据库
    • R2:对象存储
    • PAYLOAD_SECRET:一个安全的随机字符串。
  2. 生成类型

    pnpm generate:types
    
  3. 配置 MCP 和 Agent: 你可以在 agent/opencode.json 配置 MCP Server 和模型,在 agent/.opencode/ 目录修改 Agent 的技能、子 Agent 和命令等配置。

    项目使用 Firecrawl 进行网页爬取和信息提取, 你需要在 Firecrawl 注册账号并获取 API Key,然后在 worker/.env.local 中配置 FIRECRAWL_API_KEY

本地运行

  • Next.js 应用

    pnpm dev
    

    访问应用:http://localhost:3000http://localhost:3000/admin

  • Cloudflare Worker(包含 Agent)

    pnpm dev:worker
    

    需要安装 Docker 以运行本地沙箱。Worker 会自动启动 OpenCode Agent 容器。

🚀 部署

本项目设计为部署在 Cloudflare 上。

  1. 部署数据库和应用

    pnpm deploy
    

    此命令会运行 deploy:database(迁移)和 deploy:app(OpenNext 构建与上传)。

  2. 部署 Worker

    pnpm deploy:worker
    

📂 项目结构

  • app/:Next.js 应用源代码。
  • agent/:OpenCode Agent 配置和技能定义。
  • worker/:Cloudflare Worker 源代码。
  • collections/:Payload CMS 数据模型。
  • migrations/:数据库迁移文件。
  • public/:静态资源。

🤖 AI 代码助手

本项目包含 AGENTS.md 文件,为 AI 代码助手(如 Claude Code、Cursor、Copilot 等)提供开发指南,包括命令、代码风格和架构信息。

📄 许可证

本项目采用 GNU Affero General Public License v3.0 许可证。

Frequently Asked Questions

What is aigc-weekly?

aigc-weekly is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by miantiao-me. Agili 的 AIGC 周刊 - 一个由 Agentic AI Agent 驱动的 AIGC(人工智能生成内容)精选周刊。. It has 555 GitHub stars.

Is aigc-weekly safe to use?

Yes. aigc-weekly passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install aigc-weekly?

Clone the repository with "git clone https://github.com/miantiao-me/aigc-weekly" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is aigc-weekly written in?

aigc-weekly is primarily written in TypeScript. It is open-source under miantiao-me on GitHub, so you can review or fork the full source.

Are there alternatives to aigc-weekly?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh aigc-weekly against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details