# Send kmong to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "kmong",
    "name": "kmong",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/mupengi-bot/kmong",
    "canonicalUrl": "https://clawhub.ai/mupengi-bot/kmong",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/kmong",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=kmong",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "kmong",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T01:11:44.559Z",
      "expiresAt": "2026-05-09T01:11:44.559Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=kmong",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=kmong",
        "contentDisposition": "attachment; filename=\"kmong-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "kmong"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/kmong"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/kmong",
    "downloadUrl": "https://openagent3.xyz/downloads/kmong",
    "agentUrl": "https://openagent3.xyz/skills/kmong/agent",
    "manifestUrl": "https://openagent3.xyz/skills/kmong/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/kmong/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: mupengi-bot
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-02T01:11:44.559Z
- Expires at: 2026-05-09T01:11:44.559Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/kmong)
- [Send to Agent page](https://openagent3.xyz/skills/kmong/agent)
- [JSON manifest](https://openagent3.xyz/skills/kmong/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/kmong/agent.md)
- [Download page](https://openagent3.xyz/downloads/kmong)