Grok Files banner
antonbabenko antonbabenko

Grok Files

Development community

Description

--- name: grok-files description: List, prune, or gc Grok (xAI) uploaded files. Cleanup for bridge-owned uploads only. allowed-tools: Bash, Read timeout: 120000 --- # Grok Files (storage cleanup) List, prune, or gc the xAI files uploaded by the Grok bridge. Uploads are tagged with the filename prefix `deliberation-`, so the remote-side cleanup ONLY ever targets those - your own xAI files are never touched. Uploads also carry `expires_after` (default 7 days) so they self-delete; this command is

Installation

Installs to ~/.claude/skills/antonbabenko-claude-delegator-grok-files/SKILL.md

Terminal
mkdir -p ~/.claude/skills/antonbabenko-claude-delegator-grok-files && curl -fsSL https://raw.githubusercontent.com/antonbabenko/claude-delegator/HEAD/commands/grok-files.md -o ~/.claude/skills/antonbabenko-claude-delegator-grok-files/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository