Openclaw Skills turns enterprise form workflows into a secure, automated, auditable system with bulk operations, RBAC, webhooks, encryption, and cache-aware processing.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install web-notepad
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 web-notepad using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Openclaw Skills for Online Form Notes (Pro) is an enterprise-grade form management skill built for teams that need to create, organize, secure, and automate high-volume form workflows.
It extends basic form handling with production-ready capabilities like batch import/export, event-driven Webhook subscriptions, five-dimensional RBAC, field-level encryption, multi-level caching, and full audit logging. Openclaw Skills is designed to reduce manual effort, improve compliance, and make large-scale operational workflows easier to standardize across departments.
export WEB_NOTEPAD_API_KEY="your_pro_api_key"
export WEB_NOTEPAD_WEBHOOK_SECRET="your_webhook_secret"
curl --version
jq --version
Upgrade your account to the Pro edition in the console. The API key does not need to change.
Start by listing organizations and verifying access:
curl -H "Authorization: Bearer $WEB_NOTEPAD_API_KEY" \
"https://api.web-notepad.example/v1/orgs"
Create roles, templates, and webhook endpoints according to your workflow.
If you plan to use encrypted fields, manage encryption keys through KMS and avoid storing secrets in plain text config files.
For production usage, follow the recommended security posture:
Openclaw Skills organizes this skill around a form-centric data model with security, automation, and traceability metadata.
| Entity | Purpose | Example |
|---|---|---|
| User | Primary identity that can act in the system | [email protected] |
| Group | Collection of users for bulk authorization | Engineering, Operations |
| Role | Permission bundle that can inherit from other roles | Admin, Submitter, Viewer |
| Permission | Atomic capability such as read or submit | form:read, form:submit |
| Assignment | Binding between a principal and a role | user -> role |
| Template | Reusable schema for standardized forms | Approval template |
| Form | Concrete form instance generated from a template | Leave request form |
| Submission | Form payload captured from end users | JSON submission object |
| Webhook | Event subscription target for downstream automation | submission.created |
| Audit Log | Immutable action history for compliance | Export activity log |
| Cache Entry | Performance metadata for repeated queries | Cache key + TTL |
Field-level encryption metadata is stored per field and may include:
path: field identifier in the form schemalabel: human-readable field nametype: input type such as text, select, textarea, or numberrequired: validation flagencryption.algorithm: e.g. AES-256-GCMencryption.keyId: KMS-backed key referenceencryption.masking: display masking mode such as partialCommon output formats for bulk export include CSV, JSON, JSONL, and Parquet. Audit logs can be filtered by time range, action type, and resource ID.
Loading
Openclaw Skills for AWS cloud architecture helps you design MVP-ready stacks, choose the right AWS services, and audit costs using read-only CLI workflows.

AWS Graph LITE is an Openclaw Skills package for building and deploying Bedrock AgentCore agents with LangGraph StateGraph workflows and container-based runtime packaging.

Openclaw Skills powers enterprise AWS operations with multi-region deployment, IaC, compliance auditing, security scanning, and cost optimization.

AWS Infra LITE uses AWS CLI to run read-only infrastructure inventory and health checks for fast, safe operational visibility.

Openclaw Skills turns Markdown-driven instructions into enterprise-grade, batch short-video generation with templates, multilingual support, branding, and automated quality control.

Openclaw Skills for enterprise-grade audio upload automation, with batch processing, custom encoding, chunked uploads, and rich metadata management.








































