What it does
Moves a file or an entire folder from one Kiteworks location to another, after a read-only preview that shows exactly what will move and requires explicit confirmation.
See it in action
Preview moving Marketing/Drafts/Q3-deck.pdf to Marketing/Archive
Setting up the move: finding the source and destination, and checking for naming clashes or loops (a folder being moved inside itself). Nothing moves until you confirm the preview.
| Item | From | To |
|---|---|---|
| Q3-deck.pdf | Marketing/Drafts | Marketing/Archive |
Tags
What's new
latest 0.1.0Published version history. The latest version is what new installs receive; your administrator chooses when to upgrade.
-
0.1.0stable latest 2026-06-14Added
- Initial release. Move a file or an entire folder from one Kiteworks location to another, after a read-only preview that shows exactly what will move and requires explicit confirmation before anything changes.
Install in Claude Code
claude plugin marketplace add \
kiteworks/agent-marketplace
claude plugin install \
kiteworks-file-organizer@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
>=0.9.2(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.