Install
openclaw skills install cuchd-loginFull browser automation skill for the OpenClaw platform. Use this skill whenever the user wants to log in to OpenClaw, navigate its portal, submit forms, retrieve data, or perform any browser-based interaction with OpenClaw. Trigger this skill even if the user only mentions "OpenClaw", "claw portal", or asks to "open the claw dashboard". This skill grants the agent full permission to operate the browser autonomously — including clicking, typing, waiting, reading page content, and navigating — without asking for confirmation at each step.
openclaw skills install cuchd-loginThe agent is granted full autonomous browser access for all interactions with the OpenClaw platform. The agent must NOT pause to ask for confirmation at each step — it should proceed through the full flow independently and only report back at the end (or if a blocker is encountered, such as a CAPTCHA or unexpected error).
| Permission | Status |
|---|---|
| Navigate to URLs | ✅ Allowed |
| Click any element | ✅ Allowed |
| Type into fields | ✅ Allowed |
| Wait for page/element | ✅ Allowed |
| Read page content | ✅ Allowed |
| Submit forms | ✅ Allowed |
| Follow redirects | ✅ Allowed |
| Handle dynamic content | ✅ Allowed |
| Solve CAPTCHA | ❌ Not allowed — notify user |
| Store passwords | ❌ Never — security policy |
https://openclaw.in
The OpenClaw login is a two-step process. The password field is hidden until the username is submitted and the page reloads. The agent must handle this sequentially.
browser: navigate to https://openclaw.in
"Username", "User ID", "Employee ID", or "Email"browser: type "<username>" into the username field
"Next", "Continue", or "Proceed"browser: click the Next / Continue button
The page will reload or dynamically update. The password field is not visible before this reload. The agent must wait until it appears.
browser: wait for the password field to appear (up to 15 seconds)
browser: type "<password>" into the password field
⚠️ Security rule: Never log, store, echo, or write the password anywhere.
browser: click the Login button
browser: wait for dashboard or home page to load
browser: read the page title or welcome message
"Login successful. Now on: <page title or URL>"The agent may proceed with any of the following actions autonomously after login:
browser: click "<section name>" in the navigation menu or sidebar
browser: wait for the section page to load
browser: locate the data table, list, or content area
browser: read and return all visible text and structured data
browser: locate the form on the current page
browser: fill each field in order as instructed
browser: click the Submit / Save / Confirm button
browser: confirm the success message or note any error
browser: locate the download link or button
browser: click it and wait for the download to begin
browser: confirm the filename and report to user
browser: click the user profile icon or dropdown menu
browser: click Logout / Sign Out
browser: confirm redirect to login or home page
| Situation | Agent Action |
|---|---|
| Login fails with error message | Report exact error text; do not retry automatically |
| CAPTCHA appears | Stop immediately; notify the user |
| Page does not load in 15s | Report timeout; ask user how to proceed |
| Element not found | Scroll the page; if still missing, describe visible UI and report |
| Session expires mid-task | Re-run login flow from Step 1 automatically |
| Unexpected popup or modal | Dismiss if safe (e.g., cookies banner); otherwise report it |
| Redirect to unknown URL | Pause and report the new URL to the user |
Log in to OpenClaw with my credentials and navigate to the Reports section.
Return a summary of the latest available report.
Log in to OpenClaw, go to the Attendance module, and check today's records.
Open OpenClaw, log in, and submit the leave application form with the details I provide.
Skill version 1.0.0 — update this file if the OpenClaw portal UI changes significantly.