diff --git a/docs/site/content/docs/crafting-your-repository/caching.mdx b/docs/site/content/docs/crafting-your-repository/caching.mdx
index 72f7cc43f82bc..317c9e56b73e8 100644
--- a/docs/site/content/docs/crafting-your-repository/caching.mdx
+++ b/docs/site/content/docs/crafting-your-repository/caching.mdx
@@ -196,10 +196,13 @@ Turborepo has a [`--summarize` flag](/docs/reference/run#--summarize) that can b
- Debugging outputs: If cache hits aren't restoring the files you're expecting, a Run Summary can help you understand what outputs are being restored from cache.
- While there is not a Turborepo-native Run Summaries UI viewer, we encourage
- you to use the community-built
- [https://turbo.nullvoxpopuli.com](https://turbo.nullvoxpopuli.com) if you
- would like to view your Run Summaries as a web view.
+ While there is not a Turborepo-native Run Summaries UI viewer, there are
+ several community-built tools available:
+
+- [https://turbo.nullvoxpopuli.com](https://turbo.nullvoxpopuli.com) - Web-based UI viewer for Run Summaries
+- [`turborepo-summary`](https://github.com/charpeni/turborepo-summary) - Generate human-readable reports from Turborepo run summary JSON output
+- [`turborepo-summary-action`](https://github.com/charpeni/turborepo-summary-action) - GitHub Action wrapping `turborepo-summary` to append them to GitHub Actions Job Summary
+
### Turning off caching
diff --git a/docs/site/content/docs/reference/run.mdx b/docs/site/content/docs/reference/run.mdx
index aba4ada7f87db..2f0df2d9850b4 100644
--- a/docs/site/content/docs/reference/run.mdx
+++ b/docs/site/content/docs/reference/run.mdx
@@ -550,10 +550,13 @@ This flag can be helpful for debugging to determine things like:
- How task timings changed over time
- While there is not a Turborepo-native Run Summaries UI viewer, we encourage
- you to use the community-built
- [https://turbo.nullvoxpopuli.com](https://turbo.nullvoxpopuli.com) if you
- would like to view your Run Summaries as a web view.
+ While there is not a Turborepo-native Run Summaries UI viewer, there are
+ several community-built tools available:
+
+- [https://turbo.nullvoxpopuli.com](https://turbo.nullvoxpopuli.com) - Web-based UI viewer for Run Summaries
+- [`turborepo-summary`](https://github.com/charpeni/turborepo-summary) - Generate human-readable reports from Turborepo run summary JSON output
+- [`turborepo-summary-action`](https://github.com/charpeni/turborepo-summary-action) - GitHub Action wrapping `turborepo-summary` to append them to GitHub Actions Job Summary
+
### `--token`