zenigame-clear-cache

Delete Zenigame caches by namespace, cache type, and date range.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Zenigameのキャッシュを正しく管理するため、指定したnamespaceとキャッシュタイプのキャッシュを安全に削除します。運用中のキャッシュが蓄積してパフォーマンス低下や誤動作を引き起こすのを防ぎます。

Core Features & Use Cases

  • Namespace-scoped clearance: 指定したnamespaceのキャッシュだけを対象に削除します。
  • Date-bound purges: 指定期間のキャッシュを削除するなど、範囲指定でのクリアが可能です。
  • Safe interactive workflow: 確認プロンプトを通じて不意の削除を防止します。

Quick Start

Run the cache_manager script with your target namespace, cache type, and mode to perform safe deletions.

Frequently Asked Questions about zenigame-clear-cache

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

FAQPage Schema
How do I clear accumulated caches by namespace to free up storage?

Clear namespace-scoped caches by specifying the target namespace and cache type to reduce storage usage and prevent stale data. The interactive Python CLI prompts for confirmation to prevent accidental deletions.

Can I delete HTTP and Playwright caches for a specific date range?

Delete HTTP and Playwright caches within a specific date range using before and after filters. This date-bound purge targets only the selected period, keeping other cached data intact.

What is the safest way to purge stale Zenigame cache data without losing active records?

Safely purge stale Zenigame cache data by targeting specific cache types within a namespace. The interactive confirmation workflow prevents accidental deletions, ensuring active records remain untouched.

Does this cache cleanup tool require any external dependencies to run?

No external dependencies are required to run the cache cleanup script. It operates as a standalone Python CLI tool, needing only the base environment to execute namespace-scoped and date-range cache deletions.

Why do I need interactive prompts when running a CLI cache cleanup?

Interactive prompts are required to prevent accidental deletions during cache cleanup. The Python CLI confirms the target namespace and cache type before executing, ensuring you do not unintentionally remove active data.

Are there limitations to clearing caches by namespace with this approach?

A limitation is that cache clearance is scoped strictly by namespace and cache type, meaning you cannot bulk-delete across multiple namespaces simultaneously. You must target each namespace individually through the interactive CLI.