원클릭으로
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 직업 분류 기준
| 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.
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.