You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

agent-skills

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agent-skills

Node.js wrapper for agent-skills-mcp

latest
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

agent-skills Node.js Wrapper

这是一个用于 agent-skills-mcp 的 Node.js 包装器,使您可以在 Node.js 环境中使用 agent-skills-mcp。

安装

前提条件

  • 安装 Python 3.8 或更高版本
  • 安装 agent-skills-mcp Python 包:
    pip install agent-skills-mcp
    # 或者
    uv pip install agent-skills-mcp
    

使用 npm

npm install -g agent-skills

使用 npx(推荐)

npx agent-skills --help

使用

在 Claude Desktop 配置中使用

{
  "mcpServers": {
    "skills": {
      "command": "npx",
      "args": ["agent-skills"],
      "env": {
        "SKILL_FOLDER": "c:\\Users\\gretc\\Desktop\\0\\skills",
        "SCAN_MODE": "marketplace",
        "MARKETPLACE_FILE": "c:\\Users\\gretc\\Desktop\\0\\skills\\.claude-plugin\\marketplace.json"
      }
    }
  }
}

直接运行

npx agent-skills --help

注意事项

  • 此包装器只是简单地调用 Python 模块,您仍然需要在系统中安装 Python 和 agent-skills-mcp
  • 如果您遇到问题,请确保:
    • Python 已安装并在 PATH 中
    • agent-skills-mcp 已安装
    • Node.js 已安装并在 PATH 中

Keywords

mcp

FAQs

Package last updated on 21 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts