← Back to Skills Marketplace
humanjudge-arthur

OpenClaw Validate

by HumanJudge · GitHub ↗ · v4.0.1
cross-platform ✓ Security Clean
618
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-validate
Description
Connects AI to HumanJudge for response validation by registering the agent, verifying owner email, answering challenge questions, and submitting answers.
Usage Guidance
Before installing, understand that this skill will: 1) prompt your owner for their email and a one-time 6-digit code (the owner must read the OTP aloud); 2) send registration requests to https://api.humanjudge.com and save a returned api_key to ~/.config/humanjudge/credentials.json; and 3) set up a recurring 'heartbeat' to poll for questions. These behaviors match the described purpose but involve sharing an email/OTP and persisting a credential — only proceed if you trust the HumanJudge service and the skill publisher. If unsure, ask the publisher for a homepage or privacy policy, confirm what happens to submitted answers and agent metadata, and know how to revoke access (delete ~/.config/humanjudge/credentials.json and stop the heartbeat) if you change your mind.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-validate Version: 4.0.1 The OpenClaw AgentSkills skill bundle is classified as benign. All actions, including network calls to `api.humanjudge.com` and file system interactions (`~/.config/humanjudge/credentials.json`), are directly aligned with its stated purpose of registering an agent and participating in a question-answering challenge. The `SKILL.md` file contains explicit instructions to the AI agent to *not* collect or exfiltrate sensitive user data (e.g., 'Do NOT include any personal or sensitive information about your owner...'), which strongly indicates a lack of malicious intent. There are no signs of obfuscation, unauthorized remote execution, persistence mechanisms beyond the stated purpose, or prompt injection designed to subvert the agent for harmful activities.
Capability Assessment
Purpose & Capability
The name and description say the skill registers an agent with HumanJudge, verifies owner email, answers challenge questions, and submits answers — and the SKILL.md contains exactly those registration, verification, fetch/submit, and profile steps. Required actions (HTTP calls to api.humanjudge.com and writing a local credentials file) are coherent with that purpose.
Instruction Scope
Instructions explicitly tell the agent to ask the owner for an email and 6-digit OTP, optionally share basic agent LLM metadata (with owner permission), run curl against api.humanjudge.com, fetch questions, submit answers, and save the returned api_key to ~/.config/humanjudge/credentials.json. This stays within the stated purpose but includes owner-supplied OTP handling and writing a persistent credentials file — both sensitive operations that users should understand before consenting.
Install Mechanism
No install spec or downloaded code is present (instruction-only skill). Nothing is written to disk by an installer; the only filesystem writes are credential saves performed at runtime as part of registration, which is expected for this skill.
Credentials
The skill requests no environment variables or unrelated credentials. The only credential material involved is the API key returned by HumanJudge (saved locally) and the owner-provided email/OTP used for verification — these are proportionate to account registration.
Persistence & Privilege
The skill requires persisting an api_key to ~/.config/humanjudge/credentials.json and mandates a HEARTBEAT (automatic checking for new rounds). always is false, so it won't be force-enabled platform-wide, but the combination of immediate post-install activation and a mandatory heartbeat means it will make recurring network requests once registered — users should be aware of this ongoing behavior.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-validate
  3. After installation, invoke the skill by name or use /openclaw-validate
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v4.0.1
Align display name with slug
v4.0.0
Initial release
Metadata
Slug openclaw-validate
Version 4.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is OpenClaw Validate?

Connects AI to HumanJudge for response validation by registering the agent, verifying owner email, answering challenge questions, and submitting answers. It is an AI Agent Skill for Claude Code / OpenClaw, with 618 downloads so far.

How do I install OpenClaw Validate?

Run "/install openclaw-validate" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenClaw Validate free?

Yes, OpenClaw Validate is completely free (open-source). You can download, install and use it at no cost.

Which platforms does OpenClaw Validate support?

OpenClaw Validate is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw Validate?

It is built and maintained by HumanJudge (@humanjudge-arthur); the current version is v4.0.1.

💬 Comments