一键导入
daily-summary
Generate a human-readable daily FastGPT community plugin summary from committed publish and revoke events.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate a human-readable daily FastGPT community plugin summary from committed publish and revoke events.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Review a FastGPT community plugin candidate and post a structured publishability verdict to the pull request.
新手友好的 FastGPT 插件开发向导。Use when the user wants help installing Git/GitHub CLI/Node/pnpm, clarifying plugin requirements, choosing FastGPT plugin type (tool or tool-suite), scaffolding and implementing a plugin, testing/debugging with @fastgpt-plugin/cli, packaging, publishing to GitHub, or submitting a pull request to a FastGPT plugin repository/community registry.
Internal FastGPT community plugin intake helper. Detects candidate plugin metadata and prepares registry intake notes for this repository.
| name | daily-summary |
| description | Generate a human-readable daily FastGPT community plugin summary from committed publish and revoke events. |
Use this skill to summarize new and revoked FastGPT community plugins for a day.
The input source is repository state: committed lifecycle events under events/<yyyy-mm-dd>/ and current plugins.json. Do not infer unpublished plugins from submodule changes alone.
Before reading repository data, update the local checkout to the latest committed state from its tracking branch:
git status --short --branch and identify the current branch and upstream.git fetch --all --prune.git pull --ff-only.YYYY-MM-DD, default to today in the operator's timezone.schemas/event.ts.events/<date>/*.json files for the target date.plugins.json to enrich plugin metadata and current status.Produce concise Markdown:
# FastGPT Community Plugin Summary - 2026-06-29
## Newly Published
- `weatherTool` v0.1.0 — community-maintained tool. Review: pass. Marketplace release: mkt_123.
## Revoked
- `old-tool` v0.1.0 — revoked for `broken`: Fails current package check. New installs disabled.
## Notes
- Community plugins are reviewed for publishability and traceability. Ongoing maintenance belongs to plugin contributors unless otherwise stated.