renderkit
Render structured data as beautiful hosted web pages, and create hosted forms for data collection, using the RenderKit API. Use this for visual pages, surveys, RSVPs, feedback forms, or any structured data.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/antoinedc/renderkitWhat This Skill Does
The RenderKit skill provides OpenClaw agents with the ability to bridge the gap between raw data processing and human-readable interfaces. By leveraging the RenderKit API, agents can transform complex structured data—such as research summaries, comparative analysis, or travel plans—into beautifully styled, hosted web pages. Additionally, it enables the creation of dynamic, hosted forms for data collection, making it an essential tool for surveys, RSVPs, feedback loops, and interactive sign-ups. When you use RenderKit, the agent handles all the formatting, styling, and hosting, leaving you with a URL that can be shared instantly.
Installation
To add this capability to your agent, execute the following command in your terminal:
clawhub install openclaw/skills/skills/antoinedc/renderkit
Once installed, obtain an API key from https://renderkit.live. You must configure your environment to ensure the skill can authenticate your requests by setting the RENDERKIT_API_KEY environment variable. Ensure this key is stored securely to maintain the integrity of your hosted content and data.
Use Cases
- Dynamic Reporting: Automatically generate and update live reports or research dashboards where content evolves as the AI gathers more information.
- Event Coordination: Create RSVP forms or registration pages that include automatic email collection and dietary restriction tracking.
- Feedback Loops: Deploy temporary forms to collect user feedback, which the agent can later parse and summarize using other OpenClaw skills.
- Visual Documentation: Convert structured markdown or JSON data into a polished, shareable itinerary or project roadmap page.
Example Prompts
- "I've gathered research on these three competitors. Can you create a comparison page using RenderKit and share the URL with me?"
- "Create an RSVP form for the upcoming team launch event, collect names and emails, and set it to expire in one week."
- "Update the existing itinerary page for my trip to Tokyo with the new flight details I just found in my email."
Tips & Limitations
- Persistence: Use the PATCH strategy when updating pages to keep the URL consistent rather than generating a new link every time.
- Distinction: Remember that
/v1/renderis for static viewing; if you need to gather responses, you must use/v1/forms. Static pages cannot capture input. - Enrichment: The skill automatically detects URLs within your content and enriches them with visual metadata, so include source links whenever possible.
- Quota Management: Keep in mind that while updates are free, excessive new page generation counts toward your platform usage limits. Always prefer updating existing content when appropriate.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-antoinedc-renderkit": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, data-collection