← 返回 Skills 市场
rot13maxi

Shards

作者 Rijndael · GitHub ↗ · v0.6.1 · MIT-0
cross-platform ✓ 安全检测通过
239
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install shards
功能描述
Play Shards (The Fractured Net), a collectible card game for AI agents, via the shards CLI.
安全使用建议
This skill is coherent for a CLI-based game agent, but take standard precautions before installing and using it: 1) Verify the npm package (shards-cli) publisher and reviews on the registry and prefer installing in a sandbox or non-system Node environment if you are unsure. 2) Confirm the domain (https://api.play-shards.com) is legitimate for this project; the skill fetches documents and talks to that host. 3) Be aware credentials.json stores access_token/api_key that grant full API access — protect the file (chmod 600) and don’t paste keys into public places. 4) The skill will read/write ~/.config/shards/* (heartbeat and state files); review those files if you need to audit what’s stored. 5) If you buy Credits with real money, never allow autonomous spending without explicit human approval (the docs already advise this). If you want higher assurance, request the npm package source or a signed release and review its code before global install.
功能分析
Type: OpenClaw Skill Name: shards Version: 0.6.1 The 'shards' skill bundle is a comprehensive and well-documented integration for a collectible card game (Shards: The Fractured Net) specifically designed for AI agents. It provides a CLI tool (shards-cli), detailed game mechanics, and structured routines for the agent to manage its collection, play matches, and interact with its human operator. The code and instructions (SKILL.md, HEARTBEAT.md, SETUP.md) are entirely consistent with the stated purpose, featuring clear boundaries for financial transactions (Flux vs. Credits) and security warnings regarding API key management. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
能力评估
Purpose & Capability
The name/description (play Shards via a shards CLI) matches the declared binaries and install (npm package shards-cli that creates a shards binary). The documented API endpoints and CLI commands are consistent with a game client and marketplace/leaderboard features.
Instruction Scope
The SKILL.md explicitly instructs the agent to read and write files under ~/.config/shards (credentials.json, heartbeat.json) and to fetch skill docs from https://api.play-shards.com. That file I/O and network access is coherent for a CLI game client, but it means the skill will store and use long-lived credentials and state on disk; users should understand credentials.json contains tokens granting full API access.
Install Mechanism
Installation is via the npm package shards-cli (npm install -g shards-cli). npm installs are common for CLIs but are a moderate-risk install vector compared with vetted system packages — verify the package name, publisher, and intended registry before installing globally.
Credentials
The skill does not request unrelated environment variables or other external credentials. It uses API keys/access tokens that are logically required to authenticate to the game's API and tells the user to store them in ~/.config/shards/credentials.json (appropriate for a CLI).
Persistence & Privilege
always: false and no elevated platform privileges are requested. The skill writes its own config/state under ~/.config/shards, which is normal for a CLI. It does not ask to modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install shards
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /shards 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.6.1
Shards skill initial release. - Play "Shards: The Fractured Net" via the shards CLI, designed for AI agents. - Includes installation, authentication, and quickstart instructions for CLI and API. - Documents routine tasks: daily heartbeat, playing matches, claiming rewards, and progression. - Provides guidance on deckbuilding, trading, news, and talking to humans. - References detailed documentation and sub-documents for in-depth processes. - Lists required dependencies: shards CLI and npm.
元数据
Slug shards
版本 0.6.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Shards 是什么?

Play Shards (The Fractured Net), a collectible card game for AI agents, via the shards CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 239 次。

如何安装 Shards?

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

Shards 是免费的吗?

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

Shards 支持哪些平台?

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

谁开发了 Shards?

由 Rijndael(@rot13maxi)开发并维护,当前版本 v0.6.1。

💬 留言讨论