install-mimi-remote

install-mimi-remote is a skill for Codex from gaixianggeng/mimi-remote. It costs 162 tokens per session (4,751 once invoked), scanned A, original, no licence file.

A Chinese-language guide for installing and maintaining Mimi Remote, a remote-control application and service for using coding agents across Mac, Linux, iPhone, and iPad.

In plain words
What is it for?
Use it to install or troubleshoot the Mimi Remote Mac app, deploy its Linux service, build its iOS app, or configure Codex and Claude Code connections.
Why use it?
It gathers setup, repair, migration, upgrade, rollback, and removal instructions in one place.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to install or troubleshoot the Mimi Remote Mac app, deploy its Linux service, build its iOS app, or configure Codex and Claude Code connections.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gaixianggeng/mimi-remote/install-mimi-remote
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 gaixianggeng/mimi-remote --skill install-mimi-remote
Clone the repo
git clone --depth 1 https://github.com/gaixianggeng/mimi-remote

Made for: Codex.

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 install-mimi-remote

README.md
[![agentmods](https://agentmods.dev/badge/skills/gaixianggeng/mimi-remote/install-mimi-remote/github.svg)](https://agentmods.dev/skills/gaixianggeng/mimi-remote/install-mimi-remote)
Your own site
<a href="https://agentmods.dev/skills/gaixianggeng/mimi-remote/install-mimi-remote"><img src="https://agentmods.dev/badge/skills/gaixianggeng/mimi-remote/install-mimi-remote/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 install-mimi-remote

Your own site · 80×15
<a href="https://agentmods.dev/skills/gaixianggeng/mimi-remote/install-mimi-remote"><img src="https://agentmods.dev/badge/skills/gaixianggeng/mimi-remote/install-mimi-remote.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 162 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,751 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00162 $0.04751
Opus 5 $0.00081 $0.02375
Sonnet 5 $0.00032 $0.00950
Haiku 4.5 $0.00016 $0.00475

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

Security

Grade A, and why

install-mimi-remote scanned grade A with 0 findings 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 10d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packaging/skill/install-mimi-remote/SKILL.md · 358 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

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 358 lines · 162 tokens per session scan A 4d23f4e165a2

Subscribe to this mod's changes

install-mimi-remote is a skill published in the GitHub repository gaixianggeng/mimi-remote (99 stars, last pushed yesterday), with no licence file. It adds 162 tokens to every session and 4,751 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. 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

swiftui-expert-skill

Use when writing, reviewing, or refactoring SwiftUI code — state management, view composition, performance, macOS-specific APIs, or iOS 26+ Liquid Glass adoption. Also triggers whenever an Xcode Instruments .trace file is referenced (to analyse it) or the user asks to record a new trace — attach to a running app…

patrickserrano/lacquer · 98 tokens

ios-debugger-agent

Build, run, and debug iOS apps on a simulator. Use when asked to run an iOS app, interact with the simulator UI, capture logs, or diagnose runtime behavior.

patrickserrano/lacquer · 42 tokens

swiftui-liquid-glass

Implement, review, or improve SwiftUI features using the iOS 26+ Liquid Glass API. Use when asked to adopt Liquid Glass in SwiftUI UI, refactor to Liquid Glass, or review Liquid Glass usage.

patrickserrano/lacquer · 50 tokens

swiftui-ui-patterns

Best practices and patterns for building SwiftUI views and components. Use when creating or refactoring SwiftUI UI, designing tab architecture, composing screens, or needing component-specific guidance.

patrickserrano/lacquer · 41 tokens

app-store-screenshots

Capture App Store / TestFlight screenshots from the iOS Simulator at native resolution, downscale to every required display size, and upload to App Store Connect via helm-asc. Use when asked to take/produce/refresh App Store screenshots, marketing screenshots, or screenshots for custom product pages.

patrickserrano/lacquer · 64 tokens

swiftui-view-refactor

Refactor a SwiftUI view file for consistent property ordering, MV patterns, view model handling, and Observation usage; split an oversized body via same-file computed view properties or MARK-organized extensions. Use when asked to clean up a SwiftUI view's layout, reorder its properties, or standardize…

patrickserrano/lacquer · 103 tokens