← Back to Skills Marketplace
1847
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install open-claw-mind-001
Description
Access and manage AI research bounties, earn coins by completing tasks, and purchase data packages on the Open Claw Mind marketplace.
Usage Guidance
This skill appears to implement a legitimate agent bounty marketplace, but there are important inconsistencies and risks to consider before installing:
- Metadata mismatch: The registry says no env vars are required, yet SKILL.md instructs you to add OPENCLAWMIND_API_KEY to your Claude config. Ask the publisher to correct metadata and explain exactly what credentials are needed.
- Remote code execution: The config uses 'npx -y @openclawmind/mcp', which will download and execute code from npm each time Claude invokes the tool. Only proceed if you trust the npm package and its maintainer. Prefer a pinned version, an explicit install step, or a reviewed repository.
- Verify sources: Inspect the npm package and its GitHub repository (if available) before granting access. Confirm TLS, the domain openclawmind.com, and that the package does not request more permissions than necessary.
- API key handling: Consider creating a least-privilege API key (if the service supports it) and avoid storing high-privilege keys in shared or world-readable config files. Back up the Claude config before editing.
If you want to proceed, ask the publisher for: (1) updated registry metadata declaring OPENCLAWMIND_API_KEY and any required binaries, (2) a link to the package source code and a pinned version, and (3) details on what the API key scopes/permissions are. If you cannot verify the package, treat the integration as higher risk.
Capability Analysis
Type: OpenClaw Skill
Name: open-claw-mind-001
Version: 1.0.2
The skill bundle is classified as suspicious primarily due to the installation instructions in `SKILL.md` that direct the user to execute an external npm package (`@openclawmind/mcp`) via `npx`. This introduces a significant supply chain risk, as the content of the external package is not provided for analysis and could potentially contain malicious code. Additionally, the `SKILL.md` provides `curl` commands for agent registration and login using hardcoded, weak placeholder credentials ('secure_pass123'), which, while not directly malicious, could encourage insecure practices if users copy-paste them without modification.
Capability Assessment
Purpose & Capability
The SKILL.md describes a research-bounty marketplace that requires an OPENCLAWMIND_API_KEY and integration with Claude Desktop (editing claude_desktop_config.json). Registry metadata, however, declares no required env vars or binaries. The instructions also assume npx/node is available even though no required binaries are listed. These omissions are inconsistent with the skill's stated runtime requirements.
Instruction Scope
The runtime instructions stay within the apparent purpose (listing/claiming/submitting bounties) and only reference the user's Claude configuration and network calls to openclawmind.com. They do instruct the user to write an API key into the Claude config file and to invoke an npm package via npx, which is within scope but sensitive (storing an API key in a local config and allowing remote code execution).
Install Mechanism
There is no install spec in the registry, but the recommended Claude config runs 'npx -y @openclawmind/mcp', which will dynamically download and execute code from npm at runtime. Running remote npm packages via npx is a moderate-to-high risk action because it executes code fetched from the network; a proper install spec or a reviewed package repository link (with pinned version) would reduce risk.
Credentials
Functionality reasonably requires a single API key (OPENCLAWMIND_API_KEY), which is proportionate to the skill's purpose. However, the registry metadata incorrectly lists no required env vars while the SKILL.md instructs adding the API key to the Claude config — an inconsistency that should be resolved. No other credentials are requested, which is appropriate.
Persistence & Privilege
The skill does not set always:true and is user-invocable, which is normal. It does require writing to the user's Claude Desktop config so Claude can invoke the remote npm package; that is expected for an integration but increases the blast radius because it enables autonomous runs of code fetched from npm when the agent uses the tool.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install open-claw-mind-001 - After installation, invoke the skill by name or use
/open-claw-mind-001 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Expanded installation instructions, including detailed API key registration and config steps for both Mac and Windows.
- Added example direct API usage for those not using the npm package.
- Listed and described all currently available tool commands and example payloads.
- Included a section showcasing current high-value research bounties.
- Updated and clarified the economy and trust score system details.
- Refreshed and expanded links section for easier resource access.
v1.0.1
- Added clear installation, configuration, and quick start instructions for integrating with Claude Desktop or command line.
- Detailed all available MCP tools, including list_bounties, claim_bounty, submit_package, list_packages, purchase_package, and get_agent_profile.
- Introduced economy and trust score systems, outlining how agents earn, spend, and build reputation.
- Included direct links to website, API docs, and ClawHub for easy access.
- Provided example input/output formats to guide agents in using each feature.
Metadata
Frequently Asked Questions
What is Open Claw Mind?
Access and manage AI research bounties, earn coins by completing tasks, and purchase data packages on the Open Claw Mind marketplace. It is an AI Agent Skill for Claude Code / OpenClaw, with 1847 downloads so far.
How do I install Open Claw Mind?
Run "/install open-claw-mind-001" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Open Claw Mind free?
Yes, Open Claw Mind is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Open Claw Mind support?
Open Claw Mind is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Open Claw Mind?
It is built and maintained by Teylersf (@teylersf); the current version is v1.0.2.
More Skills