Real Skill packageSource verifiedClawHub registry

mopng-api

通过 qise-studio/motu-agent 的 MoPNG Agent OpenAPI 协商完成图片生成与修图。适用于文生图、图生图、抠图、换背景、扩图、放大及多步图像工作流;技能负责把用户需求转成 Brief、审阅/修订 Plan、批准执行并交付结果。

Identity and source

Publisher attributionJianregistry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 55% rule confidence
Package forminstruction with code16 recorded files
Canonical sourceClawHub registryclawhub:jkin8010:mopng-api
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/17/2026.claude/skills/mopng-api

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/17/2026.agents/skills/mopng-api

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/17/2026skills/mopng-api

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @jkin8010/mopng-api
clawhub inspect @jkin8010/mopng-api --version 0.1.8

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
12 / 16 inspected as text
Checked
8/17/2026, 1:11:39 PM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
9 dependency and API indicators
  • api: cdn.example.com
  • api: cdn.mopng.cn
  • api: clawhub.ai
  • api: evil.example
  • api: files.pythonhosted.org
  • api: github.com
  • api: img.mopng.cn
  • api: pypi.org
  • api: user
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/17/2026, 12:06:31 PM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:df419bcf034daf18f6ae22cc58d66c392d42592a19d691f30d62c6a71419ef7a
Show up to 16 recorded paths
  • _meta.json
  • .github
  • .github/workflows
  • .github/workflows/ci.yml
  • .gitignore
  • LICENSE
  • pyproject.toml
  • README.md
  • scripts
  • scripts/mopng_agent.py
  • scripts/mopng_api.py
  • skill-card.md
  • SKILL.md
  • tests
  • tests/test_mopng_api.py
  • uv.lock

Source changelog

**Major update: Switch from legacy mopng.cn endpoints to MoPNG Agent OpenAPI workflow via qise-studio/motu-agent.** - Uses a new agent-based multi-step workflow (Brief → Plan → Approve/Revise → Execute) instead of direct feature commands. - Removes all legacy CLI commands (`remove-bg`, `text-to-image`, etc.). Only use `agent` subcommands. - API interaction is now via standardized OpenAPI endpoints (`/session`, `/plan`, `/models`, `/approve`, etc.). - Strict separation of file uploads: local images must be hosted and referenced by HTTPS URLs. - Adds new environment options for agent URL and cost auto-approval; updates authentication and safety guidance. - Simplifies dependencies (now only requires python3, not uv). - Documentation fully rewritten to reflect new workflow, safety policies, and agent protocols.