A robust toolset for programmatically managing web forms, data submissions, and fine-grained organizational access control.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install netpad
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 netpad using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
NetPad is a comprehensive platform designed to streamline the lifecycle of data collection and user management through a developer-first approach. By integrating this skill into your Openclaw Skills library, you gain the ability to automate the creation of complex forms with custom validation, handle large-scale data submissions, and orchestrate sophisticated Role-Based Access Control (RBAC).
The skill provides a dual interface, utilizing a REST API for data-heavy operations and a specialized CLI for administrative tasks like user group management and marketplace deployments. This implementation within Openclaw Skills empowers developers to build secure, scalable data-driven applications without the overhead of manual form or permission handling.
To begin using NetPad with Openclaw Skills, install the global CLI and set your environment variables for API access:
npm i -g @netpad/cli
export NETPAD_API_KEY="your_api_key_here"
For CLI authentication, run the login command to link your local environment to your NetPad account:
netpad login
The NetPad ecosystem organizes its metadata and data entries through a clear hierarchy, making it highly compatible with Openclaw Skills automation:
| Entity | Level | Key Attributes |
|---|---|---|
| Project | Organization | projectId, name, owner |
| Form | Structure | formId, status (draft/published), fields |
| Submission | Data | submissionId, formData, timestamp |
| RBAC | Security | users, groups, custom roles, permissions |
Loading
A discovery and management tool designed to find and install specialized capabilities from the official ClawHub skill registry.

An intelligent request router that selects the most cost-effective LLM based on task complexity and model metadata.

A headless browser-based tool to fetch real-time mid-market currency exchange rates from XE.com with automatic API fallback.

A professional-grade AI skill for generating high-quality images from text prompts without requiring API keys or external subscriptions.

A robust long-term memory system for AI agents using MongoDB and Voyage AI for semantic search and persistent context.

A comprehensive CLI-based skill for Voyage AI embeddings, reranking, and MongoDB Atlas Vector Search integration.








































