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

openclaw-morphixai

v0.8.2

Published

MorphixAI plugin for OpenClaw — connect AI agents to GitHub, GitLab, Jira, Notion, Gmail, Outlook, Figma, and more.

Downloads

529

Readme

Install

openclaw plugins install openclaw-morphixai

Setup

  1. Get your API Key — Visit morphix.app/api-keys to create a key (format: mk_xxx)
  2. Set environment variable:
    export MORPHIXAI_API_KEY="mk_your_api_key_here"
  3. Link accounts — Visit morphix.app/connections to connect the platforms you want to use

Available Tools

| Tool | Platform | Description | |------|----------|-------------| | mx_github | GitHub | Repos, issues, PRs, Actions workflows | | mx_gitlab | GitLab | Projects, MRs, issues, pipelines, branches | | mx_jira | Jira | Projects, JQL search, issue CRUD, transitions | | mx_outlook | Outlook Email | List/search/send/reply messages, folders | | mx_outlook_calendar | Outlook Calendar | Calendars, events CRUD, calendar view | | mx_gmail | Gmail | List/search/send messages, labels | | mx_google_tasks | Google Tasks | Task lists and tasks CRUD | | mx_notion | Notion | Pages, databases, blocks, search | | mx_confluence | Confluence | Spaces, pages, labels, comments, CQL search | | mx_figma | Figma | Projects, files, nodes, images, comments, components, styles | | mx_ms_todo | Microsoft To Do | Task lists and tasks CRUD | | mx_link | All platforms | Account management, OAuth connect, API proxy |

Skills

This plugin includes 14 workflow skills that guide the AI agent through common tasks:

  • github-workflow — GitHub repo/issue/PR management
  • gitlab-workflow — GitLab MR/pipeline/branch workflow
  • jira-workflow — Jira issue tracking and sprint management
  • notion — Notion page and database management
  • confluence — Confluence space and page management
  • figma — Figma design file browsing and inspection
  • outlook-email — Outlook email management
  • outlook-calendar — Outlook calendar and event management
  • gmail — Gmail email management
  • google-tasks — Google Tasks management
  • ms-todo — Microsoft To Do management
  • mx-link — Account linking and API proxy
  • daily-standup — Aggregated daily report from all connected services
  • flights — Flight search and booking (coming soon)

Not using OpenClaw?

For Claude Code, Cursor, or Windsurf, use the MCP server instead:

claude mcp add morphixai-mcp -- npx -y @morphixai/mcp-server \
  --env MORPHIXAI_API_KEY="mk_your_api_key_here"

See @morphixai/mcp-server for more details.

Related

License

MIT