agent-utils

harryaskham/agent-utils
★ 0 stars JavaScript 🔌 API Integration Updated 1d ago
Tools, skills, agents, MCP servers, etc
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-utils": {
      "command": "npx",
      "args": [
        "-y",
        "harryaskham/agent-utils"
      ]
    }
  }
}

README Excerpt

Tools, skills, agents, MCP servers, etc This repo is also a Pi package. After tagging a release, it can be installed with: ```bash pi install git:github.com/harryaskham/agent-utils@v1 ``` It currently provides: - `/web-search` prompt template - `search_web` native Pi tool for live web lookups via GitHub Copilot Responses API

Tools (2)

mainsearch_web