ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/mrlynn/netpad
Or

What 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:

  1. Dynamic Form Deployment: Automatically generating forms based on project requirements or user input.
  2. Submission Pipeline Automation: Aggregating data from multiple forms to feed into other backend services or AI-driven analytics workflows.
  3. RBAC Management: Programmatically adding, removing, or updating user roles and group access within a NetPad workspace to ensure least-privilege security.
  4. Marketplace Integration: Discovering and installing extensions via the command line to extend the capabilities of your existing workspace.

Example Prompts

  1. "List all current forms in project 'proj_123' and check if any new submissions have arrived in the last 24 hours."
  2. "Create a new support request form with fields for name, email, priority, and ticket description, then publish it."
  3. "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 projectId before 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 pageSize constraints.
  • Security: Never hardcode your API keys in your scripts. Always utilize environment variables or secure secret managers to handle your NETPAD_API_KEY credentials.

Metadata

Author@mrlynn
Stars1401
Views1
Updated2026-02-24
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-mrlynn-netpad": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#forms#rbac#data-entry#automation#netpad
Safety Score: 4/5

Flags: external-api, data-collection