← Back to Skills Marketplace
frankready2025

Readdy.ai WebSite Builder

by frankready2025 · GitHub ↗ · v1.0.5 · MIT-0
linuxdarwinwin32 ✓ Security Clean
220
Downloads
3
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install readdy-website-builder
Description
This skill should be used when the user asks to "create a website", "generate a website", "build a website", "modify a website", "update my Readdy project",...
Usage Guidance
This skill appears to be a straightforward CLI client for readdy.ai. Before installing: 1) Confirm you obtained the API key from https://readdy.ai/user/api-key and that you trust that site; the script will store that key at ~/.openclaw/readdy.json (file mode 0600). 2) The registry metadata does not list the API key as a required credential even though the SKILL.md and scripts require one — treat that as an administrative/metadata omission, not an additional secret request. 3) Inspect or review scripts/readdy.mjs yourself if you want to verify there are no unexpected network targets (the code uses only https://readdy.ai). 4) Be aware operations (create/modify) may run for many minutes and require network connectivity. If you are uncomfortable providing your Readdy API key, do not enable the skill; instead use the service via their web console or a separate vetted client.
Capability Analysis
Type: OpenClaw Skill Name: readdy-website-builder Version: 1.0.5 The Readdy Website Builder skill is a legitimate integration for the Readdy.ai platform, providing CLI-based website creation and management. The skill stores API keys locally in a secure manner (~/.openclaw/readdy.json with 0600 permissions) and communicates exclusively with the official readdy.ai domain. The implementation in scripts/readdy.mjs and scripts/config-store.mjs uses standard Node.js built-in modules, lacks any form of obfuscation, and contains no evidence of data exfiltration, malicious execution, or prompt injection attempts.
Capability Assessment
Purpose & Capability
The skill is presented as a Readdy.ai website builder and includes a CLI script that talks only to https://readdy.ai endpoints and a small local config store. The only minor inconsistency: the SKILL.md and scripts require a Readdy API Key, but the registry metadata does not declare any primary credential or required env var. Functionally, the requested artifacts (node, local file storage, network access to readdy.ai) match the stated purpose.
Instruction Scope
SKILL.md contains strict runtime rules (must run the provided script, do not modify it, preserve user query verbatim) and documents the commands the agent should run. The script only reads/writes a single config file in the user's home (~/.openclaw/readdy.json) and communicates with readdy.ai. There are no instructions to read unrelated files, call other endpoints, or exfiltrate additional data.
Install Mechanism
No install spec or remote downloads. The package is instruction-only plus two local scripts; nothing is fetched or extracted at install time. This is low-risk from an install perspective.
Credentials
The skill legitimately requires a Readdy API Key, and the code saves it to ~/.openclaw/readdy.json (file mode 0600). However the registry metadata does not declare this credential (no primary credential or required env var), creating an administrative inconsistency the user should be aware of. No other unrelated credentials, config paths, or secrets are requested by the code.
Persistence & Privilege
The skill does not request always:true or any elevated persistence. It writes only its own credential file under ~/.openclaw and does not modify other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install readdy-website-builder
  3. After installation, invoke the skill by name or use /readdy-website-builder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
Version 1.0.5 of readdy-website-builder - No code or documentation changes detected in this release. - No new features, fixes, or updates included in this version.
v1.0.3
update name
v1.0.1
- Updated API homepage and documentation links to use https://readdy.ai instead of https://gbh.readdy.ai. - Clarified that users should obtain their API Key at https://readdy.ai/user/api-key. - Removed references to unsupported commands (e.g., validate-key, email-config). - Strengthened instructions regarding preview links: explicitly state that build log paths are not preview URLs and must use the preview command. - Improved explanation for passing user input verbatim with --query.
v1.0.0
- Initial release of the Readdy skill for website creation and management via the Readdy.ai CLI. - Supports commands to create, modify, preview, list, update, and delete projects, as well as manage API keys and email configuration. - Requires configuration of a Readdy API Key before use. - Enforces strict operation through the provided `readdy.mjs` script only; custom code or direct API calls are not permitted. - Provides detailed usage constraints and command examples to ensure proper execution and parameter handling.
Metadata
Slug readdy-website-builder
Version 1.0.5
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Readdy.ai WebSite Builder?

This skill should be used when the user asks to "create a website", "generate a website", "build a website", "modify a website", "update my Readdy project",... It is an AI Agent Skill for Claude Code / OpenClaw, with 220 downloads so far.

How do I install Readdy.ai WebSite Builder?

Run "/install readdy-website-builder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Readdy.ai WebSite Builder free?

Yes, Readdy.ai WebSite Builder is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Readdy.ai WebSite Builder support?

Readdy.ai WebSite Builder is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Readdy.ai WebSite Builder?

It is built and maintained by frankready2025 (@frankready2025); the current version is v1.0.5.

💬 Comments