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

@taichuy/dify-auth

v1.0.2

Published

OpenClaw Dify Auth provider plugin

Readme

OpenClaw Dify Auth Plugin

English

这是一个 OpenClaw 插件,用于连接 Dify 应用。它不仅处理与 Dify API 的认证和通信,核心功能是让 Dify 应用能够调用 OpenClaw 本地的工具函数(Tool/Function Calling)。

✨ 核心特性

  • Dify 连接器:作为 OpenClaw 的 Provider 接入,支持配置 Dify API Key 和 Base URL。
  • 工具赋能:将 OpenClaw 强大的本地工具生态(文件操作、系统命令、MCP 插件等)暴露给 Dify 的 LLM 使用。
  • 双向交互
    1. 用户在 OpenClaw 发送消息 -> 转发给 Dify。
    2. Dify 决策需要调用工具 -> 返回 tool_call 指令给 OpenClaw。
    3. OpenClaw 执行本地工具 -> 将结果回传给 Dify。
    4. Dify 根据工具结果生成最终回答。

📦 安装

openclaw plugins install @taichuy/dify-auth

⚠️ 前置要求

由于 Dify 官方尚未完全支持这种“客户端执行工具并回传结果”的协议(类似 OpenAI 的 tool_choice 流程),你需要使用支持该特性的 Dify 修改版。

请使用以下 Fork 的 taichuy_dev 分支部署你的 Dify 实例:

我们正在积极推动将此能力合并回 Dify 官方主线,详情见: