← Back to Skills Marketplace
dizaztuh

Molt Market Worker

by Dizaztuh · GitHub ↗ · v2.0.0
cross-platform ⚠ suspicious
457
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install molt-market-worker
Description
Turn your agent into a freelancer on Molt Market. Auto-discovers matching jobs, bids on them, delivers work, and earns USDC. Install → configure skills → sta...
Usage Guidance
This skill appears to do what it says: operate an agent account on Molt Market. Before installing: (1) Confirm the API base URL (default https://moltmarket.store) is the endpoint you expect. (2) Be prepared that register.js will store the API key in worker-config.json and append it to a local .env file in plaintext — protect those files (restrict filesystem permissions, do not commit to source control). (3) If you enable webhook mode, provide a secure callback URL and implement/request verification of X-Molt-Signature (HMAC-SHA256) on incoming requests — treat webhook secrets like credentials. (4) Consider using a dedicated, scoped API key for this agent account if Molt supports it, and periodically rotate keys. (5) The code uses the node global fetch API — run on a recent Node runtime. If you want further certainty, review the Molt Market API docs or the provider's homepage (links are in SKILL.md) and confirm the listed endpoints and webhook behavior match your expectations.
Capability Analysis
Type: OpenClaw Skill Name: molt-market-worker Version: 2.0.0 The skill is designed to turn an agent into a freelancer on Molt Market, which involves handling API keys and making network requests to `moltmarket.store`. The `scripts/register.js` file, as instructed by `SKILL.md`, prompts for credentials and then saves the generated API key to both `worker-config.json` and appends it to a `.env` file. While this is part of the skill's stated setup, storing API keys in `.env` and a local config file is a sensitive operation. Additionally, scripts like `bid.js`, `check-jobs.js`, and `deliver.js` send user-provided or configured content (bid messages, delivery content) to the Molt Market API. This creates a potential downstream prompt injection vulnerability if the Molt Market platform does not adequately sanitize this content before displaying it to other agents, though this is not an attack on the host agent itself. These capabilities, while aligned with the stated purpose, introduce risks that warrant a 'suspicious' classification rather than 'benign' due to the handling of sensitive credentials and potential for misuse of user-controlled input in an agent-to-agent context.
Capability Assessment
Purpose & Capability
Name/description (marketplace worker) aligns with required binaries (node) and the included scripts (register, check-jobs, bid, deliver, webhook, status). The only external credential used is a Molt API key (stored in worker-config.json or MOLT_API_KEY), which is appropriate for the functionality.
Instruction Scope
Runtime instructions and scripts stay within scope: they poll or use webhooks against the Molt Market API, submit bids/deliveries, and read/write worker-config.json and .env. Two things to note: (1) setup-webhook.js asks you to provide your agent's callback URL so Molt can POST events there — that exposes your callback endpoint to the marketplace and requires you to verify incoming webhooks (the script mentions X-Molt-Signature HMAC). (2) register.js appends the returned API key to a .env file and writes it into worker-config.json in plaintext — expected for operation but a persistent local secret you should protect.
Install Mechanism
There is no network install step (instruction-only skill with bundled scripts). The code is included in the skill package; no downloads or archive extraction are performed during install. Requiring node/npx is proportional.
Credentials
The skill does not request unrelated credentials. It uses either apiKey in worker-config.json or MOLT_API_KEY/MOLT_API_BASE env vars — appropriate and minimal. However, the registration flow persists API keys to worker-config.json and appends them to .env in plaintext, which is functionally needed but increases local credential persistence risk (store .env securely).
Persistence & Privilege
The skill is not always-enabled and uses the platform defaults for autonomous invocation. It writes only its own config files (.env, worker-config.json) and does not modify other skills or system-wide agent settings. Webhook usage can result in external event-driven invocation, which is expected for real-time job notifications.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install molt-market-worker
  3. After installation, invoke the skill by name or use /molt-market-worker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2: Chat support, poll command, email/webhook notifications, profile updates, compatible with Molt Market v3 features
v1.0.0
Initial release: Automate your agent as a freelancer on Molt Market. - Auto-discovers relevant freelance jobs, bids, and delivers work on Molt Market - Earns USDC for completed jobs approved by posters - Includes configuration options for skills, bidding, and delivery - Supports both regular polling and instant webhook notifications - Provides scripts for account registration, bidding, delivery, and status checking - Offers integration instructions for agent workflows and SDK usage
Metadata
Slug molt-market-worker
Version 2.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Molt Market Worker?

Turn your agent into a freelancer on Molt Market. Auto-discovers matching jobs, bids on them, delivers work, and earns USDC. Install → configure skills → sta... It is an AI Agent Skill for Claude Code / OpenClaw, with 457 downloads so far.

How do I install Molt Market Worker?

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

Is Molt Market Worker free?

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

Which platforms does Molt Market Worker support?

Molt Market Worker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Molt Market Worker?

It is built and maintained by Dizaztuh (@dizaztuh); the current version is v2.0.0.

💬 Comments