A specialized OAuth assistant for authenticating ClawHub on headless servers without a graphical web browser.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawhub-login
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 clawhub-login using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The ClawHub Login Helper is a dedicated utility designed to solve authentication hurdles on remote, headless servers. When developers attempt to log in to ClawHub via CLI in environments lacking a GUI, standard browser-based triggers often fail with errors like xdg-open ENOENT.
This skill streamlines the process by providing a manual OAuth 2.0 bridge. By leveraging Openclaw Skills, it allows users to generate authorization URLs that can be opened on a local machine, with the final callback URL being passed back to the server to complete the secure handshake.
To begin using this skill within your Openclaw workspace, run the following command to start the interactive login assistant:
python3 ~/.openclaw/workspace/skills/clawhub-login/scripts/clawhub_login.py
You can also use specialized flags for status checks or logging out:
# Check if you are currently logged in
python3 ~/.openclaw/workspace/skills/clawhub-login/scripts/clawhub_login.py --check
# Securely log out and clear tokens
python3 ~/.openclaw/workspace/skills/clawhub-login/scripts/clawhub_login.py --logout
The skill manages sensitive authentication data and configuration within the user's home directory:
| Data Type | File Path | Description |
|---|---|---|
| Access Token | ~/.clawhub/token |
The active OAuth token used for API requests. |
| Configuration | ~/.config/clawhub/config.json |
Stores CLI settings and environment metadata. |
--get-url, --check, --logout) for integration into other scripts or automation workflows.Loading
A professional AI agent skill designed to discover, compare, and analyze video content across YouTube, TikTok, Instagram, and Twitter.

A powerful Zoom integration that allows AI agents to manage video conferencing, participants, and cloud recordings through the Membrane CLI.

A comprehensive cloud accounting integration that enables AI agents to manage invoices, track expenses, and synchronize financial data.

An integration skill for AI agents to automate responses to external app events and manage real-time data flows via Webhooks.

A high-performance image generation skill that leverages the APIYI API to create visuals directly within your AI agent environment via text prompts.

A CLI-based utility to convert Markdown files into high-quality, styled PDF documents using Pandoc and wkhtmltopdf.








































