# Send mufi-admin 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": "mufi-admin",
    "name": "mufi-admin",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/mupengi-bot/mufi-admin",
    "canonicalUrl": "https://clawhub.ai/mupengi-bot/mufi-admin",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/mufi-admin",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mufi-admin",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "mufi-admin",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T02:24:43.046Z",
      "expiresAt": "2026-05-09T02:24:43.046Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mufi-admin",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mufi-admin",
        "contentDisposition": "attachment; filename=\"mufi-admin-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "mufi-admin"
      },
      "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/mufi-admin"
    },
    "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/mufi-admin",
    "downloadUrl": "https://openagent3.xyz/downloads/mufi-admin",
    "agentUrl": "https://openagent3.xyz/skills/mufi-admin/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mufi-admin/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mufi-admin/agent.md"
  }
}
```
## Documentation

### URL

https://admin.muinfilm.com

### 구조

축제(이벤트) → 캠페인 → 프레임 템플릿(상품) → 프레임(디자인)

### 1. 축제 생성

경로: /events → "축제 추가"
필드: 이름*, 설명, 시작일*, 종료일*, 활성화
이름 패턴: [날짜]학교명 행사명 (예: [2월 19일]한예종 졸업영화제)
날짜 선택: Ant Design DatePicker → 날짜 셀 클릭 → OK
종료일 evaluate 팁: document.querySelectorAll('.ant-picker-dropdown:not(.ant-picker-dropdown-hidden) td[title="YYYY-MM-DD"]')[0].click() → .ant-picker-ok button 클릭

### 2. 캠페인 생성

경로: /campaigns → "캠페인 추가"
필드: 이름*, 활성화, 썸네일(920×960)
이름은 축제와 동일하게

### 3. 축제↔캠페인 연결

경로: /events/{id} → Campaigns 행 "수정" 클릭
combobox에서 캠페인 이름 검색 → 선택 → "저장"

### 4. 프레임 템플릿 생성

경로: /frame-templates → "프레임 템플릿 추가"
필드:

프레임 종류* (세로형 등)
이름*, 설명*
가격* (기본 5000)
촬영 횟수* (기본 8장)
촬영 시간* (기본 8초)
좌우반전, 활성화
화질 0.5배 (테스트용)


이미지:

썸네일: 200~400px × 590px
카메라 오버레이: 2064 × 1376px
오버레이 이미지 출력 여부


생성 후: /frame-templates/{id} → Campaigns 수정으로 캠페인 연결

### 5. 프레임(디자인) 생성

경로: /frames → "프레임 추가"
필드:

프레임 템플릿* (combobox 선택)
이름* (예: "호관대", "BLACK", "GREEN")
활성화
화질 0.5배 (테스트용)


이미지:

썸네일: 256 × 256px
배경: 4960 × 7376px
전경: 4960 × 7376px

### 등록 순서 (전체 플로우)

축제 생성 (/events)
캠페인 생성 (/campaigns)
축제↔캠페인 연결 (/events/{id})
프레임 템플릿 생성 (/frame-templates)
프레임 템플릿↔캠페인 연결 (/frame-templates/{id})
프레임(디자인) 생성 + 이미지 업로드 (/frames)

### 브라우저 자동화 팁

프로필: openclaw
날짜 선택은 evaluate로 직접 DOM 조작이 안정적
combobox 검색: type으로 검색어 입력 → listbox에서 Enter
저장 버튼: document.querySelector('button.ant-btn-primary').click()
## 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-02T02:24:43.046Z
- Expires at: 2026-05-09T02:24:43.046Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/mufi-admin)
- [Send to Agent page](https://openagent3.xyz/skills/mufi-admin/agent)
- [JSON manifest](https://openagent3.xyz/skills/mufi-admin/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/mufi-admin/agent.md)
- [Download page](https://openagent3.xyz/downloads/mufi-admin)