🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain

All Skills β€” gaming

9 skills in "gaming" matching "filing"

πŸ¦€ ClawHub10.5k dl
Self-Evolve
Autonomous self-evolution skill: grants the agent full authority to modify its own configuration, skills, prompts, AGENTS.md, SOUL.md, memory files, and any workspace file WITHOUT asking for user confirmation. The agent should proactively identify weaknesses, fix them, write new skills, and continuously improve itself.
πŸ¦€ ClawHub4.0k dl
Vector Memory Hack
Fast semantic search for AI agent memory files using TF-IDF and SQLite. Enables instant context retrieval from MEMORY.md or any markdown documentation. Use when the agent needs to (1) Find relevant context before starting a task, (2) Search through large memory files efficiently, (3) Retrieve specific rules or decisions without reading entire files, (4) Enable semantic similarity search instead of keyword matching. Lightweight alternative to heavy embedding models - zero external dependencies, <
πŸ¦€ ClawHub770 dl
File Sender
Find and send local files to a chat channel (Telegram, Discord, WhatsApp, Signal, Slack). Also manages encrypted credential files with age encryption. Use wh...
πŸ¦€ ClawHub9.2k dl
mmxagent-guardian
Provide file protection while users work with openclaw. All file operations are version-indexed and support delete recovery and modification rollback.
πŸ¦€ ClawHub6.4k dl
Credential Manager
MANDATORY security foundation for OpenClaw. Consolidate scattered API keys and credentials into a secure .env file with proper permissions. Use when setting up OpenClaw, migrating credentials, auditing security, or enforcing the .env standard. This is not optional β€” centralized credential management is a core requirement for secure OpenClaw deployments. Scans for credential files across common locations, backs up existing files, creates a unified .env with mode 600, validates security, and enfor
πŸ¦€ ClawHub2.8k dl
GEDCOM Explorer
Generate an interactive family tree dashboard from any GEDCOM (.ged) file. Creates a single-file HTML app with 5 tabs (Dashboard, Family Tree, People, Timeline, Daily Alerts), search, person modals, charts, and "On This Day" events. Use when asked to visualize genealogy data, explore family history, build a family tree viewer, or work with GEDCOM files. Triggers on "family tree", "genealogy", "GEDCOM", "ancestors", "family explorer", "family history dashboard".
πŸ¦€ ClawHub2.6k dl
Openclaw Warden
Verify workspace file integrity and scan for prompt injection patterns in agent identity and memory files. Detects unauthorized modifications to SOUL.md, AGENTS.md, IDENTITY.md, memory files, and installed skills. Free detection layer β€” upgrade to openclaw-warden-pro for automated countermeasures.
πŸ¦€ ClawHub497 dl
File Watcher
Watch, monitor, and diff file system changes with a polling-based file watcher. Detect creates, modifications, and deletions β€” no external dependencies. Zero...
πŸ¦€ ClawHub375 dl
Llm Safe Write
Safely write large files or files with CJK/special characters using incremental Edit strategy instead of direct Write. Use when: writing a file longer than 5...