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

@dai_ming/plugin-flyai-travel

v0.1.5

Published

OpenClaw FlyAI travel native plugin for Fliggy travel search, installed for main agent only

Readme

@dai_ming/plugin-flyai-travel

OpenClaw native plugin for FlyAI / Fliggy travel search. It registers flyai-travel__* native tools, packages the FlyAI skill under main-skills/, and installs @fly-ai/flyai-cli, but does not start an MCP server or any resident process.

Runtime model

  • Main agent only: the gateway manifest uses scope: "main" for the flyai skill, and gateway tool policy treats flyai-travel__* tools as main-only.
  • No resident process: native tools spawn the packaged flyai CLI only when a travel query needs it, then the process exits.
  • Packaged CLI path in managed pods:
/home/node/.openclaw/extensions/plugin-flyai-travel/node_modules/.bin/flyai

Native tools

  • flyai-travel__keyword_search
  • flyai-travel__ai_search
  • flyai-travel__search_hotel
  • flyai-travel__search_flight
  • flyai-travel__search_train
  • flyai-travel__search_poi
  • flyai-travel__search_marriott_hotel
  • flyai-travel__search_marriott_package

Install

installPlugins:
  - "@dai_ming/[email protected]"

For registry-managed installs, create or update:

{
  "name": "plugin-flyai-travel",
  "installPackage": "@dai_ming/plugin-flyai-travel",
  "displayName": "FlyAI Travel",
  "category": "optional",
  "recommendedVersion": "0.1.5",
  "enabled": true,
  "npmRegistry": "https://registry.npmmirror.com"
}

Use optional when only selected releases should receive the plugin, or builtin if every pod should have the main-agent-only FlyAI skill.

Gateway proxy

In managed pods, formal FlyAI credentials are held by uniclaw-gateway. When the gateway injects FLYAI_GATEWAY_MCP_URL, this plugin points the packaged CLI to the gateway proxy. It authenticates with FLYAI_GATEWAY_TOKEN / OPENCLAW_MODEL_RELAY_TOKEN when explicitly provided, or with a shared-pod user locator token derived from workspace scope. Do not put a formal FlyAI API key into the plugin package, Helm values, user config, or pod environment.

Gateway deployment config should only carry non-sensitive proxy settings such as flyai.enabled, flyai.upstreamUrl, and flyai.timeout. Store runtime credentials in the gateway system_settings table:

  • flyai_proxy_enabled: true or false
  • flyai_proxy_api_key: formal FlyAI API key
  • flyai_proxy_sign_secret: optional formal FlyAI signing secret