netpad
Manage NetPad forms, submissions, users, and RBAC. Use when: (1) Creating forms with custom fields, (2) Submitting data to forms, (3) Querying form submissions, (4) Managing users/groups/roles (RBAC), (5) Installing NetPad apps from marketplace. Requires NETPAD_API_KEY for API, or `netpad login` for CLI.
Why use this skill?
Use the NetPad OpenClaw skill to automate form creation, manage submissions, and handle RBAC via CLI and REST API. Streamline your workflow efficiently.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mrlynn/netpadWhat This Skill Does
The NetPad skill provides a robust interface for interacting with the NetPad platform, enabling AI agents to manage the entire lifecycle of forms, project submissions, and identity access control. It bridges the gap between raw data collection and administrative oversight by allowing users to programmatically create structured forms, query incoming submission data, manage projects, and handle RBAC (Role-Based Access Control) user settings. Whether you are automating customer onboarding via custom forms or managing organizational access policies, this skill acts as the central control plane for all NetPad operations.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/mrlynn/netpad
Ensure that you have generated a valid NETPAD_API_KEY from your NetPad account settings. You can authenticate by exporting this key as an environment variable (export NETPAD_API_KEY="your_key_here") or by logging in via the NetPad CLI (netpad login).
Use Cases
This skill is designed for high-efficiency administrative and development workflows. Common use cases include:
- Dynamic Form Deployment: Automatically generating forms based on project requirements or user input.
- Submission Pipeline Automation: Aggregating data from multiple forms to feed into other backend services or AI-driven analytics workflows.
- RBAC Management: Programmatically adding, removing, or updating user roles and group access within a NetPad workspace to ensure least-privilege security.
- Marketplace Integration: Discovering and installing extensions via the command line to extend the capabilities of your existing workspace.
Example Prompts
- "List all current forms in project 'proj_123' and check if any new submissions have arrived in the last 24 hours."
- "Create a new support request form with fields for name, email, priority, and ticket description, then publish it."
- "Who are the current users with administrative access in the marketing project and can you remove the role for user 'u_987'?"
Tips & Limitations
- Project Scope: Always remember that forms reside within projects. Always verify your
projectIdbefore attempting to create or modify forms. - Authentication: Using a test key (
np_test_xxx) is recommended during development to avoid polluting production databases with draft submissions. - Pagination: When querying submissions via the API, be aware that large datasets may require pagination handling; ensure your workflows account for
pageSizeconstraints. - Security: Never hardcode your API keys in your scripts. Always utilize environment variables or secure secret managers to handle your
NETPAD_API_KEYcredentials.
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-mrlynn-netpad": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, data-collection
Related Skills
mongodb-atlas-admin
Manage MongoDB Atlas clusters, projects, users, backups, and alerts via the Atlas Admin API v2. Use when: (1) Creating, scaling, or deleting Atlas clusters, (2) Managing database users and IP access lists, (3) Configuring backups, snapshots, and restore jobs, (4) Setting up alerts and monitoring, (5) Managing projects and organizations, (6) Viewing cluster metrics and logs. Requires Atlas API keys (public/private) or service account credentials.
voyageai
Voyage AI embedding and reranking CLI integrated with MongoDB Atlas Vector Search. Use for: generating text embeddings, reranking search results, storing embeddings in Atlas, performing vector similarity search, creating vector search indexes, listing available models, comparing text similarity, bulk ingestion, interactive demos, and learning about AI concepts. Triggers: embed text, generate embeddings, vector search, rerank documents, voyage ai, semantic search, similarity search, store embeddings, atlas vector search, embedding models, cosine similarity, bulk ingest, explain embeddings.