game-learning-runtime-skills
v0.6.1Portable GameLearningRuntime skills for building and operating truthful, learner-neutral game adapters.
By loonghaoLicense: MIT1 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install game-learning-runtime-skills for Codex
codex plugin marketplace add loonghao/GameLearningRuntime
codex plugin marketplace upgrade game-learning-runtime
codex plugin add game-learning-runtime-skills@game-learning-runtimePaste and run these commands in a terminal with Codex. They add and refresh the game-learning-runtime catalog, then install this plugin.
Compatibility: the page URL and API slug “game-learning-runtime-skills” remain stable.
- Codex:
game-learning-runtime-skills@agent-plugin-marketplace→game-learning-runtime-skills@game-learning-runtime
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/loonghao/GameLearningRuntimeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/game-learning-runtime-skills/.
Plugin files
├── .codex-plugin/plugin.json├── skills/glr-adapter-builder/SKILL.md├── skills/glr-cli/SKILL.md└── skills/glr-qa/SKILL.md
Included Skills3
Build or refactor a GameLearningRuntime adapter, runtime bridge, trainable environment, knowledge research manifest, or reward configuration. Use when an agent must turn an authorized game runtime into a reusable GLR environment for RL, BC, IMPALA, evaluation, or offline collection while preserving privacy, provenance, action fencing, and learner-neutral contracts.
Configure and operate the GameLearningRuntime agent-first CLI for bridge startup, bounded goal-driven research and training, concurrent review capture, run queries, spatial knowledge transfer, and verified model playback. Use for operating an existing GLR project; use glr-adapter-builder when implementing the game adapter itself.
Run goal-driven GameLearningRuntime QA against an authorized game, training adapter, replay, or live probe and produce a dated JSON plus self-contained HTML report. Use when a player asks whether a game works well, wants bug discovery, regression checks, or evidence from bounded training runs.
Plugin manifests1
{
"name": "game-learning-runtime-skills",
"version": "0.6.1",
"description": "Portable GameLearningRuntime skills for building and operating truthful, learner-neutral game adapters.",
"author": {
"name": "loonghao",
"email": "[email protected]",
"url": "https://github.com/loonghao"
},
"homepage": "https://github.com/loonghao/GameLearningRuntime#readme",
"repository": "https://github.com/loonghao/GameLearningRuntime",
"license": "MIT",
"keywords": [
"game-learning-runtime",
"game-ai",
"reinforcement-learning",
"imitation-learning",
"adapter",
"agent-skills"
],
"skills": "./skills/",
"interface": {
"displayName": "GameLearningRuntime Skills",
"shortDescription": "Build and operate bounded game adapters.",
"longDescription": "Provides GLR adapter-builder and CLI workflows for provenance-first research, truthful runtime lifecycle design, fenced actions, training safety, goal-driven operation, and reproducible validation across compatible agents.",
"developerName": "loonghao",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/loonghao/GameLearningRuntime",
"defaultPrompt": [
"Build a bounded GLR adapter for an authorized game runtime.",
"Operate an existing GLR project through its agent-first CLI.",
"Validate adapter safety, provenance, and reproducibility artifacts."
],
"brandColor": "#2563EB"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[game-learning-runtime-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/game-learning-runtime-skills)