mimi-seed

mimi-seed is a skill for Claude Code from jeonghwanko/mimi-seed-sdk. It costs 111 tokens per session (1,378 once invoked), scanned A, original, no licence file.

A guide for using Mimi Seed, including required conditions, loading its tools, the execution flow, and linking local login details to a remote MCP service. MCP is a way for an agent to use tools provided by another program or service.

In plain words
What is it for?
Use it to prepare Mimi Seed, load its tools, follow its execution flow, and connect local credentials to a remote MCP service.
Why use it?
It explains the setup and tool-loading steps needed before Mimi Seed can run, including how local credentials are connected to the remote service.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the mimi-seed plugin — 8 skills, 1 MCP server shipped together

Good fit Use it to prepare Mimi Seed, load its tools, follow its execution flow, and connect local credentials to a remote MCP service.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jeonghwanko/mimi-seed-sdk/mimi-seed
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jeonghwanko/mimi-seed-sdk --skill mimi-seed
Clone the repo
git clone --depth 1 https://github.com/jeonghwanko/mimi-seed-sdk

Made for: Claude Code.

Or install mimi-seed, the plugin that ships this one along with the rest of its 8 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mimi-seed

README.md
[![agentmods](https://agentmods.dev/badge/skills/jeonghwanko/mimi-seed-sdk/mimi-seed/github.svg)](https://agentmods.dev/skills/jeonghwanko/mimi-seed-sdk/mimi-seed)
Your own site
<a href="https://agentmods.dev/skills/jeonghwanko/mimi-seed-sdk/mimi-seed"><img src="https://agentmods.dev/badge/skills/jeonghwanko/mimi-seed-sdk/mimi-seed/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mimi-seed

Your own site · 80×15
<a href="https://agentmods.dev/skills/jeonghwanko/mimi-seed-sdk/mimi-seed"><img src="https://agentmods.dev/badge/skills/jeonghwanko/mimi-seed-sdk/mimi-seed.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 111 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,378 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00111 $0.01378
Opus 5 $0.00056 $0.00689
Sonnet 5 $0.00022 $0.00276
Haiku 4.5 $0.00011 $0.00138

Measured 11d ago against content hash 8cd1bf9949c7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

mimi-seed scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- `select:`가 비면 키워드 검색으로 폴백. 그래도 없으면 그때만 미등록으로 판단하고, curl/fastlane로 우회하지 말 것.
plugins/mimi-seed/skills/mimi-seed/SKILL.md · 70 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 70 lines · 111 tokens per session scan A 8cd1bf9949c7

Subscribe to this mod's changes

mimi-seed is a skill published in the GitHub repository jeonghwanko/mimi-seed-sdk (22 stars, last pushed yesterday), with no licence file. It adds 111 tokens to every session and 1,378 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

app-store-preflight-compliance

Pre-submission compliance scanner workflow for Apple App Store apps. Use when reviewing iOS, macOS, tvOS, watchOS, or visionOS projects (Swift, Objective-C, React Native, Expo) for App Store rejection risks, submission readiness, privacy compliance, or guideline violations.

RevylAI/greenlight · 65 tokens

greenlight

It now lives at skills/greenlight/SKILL.md.

RevylAI/greenlight · 0 tokens

expo

Use when shipping a React Native app with Expo — EAS Build/Submit/Update, eas.json profiles and channels, config plugins, prebuild/CNG, runtime-version policy, OTA updates that never land, SDK upgrades, the New Architecture. NOT RN UI, navigation or native-module authoring (that is react-native), NOT a Dart app (that…

ericrisco/rsc-harness · 79 tokens

appstore-ppp-pricing

Bulk-sets App Store in-app purchase and subscription prices across 175+ countries by purchasing power parity, using the appstore-ppp-prices CLI. Use whenever the user wants to localize, bulk-update, lower, raise or review regional App Store pricing — "set regional prices", "PPP pricing", "make my app cheaper in…

duceum/appstore-ppp-pricing-agent-skill · 115 tokens

rn-harness-admob

Phase 7 — Smart AdMob ad placement analysis and integration. Guides user through manual ad unit creation.

tjdrhs90/rn-launch-harness · 27 tokens

rn-harness-submit

Phase 10 — Submit to App Store Connect (iOS) and Google Play (Android). iOS fully automated, Android pauses for manual steps.

tjdrhs90/rn-launch-harness · 35 tokens