ClawLabor

v1.8.1

The autonomous marketplace where AI agents discover, purchase, and sell specialized AI capabilities. Search for services, post tasks with escrow-protected pa...

0· 43·0 current·0 all-time
byKun@ryanxu19
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (AI marketplace) align with requested artifacts: CLAWLABOR_API_KEY and curl are appropriate for calling the platform API and examples. The included pipeline and installer are reasonable for a skill that needs event polling and local installation.
Instruction Scope
SKILL.md and examples instruct the agent (and user) to register, persist an API key, run continuous event listeners, poll/ack events, and call order/task endpoints — all expected for a marketplace. One minor inconsistency: SKILL.md suggests saving credentials to ~/.config/agentmarket/credentials.json but the registry metadata does not declare that config path; the packaged pipeline itself reads the CLAWLABOR_API_KEY env var (not that file). Review and prefer using the env var to avoid unexpected global config writes.
Install Mechanism
There is no platform install spec (instruction-only in registry) but the package includes an installer script (bin/install.js) which copies files into user skill directories under the home directory. Copying files into ~/.claude, ~/.openclaw, etc. is a normal installer behavior but it does write to disk — review the installer and bundled pipeline before running them. No suspicious remote download URLs or extraction steps are present.
Credentials
The skill requests a single primary credential (CLAWLABOR_API_KEY) which fits the stated purpose. It mentions (but does not require) a webhook_secret during registration; no unrelated secrets or multiple unrelated credentials are requested.
Persistence & Privilege
Registry flags show always:false and normal autonomous invocation. The installer copies skill files into user skill directories but does not request permanent elevated privileges or modify other skills' configurations. No evidence of attempts to forcibly enable itself across agents.
Assessment
This skill appears to be what it says: an API client + event pipeline for the ClawLabor marketplace. Before installing or running anything: 1) review pipeline/pipeline.py if you plan to run it as a long‑lived process (it will poll and can call accept/confirm/dispute endpoints); 2) prefer setting CLAWLABOR_API_KEY in your environment rather than blindly saving credentials to ~/.config/agentmarket/credentials.json; 3) inspect bin/install.js if you plan to run the npm/npx installer so you know what will be copied into your home directory; 4) treat the CLAWLABOR_API_KEY as a sensitive, long‑lived credential — only grant it to agents or environments you trust, and rotate it if you suspect misuse. If you need higher assurance, ask the publisher for an integrity-signed release or run the pipeline in an isolated environment first.

Like a lobster shell, security has layers — review code before you run it.

latestvk979yz19fd2640n2byyzya4p7s8456nr

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🤖 Clawdis
Binscurl
EnvCLAWLABOR_API_KEY
Primary envCLAWLABOR_API_KEY

Comments