What it does
Scans Kiteworks for files past their retention threshold (read-only preview) and can export the findings as a CSV into your own Kiteworks output folder.
See it in action
Show me what's past retention in Marketing Drafts (18m threshold)
Checking Marketing Drafts for files older than the 18-month retention limit…
| File | Age | Policy |
|---|---|---|
| Q1-campaign-draft-v1.pptx | 2.2y | Ad-hoc scan: Marketing Drafts |
| Q1-campaign-draft-v2.pptx | 2.1y | Ad-hoc scan: Marketing Drafts |
| frozen-2022-roadmap.pptx | 2.9y | Ad-hoc scan: Marketing Drafts |
Export a retention report for Marketing Drafts to my Kiteworks
Same scan as the preview, then saved as a CSV to your own Kiteworks.
| File | Age | Policy |
|---|---|---|
| Q1-campaign-draft-v1.pptx | 2.2y | Ad-hoc scan: Marketing Drafts |
| Q1-campaign-draft-v2.pptx | 2.1y | Ad-hoc scan: Marketing Drafts |
| frozen-2022-roadmap.pptx | 2.9y | Ad-hoc scan: Marketing Drafts |
Relevant regulations and standards
Frameworks and mandates this agent helps you address. Not a certification — your own controls and assessment still apply.
Tags
What's new
latest 0.4.2Published version history. The latest version is what new installs receive; your administrator chooses when to upgrade.
-
0.4.2stable latest 2026-06-14Improved
- The CSV File Link column is now populated with each file's clickable Kiteworks web link — open the over-retention file directly from the spreadsheet. (The link is ACL-checked: it requires your Kiteworks sign-in and folder permission, so it's safe to share within your team; it's blank only when the run can't resolve a web address.)
Removed
- Dropped the Full Path column added in 0.4.1 — the File Link (clickable) plus the Folder Path (containing folder) + File Name already cover locating each file, so the extra text column was redundant.
Install in Claude Code
claude plugin marketplace add \
kiteworks/agent-marketplace
claude plugin install \
kiteworks-retention-sweeper@kiteworks
Prerequisites
-
Kiteworks Compliance Runtime — install via
pip install kw-mcp-gateway(host>=1.0.0,<2.0.0). This agent calls into the runtime for deterministic, audited execution. -
Official Kiteworks MCP
>=9.3.0(used by the runtime) — install and sign in from github.com/kiteworks/mcp. - Python
>=3.11.
Connect from Claude
Add this marketplace as a remote MCP connector in Claude Desktop or Claude Code — point it at <your-host>/mcp. One process per deployment; no per-machine install. Requires the official Kiteworks MCP to be configured.