LogoClawIndex
CasesSkillsAbout
LogoClawIndex

Modding Core Logic - Game Modding Management Logic for Installation and Integration

Handles mod installation, uninstallation, and GameBanana integration for game modification management

Tags

Updated: 2026-02-12

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Extract zip files
  • Validate mod structure
  • Move files to game directory
  • Record installation in JSON
  • Remove mod files
  • Update config files
  • Fetch mod info from API

Inputs

  • Zip file
  • Game directory path
  • Mods directory path
  • GameBanana API
  • Installed mods JSON
  • Mod configuration files

Outputs

  • Extracted mod files
  • Updated installed-mods.json
  • Modified game directory files
  • Cleaned mod files

Requirements

  • Node.js environment
  • adm-zip library
  • Path manipulation API
  • Network access for API calls

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
modding
file-management
game-integration
api-client
Extract zip files
Validate mod structure
Move files to game directory
Record installation in JSON
Zip file
Game directory path
Mods directory path
Extracted mod files
Updated installed-mods.json
Modified game directory files