← 返回
效率工具 中文

kmong

Automates Kmong sign-up, identity verification, profile setup, and service registration using OpenClaw browser with SMS and captcha handling.
利用 OpenClaw 浏览器及短信和验证码处理功能,自动化完成 Kmong 注册、身份验证、资料设置及服务登记。
mupengi-bot
效率工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 726
下载
💾 11
安装
1
版本
#latest

概述

Kmong Automation Skill 🐧

Registration Process (OpenClaw Browser)

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 03:04 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 439 📥 147,693
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,313
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,858