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

@lexiang/skills

v1.1.1

Published

乐享知识库 MCP Skills — 为 AI Agent 提供乐享知识库的搜索、写入、Block 操作、文件管理能力

Readme

@lexiang/skills

乐享知识库 MCP Skills — 为 AI Agent 提供乐享知识库的搜索、写入、Block 操作、文件管理能力

快速开始

npx @lexiang/skills install

自动检测已安装的 AI Agent(Claude Code、CodeBuddy、WorkBuddy、OpenClaw、OpenCode 等),将 Skills 复制到对应目录。

安装完成后,在 AI 对话中输入 "配置乐享",AI 会引导你完成 MCP 连接配置。

Skills 列表

| Skill | 说明 | 必装 | |-------|------|------| | lexiang-setup | MCP 配置向导 — 首次配置、Token 管理、连接验证 | ✅ | | lexiang-search | 搜索与浏览 — 关键词/语义搜索、内容读取 | | | lexiang-writer | 文档写入 — 创建文档、导入 Markdown/HTML | | | lexiang-blocks | Block 操作 — 创建/更新/删除 Block、结构化编辑 | | | lexiang-files | 文件管理 — 三步上传、文件详情、文件下载 | | | lexiang-connectors | 外部数据源导入 — 腾讯会议录制、iWiki 迁移 | |

安装选项

预设方案

# 完整安装(默认)— 6 个核心 Skill
npx @lexiang/skills install

# 标准安装 — 配置 + 搜索 + 写入 + 文件
npx @lexiang/skills install --preset standard

# 最小安装 — 配置 + 搜索
npx @lexiang/skills install --preset minimal

指定 Agent

# 仅安装到 Claude Code
npx @lexiang/skills install --target claude

# 仅安装到 CodeBuddy
npx @lexiang/skills install --target codebuddy

# 仅安装到 WorkBuddy
npx @lexiang/skills install --target workbuddy

# 仅安装到 OpenClaw
npx @lexiang/skills install --target openclaw

# 仅安装到通用标准目录 (~/.agents/skills/)
npx @lexiang/skills install --target agents

自定义目录

npx @lexiang/skills install --dir ~/my-custom-skills

查看可用 Skills

npx @lexiang/skills available

安装目录

CLI 会自动将 Skills 安装到以下目录:

| 目录 | 说明 | 条件 | |------|------|------| | ~/.agents/skills/ | Agent Skills 通用标准 | 始终安装 | | ~/.claude/skills/ | Claude Code 专用 | 检测到 ~/.claude/ 存在时 | | ~/.codebuddy/skills/ | CodeBuddy 专用 | 检测到 ~/.codebuddy/ 存在时 | | ~/.workbuddy/skills/ | WorkBuddy 专用 | 检测到 ~/.workbuddy/ 存在时 | | ~/.openclaw/workspace/skills/ | OpenClaw 专用 | 检测到 ~/.openclaw/ 存在时 | | ~/.opencode/skills/ | OpenCode 专用 | 检测到 ~/.opencode/ 存在时 |

MCP 配置

CLI 安装时可同步配置 MCP 连接,会自动写入以下位置:

| 客户端 | 配置文件路径 | |--------|-------------| | 通用(mcporter) | ~/.mcporter/mcporter.json | | WorkBuddy | ~/.workbuddy/mcp.json | | OpenClaw | ~/.openclaw/config/mcporter.json |

配置 MCP 连接

安装完成后,你需要配置乐享 MCP 服务器连接。有三种方式:

  1. AI 引导配置(推荐):在 AI 对话中说 "配置乐享"
  2. 手动配置:参考 乐享 MCP 文档
  3. 环境变量:设置 COMPANY_FROMLEXIANG_TOKEN

获取凭证

  1. 访问 lexiangla.com/mcp
  2. 获取你的 company_from(企业标识)
  3. 生成 access_token

License

MIT