← All skills
Tencent SkillHub · Communication & Collaboration

kmong

Automates Kmong sign-up, identity verification, profile setup, and service registration using OpenClaw browser with SMS and captcha handling.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Automates Kmong sign-up, identity verification, profile setup, and service registration using OpenClaw browser with SMS and captcha handling.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

1. Sign Up

1. browser open → https://kmong.com 2. Click sign up (ref: sign up link) 3. Select Google login (Google logo button) 4. Select Google account → Click "Continue" 5. Select "Act as Expert" 6. Check agree all → "Sign up complete"

2. Identity Verification (PASS SMS)

1. Click "Mobile phone verification" → Popup tab opens 2. Check popup tab targetId (query tabs) 3. Select carrier radio: click via evaluate - document.querySelectorAll('input[type=radio]')[0].click() // SKT - [1] = KT, [2] = LGU+ 4. Agree all: document.querySelectorAll('input[type=checkbox]')[0].click() 5. Click "Verify with SMS" 6. Enter name, birthdate(6 digits), 7th digit of SSN, phone number, security characters 7. Read security characters via screenshot 8. "Confirm" → Enter SMS verification code → "Confirm" 9. In main tab, agree to seller terms → "Expert registration complete"

3. Cautions

When checkbox ref doesn't work: Use evaluate with document.querySelectorAll('input[type=checkbox]')[0].click() Cannot use const/let — Use var or no declaration Cannot chain multiple statements with semicolon — One statement per evaluate PASS verification popup is separate tab — Need to check targetId via tabs query Security characters (captcha): Take screenshot and read as image

4. Profile Setup

1. Change nickname: "Edit" button → Select all text (Meta+a) → Enter new nickname → "Save" 2. Expertise: Click "Select service fields" 3. Introduction: Click "Write introduction" 4. Register service: Click "Register service"

5. Service Registration Tips

Title: Include SEO keywords (e.g., "AI Chatbot Development | Student Council Organization Management Automation") Price: 3 tiers (Standard/Deluxe/Premium) Description: 500+ chars, specify concrete deliverables Category: IT·Programming > Chatbot Development / Task Automation

Account Information

Email: Configure in ~/.secrets/kmong.env Nickname: Configure in workspace settings Profile: https://kmong.com/@[your-username] 🐧 Built by 무펭이 — Mupengism ecosystem skill

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc