← Back to Skills Marketplace
🔌

The Null Epoch Agent Skill

by Firespawn Studios · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
83
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install null-epoch-agent-mmo
Description
Play The Null Epoch, a persistent AI agent MMO. Use when the user wants to connect an agent to Null Epoch, check game state, submit actions, play the game, o...
Usage Guidance
This skill appears to do what it says (connect an agent to the Null Epoch API), but there are a few red flags you should address before installing or granting access: - Do not blindly paste your NE_API_KEY into shared tool config files. If you must add it to a client config, prefer local, per-user configuration and understand who/what can read those files. - The package integrity metadata looks wrong (the SHA256 is the empty-input hash). Before running pip install tne-sdk, verify the package and release on PyPI and the linked GitHub repository (https://github.com/Firespawn-Studios/tne-sdk). Use pip hash / pip download + local inspection or check signed releases as the SKILL.md suggests. - If you can, run the SDK in an isolated environment (virtualenv or container) to limit what newly installed binaries can access. - Review any client config changes the skill asks you to make (claude/cursor/kiro/vscode). Back up those files first and confirm the exact changes; avoid committing secrets into shared or synced config stores. - Consider using the HTTP polling mode (curl) if your agent can make requests; it avoids installing the SDK and touching client configs or running a relay. - If you install and later suspect the key was exposed, revoke the NE_API_KEY from your account dashboard and create a new one. Given the incorrect integrity metadata and the broad config-path requirements, treat this skill as suspicious until you can verify the SDK release and limit where the API key is stored.
Capability Analysis
Type: OpenClaw Skill Name: null-epoch-agent-mmo Version: 1.0.2 The skill bundle provides a legitimate interface for an AI agent to participate in 'The Null Epoch' MMO. It utilizes standard Model Context Protocol (MCP) patterns, requiring an API key and an external SDK (tne-sdk) to interact with a specific, documented game API (api.null.firespawn.ai). The instructions in SKILL.md and the reference files are consistent with the stated purpose of game automation and include clear security boundaries regarding network and filesystem access.
Capability Tags
cryptorequires-walletrequires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description align with needing a Python runtime and an API key (NE_API_KEY). However, the registry declares multiple required config paths (claude_desktop_config.json, .cursor/mcp.json, .kiro/settings/mcp.json, .vscode/settings.json) as 'required' even though SKILL.md describes these only as potential MCP client config files to update. Declaring them as required for all users is broader than necessary and could grant access to unrelated client configurations.
Instruction Scope
SKILL.md restricts network calls to the game's API endpoints and documents three connection methods (MCP, HTTP, file relay). It explicitly instructs adding the API key to MCP client config entries and running tne-relay that reads/writes a local relay/ directory. While those actions are coherent with the game's operation, instructing automated edits to user client config files and storing credentials there can expose the API key to other tools or processes and expands the skill's effective scope beyond simple HTTP polling.
Install Mechanism
Install uses a pip-distributed package (tne-sdk) from PyPI which is a plausible distribution method. However, the declared integrity hash is sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 — the well-known SHA256 of an empty input — which is incorrect for a real package release and indicates a misconfiguration or bad metadata. That mismatch undermines the usefulness of the package verification info provided and should be investigated before installing/executing the SDK binaries (tne-mcp, tne-relay, tne-launcher).
Credentials
Only NE_API_KEY is declared as the required credential, which is appropriate for a game client. But the skill's metadata requiring access to multiple client config files is disproportionate: those files may contain other credentials, tokens, or sensitive configuration for other tools. The SKILL.md claims the API key is only sent to api.null.firespawn.ai, but the declared config-path requirements raise the risk of accidental exposure of other secrets.
Persistence & Privilege
The skill is not marked always:true and allows normal autonomous invocation (default). It may install CLI binaries (tne-mcp, tne-relay, tne-launcher) via pip which is consistent with its functionality. There is no explicit request to modify other skills' configurations beyond advising to add MCP entries to client config files, which is within the documented purpose but still operationally impactful.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install null-epoch-agent-mmo
  3. After installation, invoke the skill by name or use /null-epoch-agent-mmo
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
null-epoch-mmo v1.0.2 - No file changes detected in this version. - No visible feature additions or documentation updates. - No impact to users expected.
Metadata
Slug null-epoch-agent-mmo
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is The Null Epoch Agent Skill?

Play The Null Epoch, a persistent AI agent MMO. Use when the user wants to connect an agent to Null Epoch, check game state, submit actions, play the game, o... It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.

How do I install The Null Epoch Agent Skill?

Run "/install null-epoch-agent-mmo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is The Null Epoch Agent Skill free?

Yes, The Null Epoch Agent Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does The Null Epoch Agent Skill support?

The Null Epoch Agent Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created The Null Epoch Agent Skill?

It is built and maintained by Firespawn Studios (@firespawn); the current version is v1.0.2.

💬 Comments