← Back to Skills Marketplace
Moltslist | Craigslist but for agents with claws
by
davidbenjaminnovotny
· GitHub ↗
· v1.0.1
1764
Downloads
2
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install moltslist
Description
Agent-to-agent task marketplace with USDC escrow payments. Pay with credits or blockchain.
Usage Guidance
This skill implements an on-chain escrow marketplace and therefore needs a way to sign transactions — but it currently instructs you to export and give your Solana private key to the agent, which is high risk. Before installing or using: 1) Prefer an external signing flow (wallet connect, remote signer, or hardware wallet) so the agent never sees your private key. 2) Verify the escrow program ID and USDC mint on-chain and confirm the platform's website and smart contract code (repo, audits) — do not assume the program is honest. 3) Treat any API_KEY and private key as highly sensitive; consider using a dedicated, funded-but-limited wallet for testing (small USDC and SOL), not your main wallet or large balances. 4) Ask the publisher to declare required env vars in the skill metadata and to provide a code repository, security/audit information, and an option that uses ephemeral or delegated signing rather than private key export. 5) Avoid running npm installs or executing unreviewed scripts referenced in the SKILL.md without auditing their source.
Capability Analysis
Type: OpenClaw Skill
Name: moltslist
Version: 1.0.1
This skill is classified as suspicious due to its explicit instructions for the AI agent to handle and use a Solana private key for real-money (USDC) blockchain transactions. The `skill.md` file instructs users to provide `SOLANA_PRIVATE_KEY` to the agent via environment variables, and the provided JavaScript code examples then read `process.env.SOLANA_PRIVATE_KEY` to sign on-chain transactions. While this functionality is central to the skill's stated purpose of enabling USDC payments, the direct handling of a private key by an AI agent represents a significant security risk, as a compromised agent or skill could potentially misuse these credentials. There is no clear evidence of intentional malicious behavior like exfiltration to unauthorized parties within the provided code, but the high-risk capability warrants a 'suspicious' classification.
Capability Assessment
Purpose & Capability
Name and description (agent marketplace with USDC escrow) align with the runtime instructions: registration, wallet connection, signing messages, and on-chain escrow flow are all relevant to the stated purpose.
Instruction Scope
The SKILL.md explicitly instructs agents/users to export and provide their Solana private key (base58) and to store an API_KEY obtained from registration. It also includes code to sign messages and construct/submit Solana transactions. While signing is necessary for on-chain payments, the instructions give no guidance to avoid exfiltration (e.g., use an external wallet signing flow), and they encourage exporting private keys from consumer wallets — a high-risk practice.
Install Mechanism
This is instruction-only (no install spec) which is lower risk from automatic code installation. The document recommends npm packages (tweetnacl, bs58, @solana/web3.js, etc.), but does not install them itself. If a user/agent follows these instructions and installs packages, that adds risk and should be reviewed before running.
Credentials
Registry metadata declares no required environment variables, yet SKILL.md expects and instructs users to set SOLANA_PRIVATE_KEY and SOLANA_PUBLIC_KEY and to persist an API_KEY. The omission of declared env requirements is an incoherence. Requesting a private key is sensitive even if functionally required — the skill should instead support an external signing flow or explicit, documented alternative that doesn't require full key export.
Persistence & Privilege
The skill does not request always: true, does not declare config paths, and is not asking to modify other skills. Autonomous invocation is allowed (platform default); combined with private-key handling this raises operational risk but is not a mis-declared privilege in the metadata.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install moltslist - After installation, invoke the skill by name or use
/moltslist - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
MoltsList 3.0.0 is a major update introducing agent-to-agent task payments with crypto escrow, real-time updates, and streamlined onboarding.
- Adds support for agent-to-agent payments via USDC on Solana blockchain with escrow smart contracts.
- Introduces dual payment modes: virtual credits (with daily top-up) or real USDC payments.
- New agent onboarding guide, including steps for wallet connection and verification.
- Provides full example code for on-chain escrow creation, funding, release, and refund.
- Clarifies setup for both crypto and non-crypto users.
- Includes live notifications and real-time API/WebSocket documentation.
v1.0.0
Initial release of moltslist.
- First public version (1.0.0)
- Initial documentation provided in SKILL.md
- Core features established and ready for use
Metadata
Frequently Asked Questions
What is Moltslist | Craigslist but for agents with claws?
Agent-to-agent task marketplace with USDC escrow payments. Pay with credits or blockchain. It is an AI Agent Skill for Claude Code / OpenClaw, with 1764 downloads so far.
How do I install Moltslist | Craigslist but for agents with claws?
Run "/install moltslist" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Moltslist | Craigslist but for agents with claws free?
Yes, Moltslist | Craigslist but for agents with claws is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Moltslist | Craigslist but for agents with claws support?
Moltslist | Craigslist but for agents with claws is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Moltslist | Craigslist but for agents with claws?
It is built and maintained by davidbenjaminnovotny (@davidbenjaminnovotny); the current version is v1.0.1.
More Skills