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

koishi-plugin-warframe

v1.8.2

Published

WF Toolkit

Readme

koishi-plugin-warframe

npm

Toolkit for Warframe. Provides Warframe Market prices, fissures, arbitrations, relics, weekly missions, open world cycles, riven analysis, and more.

Commands

Warframe Market

| Command | Arguments | Aliases | Description | | -------------- | ------------- | --------------------------------------------------------- | -------------------------------------------------------------------------------------- | | wmi | <item-name:text> | | Query Warframe Market item orders (medians, ducat values, etc.) Displayed as an image. | | wm | <item-name:text> | | Deprecated, use wmi instead. | | wmr | <item-name:text> | | Query Warframe Market riven orders. | | wmu | | | Update Warframe Market cache. | | pmod-history | | pmodhistory, pmod, P卡, p卡, P卡历史, p卡历史 | Query Primed MOD price history. | | riven-hot | | hotriven | Query trending riven weapons ranking. |

Fissures

| Command | Arguments | Aliases | Description | | ------------ | --------- | --------------------------------------- | ----------------------------------------- | | fissure | | 裂缝, 裂隙 | List current void fissure missions. | | fissure-sp | | spfissure, 钢铁裂缝, 钢铁裂隙 | List current steel path fissure missions. | | fissure-rj | | rjfissure, 九重天裂缝, 九重天裂隙 | List current railjack fissure missions. |

Relics

| Command | Arguments | Aliases | Description | | ------- | ------------------ | -------------- | ---------------------------------------------------------------------------- | | relic | <relic-name:text> | 遗物, 核桃 | Query relic contents with drop chances, WFM median prices, and ducat values. |

Weekly & Activities

| Command | Arguments | Aliases | Description | | ------------- | -------------- | ------------------------------------------------ | -------------------------------------------------------------------------------------------------- | | arbitration | [day:number] | arbi, 仲裁, 仲裁表 | Query high-value arbitration missions. Optional day controls how many days to show (default: 3). | | weekly | | 周常, 科研, 时光科研, 深层科研, 执行官 | Query weekly missions (Archon Hunt, Deep Archimedea, Temporal Archimedea). | | circuit | | 灵化之源, 灵化 | Query weekly circuit rewards (warframes and incarnon adapters). |

Open World Cycles

| Command | Arguments | Aliases | Description | | ------------- | --------- | ------------------------------------------------------------- | ------------------------------------------------------------------------ | | environment | | env, 平原, 地球, 金星, 夜灵, 夜灵平野, 奥布山谷 | Query current open world cycles (Earth, Venus, Deimos, Duviri, Zariman). |

Void Trader

| Command | Arguments | Aliases | Description | | ------------- | --------- | -------------------------------- | ----------------------------------------------------------------------- | | void-trader | | voidtrader, 虚空商人, 奸商 | Query Baro Ki'Teer's current inventory and arrival/departure countdown. |

Riven Mods

| Command | Arguments | Aliases | Description | | -------------- | ------------------------------------------------------------ | ------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | riven | <img:image> | | Analyze riven stats from a screenshot using OCR. | | riven-weekly | [minPrice:number] | weeklyriven, 周紫卡, 周卡 | Query weekly high-value riven reference (unrolled median prices). | | riven-stat | <weaponType:string> <statType:string> <disposition:number> | rivenstat, 紫卡数值 | Query riven stat ranges by weapon type, stat type, and disposition.Weapon types: 步枪(rifle), 手枪(pistol), 霰弹枪(shotgun), 近战(melee), Archwing枪械(archgun)Stat types: 2, 3, 21, 31 |

Kuva/Tenet/Coda (In Development)

The following commands are reserved but not yet implemented:

| Command | Arguments | Aliases | Description | | -------- | --------- | ------- | ---------------------------------------------- | | lich-c | | lichc | Kuva weapons (hidden, in development) | | lich-i | | lichi | Infested/Coda weapons (hidden, in development) |

Install

Search koishi-plugin-warframe in Koishi dependency manager (not plugin market) and install.

It is recommended to set the npm registry to https://registry.npmjs.com before installing, because the dependency warframe-public-export-plus is unavailable on some mirrors.

Develop

Step 1: Setup koishi development environment

# Install package manager
npm i -g yarn

# Create koishi project
yarn create koishi

Follow the prompts and finalize the initialization process.

Step 2: Clone repository

# Run the following in koishi root path
yarn clone CloudeaSoft/koishi-plugin-warframe

The plugin source code is created in ./external/warframe.

Step 3: Install dependencies

yarn install

Step 4: Setup typescript version (optional)

This step disables the typescript warning in tsconfig.json caused by ^6.x typescript.

Open any .ts file in this project. Select the language bar Status Bar item ({ }), and then click Select Version. A message box will appear asking you which version of TypeScript VS Code should use, where you choose Use Workspace Version to use the correct version.

For more details, see TypeScript documentation.