npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

oh-my-china

v1.1.3

Published

China-compatible fork of oh-my-opencode - Modified system prompts to pass through China-based AI proxy providers

Downloads

1,000

Readme

Oh My China

A China-compatible fork of oh-my-opencode

Modified system prompts to pass through China-based AI proxy providers. All agents renamed to Chinese historical and political figures for maximum cultural immersion.

English | Bahasa Indonesia


What is this?

Oh My China is a fork of oh-my-opencode (by @code-yeongyu) with two modifications:

  1. System prompts adjusted to pass through China-based AI proxy content filters
  2. All agents renamed to Chinese historical/political figures

Agent Roster

| Original | Oh My China | Role | |----------|-------------|------| | Sisyphus | Xi Jinping | Main orchestrator. Leads the code. | | Hephaestus | Zhuge Liang | Autonomous deep worker. The legendary strategist. | | Oracle | Confucius | Read-only consultant. Wisdom without action. | | Librarian | Cai Lun | External docs search. Inventor of paper. | | Explore | Sun Wukong | Codebase search. The Monkey King scouts everything. | | Atlas | Mao Zedong | Todo orchestrator. The Great Organizer. | | Prometheus | Laozi | Strategic planner. The Way before the work. | | Metis | Sun Tzu | Pre-planning consultant. The Art of War Planning. | | Momus | Lu Xun | Plan reviewer/critic. China's greatest critic. | | Sisyphus-Junior | Red Guard | Task executor. Follows orders. | | Multimodal Looker | Zheng He | Vision/PDF analysis. The great explorer. |

Content Filter Fix

The phrase "Powerful AI Agent" combined with identity override directives triggers China proxy content filters. This fork replaces it with softer phrasing that passes through.


Installation

From npm

bun add -g oh-my-china

Or with npm:

npm install -g oh-my-china

Configure OpenCode

Edit ~/.config/opencode/opencode.json (or opencode.jsonc):

{
  "plugin": ["oh-my-china"]
}

Configure your China proxy provider

{
  "provider": {
    "your-proxy": {
      "type": "openai",
      "url": "http://your-china-proxy:port/v1",
      "key": "your-api-key"
    }
  }
}

Verify

opencode
# Type "ultrawork" to activate all agents

Install from source

git clone https://github.com/enowdev/oh-my-china.git
cd oh-my-china
bun install
bun run build
bun link

Then add "oh-my-china" to your opencode.json plugin array.


Upstream Features

This fork inherits all features from oh-my-opencode:

| Feature | Description | |---------|-------------| | Discipline Agents | Xi Jinping orchestrates Zhuge Liang, Confucius, Cai Lun, Sun Wukong in parallel | | ultrawork / ulw | One word activates every agent. Runs until done | | IntentGate | Analyzes true user intent before acting | | Hash-Anchored Edits | LINE#ID content hash validates every change. Zero stale-line errors | | LSP + AST-Grep | IDE-precision refactoring for agents | | Background Agents | 5+ specialists running in parallel | | Built-in MCPs | Exa (web search), Context7 (docs), Grep.app (GitHub search) | | Ralph Loop | Self-referential loop until 100% done | | Laozi Planner | Interview-mode strategic planning before execution | | Claude Code Compatible | All hooks, commands, skills, MCPs work unchanged |

For full documentation, see the upstream project.


Credits

This project is a fork of oh-my-opencode / oh-my-openagent by @code-yeongyu (YeonGyu Kim).

All credit for the original architecture, agents, tools, hooks, and features goes to the upstream project and its contributors. This fork modifies system prompt phrasing and agent display names.


License

This fork follows the same SUL-1.0 license as the upstream project.