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

@useorgx/claude-code-plugin

v0.1.12

Published

Connect Claude Code to a focused, non-destructive, closed-world OrgX status profile through native OAuth.

Readme

OrgX for Claude Code

OrgX is a public Claude Code plugin that connects Claude to a focused, non-destructive, closed-world OrgX status profile through Claude Code's native OAuth flow.

The plugin surface is intentionally small:

  • one remote HTTPS MCP connection
  • three user-invoked commands: /orgx-login, /orgx-status, and /orgx-operator-chronicle
  • one static setup skill for connection troubleshooting

The installed plugin has no automatic lifecycle hooks, background process, local sidecar, shell command, embedded credential, or dynamic skill/agent sync. It does not inspect project files or Claude session data. OrgX receives data only when the user requests an OrgX MCP operation, subject to the authenticated account's permissions.

Install from the public marketplace

claude plugin marketplace add https://github.com/useorgx/orgx-claude-code-plugin.git --scope user
claude plugin install orgx-claude-code-plugin@orgx --scope user

The official claude-plugins-official listing is a separate distribution state. Until Anthropic confirms publication, the HTTPS marketplace above is the public self-serve installation path.

The OrgX wizard is another installation path and requires its own release receipt. A compatible wizard build must copy root .mcp.json and tolerate the placeholder-only agents/, hooks/, lib/, and scripts/ directories. Do not treat an older wizard's successful exit as proof that the OAuth connector was installed; verify the cached plugin contains .mcp.json and that /mcp lists orgx.

Connect OrgX

  1. Open /mcp in Claude Code.
  2. Select orgx.
  3. Choose Authenticate and complete the OrgX consent flow in the browser.
  4. Return to /mcp and confirm that orgx is connected.

No API key or bearer token belongs in the plugin manifest, chat, or a checked-in file. Installation alone is not proof that OAuth succeeded.

The plugin connects to:

https://mcp.useorgx.com/mcp?profile=claude-directory

That closed-world profile exposes exactly seven OrgX tools:

  • orgx_search
  • orgx_inspect
  • orgx_recommend
  • get_agent_status
  • get_initiative_pulse
  • get_morning_brief
  • get_operator_chronicle

The profile does not expose business-data deletion or state-transition tools. Standard OrgX MCP usage may be recorded by the hosted service for operation and metering. The installed plugin adds no local telemetry or background reporting.

User-invoked workflows

  • /orgx-login explains the native OAuth connection flow.
  • /orgx-status calls get_initiative_pulse for a requested initiative.
  • /orgx-operator-chronicle calls get_operator_chronicle for the last 30 days.

The commands do not run automatically and do not call unrelated software.

Data and support

  • Privacy: https://useorgx.com/privacy
  • Terms: https://useorgx.com/terms
  • Support: https://useorgx.com/support
  • Security contact: [email protected]
  • License: MIT

Development and validation

Requirements: Node.js 18+ and a current Claude Code CLI.

npm ci
npm run check
claude plugin validate . --strict
npm pack --dry-run --json

Run the local plugin in an isolated Claude session:

claude --plugin-dir . -p "Reply with exactly: plugin-smoke-ok"

Release and directory-review evidence is tracked in:

  • docs/release-checklist.md
  • docs/anthropic-plugin-directory-submission.md

Source readiness, submission, review, approval, directory publication, and an Anthropic Verified badge are distinct states.