zenigame-fx-clear-cache

Delete FX cache entries by namespace and cache type using cache_manager.py.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/kent013/zenigame-fx --skill zenigame-fx-clear-cache
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zenigame-fx-clear-cache
Source: https://github.com/kent013/zenigame-fx/tree/main/.claude/skills/zenigame-fx-clear-cache
Command: npx skills add https://github.com/kent013/zenigame-fx --skill zenigame-fx-clear-cache

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Deletion of stale FX cache data by namespace and cache type to reclaim storage and ensure fresh state across environments.

Core Features & Use Cases

  • Namespace-scoped cache deletion: remove caches for a specific namespace without impacting others.
  • Flexible time ranges: delete by explicit date ranges, before a date, or after a date.
  • Operational safety: prompts and dry-run checks accompany deletions to prevent accidental data loss.

Quick Start

Run the cache-manager script to delete caches for a given namespace and cache type using the clear command with the desired mode and parameters.

Frequently Asked Questions about zenigame-fx-clear-cache

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clear FX cache data by namespace and date range?

To clear FX cache data, use the cache-manager script's clear command to delete entries by namespace and cache type. It supports explicit date ranges, before, after, and all modes to purge stale data and reclaim storage in production environments.

Can I safely purge FX caches without accidentally deleting the wrong data?

Yes, you can safely purge FX caches because the deletion process includes operational safety features like prompts and dry-run checks. These mechanisms verify eligible deletions before execution to prevent accidental data loss across namespaces.

What is the best way to remove stale cache entries for a specific production namespace?

The best way to remove stale cache entries for a specific production namespace is using namespace-scoped cache deletion. This targets only the specified namespace's cache type without impacting other namespaces or environments.

Do I need a specific script installed to delete FX caches by time range?

Yes, you need the scripts/cache_manager.py tool installed to delete FX caches. The Skill requires this dependency to read local cache state and determine eligible deletions based on your specified time range parameters.

What time modes are supported for deleting FX cache entries?

Deleting FX cache entries supports four time modes: explicit date ranges, before a specific date, after a specific date, and all modes. These flexible time ranges allow targeted cleanup of stale cache data across namespaces.