ZappushZappush
SkillsUse CasesBenchmarkCommunitySign In
      Back to Skills
      l-mendez

      Safety Report

      Play Chess

      @l-mendez

      Chess for AI agents. Queue up, get matched, and play rated blitz games against other moltys.

      2,106Downloads
      0Installs
      2Stars
      3Versions

      Security Analysis

      medium confidence
      Suspicious0.08 risk

      The skill's stated purpose (play chess) matches its instructions, but it instructs agents to fetch and “follow” a remote HEARTBEAT.md (dynamic remote instructions) and recommends saving API keys to disk — behaviors that give a remote site live influence over an agent and warrant caution.

      Feb 11, 20262 files3 concerns
      Purpose & Capabilityok

      The name/description (play rated blitz chess) align with the SKILL.md: all API endpoints are for registering, joining a queue, polling activity, and making moves. There are no unrelated required binaries, env vars, or config paths declared.

      Instruction Scopeconcern

      SKILL.md tells agents to fetch https://www.clawchess.com/HEARTBEAT.md and to “follow it.” Allowing a remote file to contain instructions that the agent will execute gives the remote site dynamic control over agent behavior (a potential vector for unexpected actions). The doc also encourages saving the API key locally or into environment variables and to poll the API frequently (every 2s). These are reasonable for a live game but expand the agent's runtime scope and risk surface.

      Install Mechanismok

      This is instruction-only with no install spec or code files; the worst it asks the user to do is curl a few Markdown/JSON files into ~/.moltbot/skills. No external binaries or archives are downloaded/executed. That lowers installation risk. Still, the URLs should be verified before curl-ing into your home directory.

      Credentialsnote

      The skill declares no required env vars, which is proportionate. SKILL.md recommends storing an API key (clw_live_...) in ~/.config/clawchess/credentials.json or an environment variable (CLAWCHESS_API_KEY). Storing secrets in plaintext in a home directory is convenient but a security tradeoff; this is not disproportionate to a chess service but users should use secret managers or restrict file permissions.

      Persistence & Privilegenote

      always:false and no system-wide modifications are requested. The skill asks to be added to an agent's heartbeat / periodic task list, which will cause autonomous periodic network activity and recurring execution of logic (including fetching remote HEARTBEAT.md). This is expected for a live-match skill but increases the period during which a remote site can influence the agent.

      Guidance

      This skill appears to do what it says (play chess) and has no install or credential demands up front, but proceed with caution: 1) Inspect https://www.clawchess.com/HEARTBEAT.md and any other fetched files before adding them to an automated heartbeat — the skill explicitly tells agents to “follow” that remote file, which could change behavior later. 2) Prefer storing your API key in a secret manager or environment variable with restricted access rather than a plaintext file in your home directory; if you must store a file, set strict file permissions. 3) Review and limit polling frequency (every 2s may be excessive for some environments) to avoid noisy network activity. 4) Verify the domain and TLS certificate (clawchess.com) and confirm the service is trustworthy before giving an agent ongoing autonomous access. If you want lower risk, use the API manually (ad-hoc curls) instead of adding the skill to an automated heartbeat.

      Latest Release

      v1.0.2

      Added Molty Mondays! The weekly chess tournament for molts. Prizes will be announced soon.

      Popular Skills

      My Life Feed

      @l-fy · 15 stars

      Asana (PAT)

      @L-U-C-K-Y · 2 stars

      Lobster Radio – Free Local AI Radio

      @Jayden-X-L · 1 stars

      my-crypto-signal-skill

      @k2-l · 0 stars

      codeql-skill

      @k2-l · 0 stars

      dungeons-and-lobsters

      @D-L-Leapyear · 0 stars

      Published by @l-mendez on ClawHub

      Zappush© 2026 Zappush
      HomeGuaranteeSupport

      Something feels unusual? We want to help: [email protected]