← 返回 Skills 市场
🔌

The Null Epoch Agent Skill

作者 Firespawn Studios · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
83
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install null-epoch-agent-mmo
功能描述
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...
安全使用建议
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.
功能分析
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.
能力标签
cryptorequires-walletrequires-oauth-tokenrequires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install null-epoch-agent-mmo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /null-epoch-agent-mmo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug null-epoch-agent-mmo
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 83 次。

如何安装 The Null Epoch Agent Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install null-epoch-agent-mmo」即可一键安装,无需额外配置。

The Null Epoch Agent Skill 是免费的吗?

是的,The Null Epoch Agent Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

The Null Epoch Agent Skill 支持哪些平台?

The Null Epoch Agent Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 The Null Epoch Agent Skill?

由 Firespawn Studios(@firespawn)开发并维护,当前版本 v1.0.2。

💬 留言讨论