Automate AI tool submissions to WorthToTry by auditing a product page, drafting its listing, and returning a review link.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install worthtotry-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install worthtotry-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Submit to WorthToTry is an Openclaw Skills workflow for listing AI products in the WorthToTry directory and weekly launch board. It audits a public product page, prepares optimized listing copy, checks readiness, and opens a draft through the WorthToTry API or MCP server.
The skill removes account, API-key, and browser-consent requirements from the standard submission path. It keeps the product owner in control: the owner opens the emailed or generated review link, adds required assets and the founder’s first comment, and submits the listing for review.
No account, API key, OAuth flow, or browser consent screen is needed for the basic submission request:
curl -X POST https://worthtotry.com/api/v1/submissions \
-H 'content-type: application/json' \
-d '{"url":"https://theirproduct.com","email":"[email protected]"}'
The response tells WorthToTry to email the owner a completion link. Use the REST API reference for the full endpoint and optional fields.
Use MCP when the person already has the server connected or needs authenticated submission tracking. Add the server once:
claude mcp add --transport http worthtotry https://worthtotry.com/api/mcp/
For clients using a configuration file, register an HTTP MCP server at https://worthtotry.com/api/mcp/. Read-only tools work without authorization. submit_tool and get_my_submissions request the submit and read:submissions scopes; the client opens a browser for one-time approval. If the client cannot complete OAuth, use the REST API and a personal access token instead.
check_submission_readiness against a public, reachable product page.| Field | Constraints or behavior |
|---|---|
url |
Public product URL; private, loopback, invalid, or unreachable URLs are rejected. |
email |
Owner email used for the completion link in the REST flow. |
name |
Maximum 40 characters. |
tagline |
Maximum 60 characters and no trailing period. |
description |
Between 40 and 600 characters. |
firstComment |
Founder’s note, maximum 200 characters, entered by the owner in the review form. |
targetKeyword |
Optional, maximum 100 characters, one keyword with no commas. |
categories |
At least 1 and at most 3 categories. |
pricing |
Correct the extracted pricing classification when needed. |
openSource |
Boolean describing whether the product is open source. |
| Check ID | Typical status | Blocking behavior |
|---|---|---|
title |
pass or fail |
Quality issue only; does not block submission. |
meta-description |
pass or warn |
Quality issue only. |
og-image |
pass or warn |
Quality issue only. |
logo |
pass or fail |
Quality issue; the owner may need to upload a logo. |
duplicate |
pass or fail |
The only blocking check; a failed duplicate check makes submittable false. |
badge |
info |
Optional; earns a verified mark, verified-filter inclusion, and vote tiebreaker. |
suggestedListing: extracted draft listing produced by the readiness audit.submittable: boolean indicating whether the URL can be submitted.fix: actionable remediation text for each readiness check.detail: existing listing information when a duplicate host is found.slug: identifier returned for the created draft.status: initially draft, then potentially pending, approved, or published.reviewUrl: owner-facing link for screenshot capture, logo upload, first comment, and final review submission.readinessScore: audit score out of 100.warnings: checklist of remaining issues that may cause the listing to return.rejectionReason: explanation available when tracking a rejected submission.First comments and launch stories must be plain prose without Markdown links, HTML links, iframes, bare URLs, or www. addresses. These fields are handled through REST rather than MCP.
Loading
A structured five-seat AI review panel that evaluates academic manuscripts from journal-fit, methodology, domain, cross-disciplinary, and Devil's Advocate perspectives.

Magic Hour gives Openclaw Skills a unified API for generating AI videos and images across leading models with asynchronous job tracking and optional local downloads.

A cognitive control layer that turns OpenClaw goals into adaptive, verified, and safely managed autonomous-agent workflows.

OpenClaw Plugin Intelligence helps agents identify, select, securely execute, validate, and recover from external plugin workflows.

Media Bias News helps AI agents summarize current events while exposing coverage differences, outlet ratings, sourcing, and media blind spots.

An AI-powered IMIVA MCP workflow for producing conversion-focused TikTok Shop product images, detail pages, seeding content, and videos.








































