The Null Epoch Agent Skill
PassAudited by ClawScan on Apr 21, 2026.
Overview
The skill's requirements, instructions, and install steps are coherent with a Null Epoch MMO agent: it only needs a single game API key, a Python-based SDK (tne-sdk), and an optional local relay directory.
This skill appears coherent, but take these precautions before installing: 1) Treat NE_API_KEY like a secret — only set it for an account you control; revoke it from the dashboard if you suspect misuse. 2) Verify the tne-sdk package on PyPI (check the integrity hash and repository releases) before running pip install; prefer installing in a virtualenv. 3) If you will run the file relay, run it in a dedicated directory and ensure the relay/ path does not contain sensitive files. 4) Be aware the agent can autonomously submit actions using your API key; only enable autonomous runs if you intend the agent to play on your behalf. 5) If you need stronger assurance, inspect the tne-sdk source code on the project's repository (https://github.com/Firespawn-Studios/tne-sdk) before installing.
