agents-inc marketplace

agents-inc marketplace is a plugin for Claude Code from agents-inc/skills. Its token cost is not measured, scanned A, original, MIT.

A collection of coding-agent skills, reusable technology patterns, and specialist agents for building software with services such as Hugging Face and LiteLLM.

In plain words
What is it for?
It helps with TypeScript and Node.js AI features, including chat, text generation, streaming, embeddings, image and audio processing, model routing, fallbacks, load balancing, usage tracking, and deployment.
Why use it?
It gives an agent documented patterns for common AI infrastructure tasks instead of requiring each project to design them from scratch.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add agents-inc/skills
agentmods
npx agentmods add plugins/agents-inc/skills/marketplace
Clone the repo
git clone --depth 1 https://github.com/agents-inc/skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for agents-inc marketplace

README.md
[![agentmods](https://agentmods.dev/badge/plugins/agents-inc/skills/marketplace.svg)](https://agentmods.dev/plugins/agents-inc/skills/marketplace)
Your own site
<a href="https://agentmods.dev/plugins/agents-inc/skills/marketplace"><img src="https://agentmods.dev/badge/plugins/agents-inc/skills/marketplace.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

agents-inc marketplace scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude-plugin/marketplace.json · 2,395 lines

How it starts

The opening of the file, as written. The whole thing — 2,395 lines — stays where its author put it; the contents beside it link to each section on GitHub.

{
  "$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
  "name": "agents-inc",
  "version": "1.0.0",
  "owner": {
    "name": "Vincent Bollaert"
  },
  "metadata": {
    "pluginRoot": "./dist/plugins"
  },
  "plugins": [
    {
      "name": "ai-infrastructure-huggingface-inference",
      "source": "./dist/plugins/ai-infrastructure-huggingface-inference",
      "description": "Hugging Face Inference SDK patterns for TypeScript/Node.js — InferenceClient setup, chat completion, text generation, streaming, embeddings, image generation, audio transcription, translation, summarization, and Inference Endpoints",
      "version": "2.0.0",
      "author": {
        "name": "@vince"
      },
      "category": "ai-infrastructure"
    },
    {
      "name": "ai-infrastructure-litellm",
      "source": "./dist/plugins/ai-infrastructure-litellm",
      "description": "LiteLLM proxy server setup, TypeScript client patterns via OpenAI SDK, model routing, fallbacks, load balancing, spend tracking, virtual keys, and production deployment",
      "version": "2.0.0",
      "author": {
        "name": "@vince"
      },
      "category": "ai-infrastructure"
    },
    {
      "name": "ai-infrastructure-modal",
      "source": "./dist/plugins/ai-infrastructure-modal",
      "description": "Serverless GPU compute platform for AI model deployment — web endpoints, GPU functions, model serving, and TypeScript client patterns",
      "version": "2.0.0",
      "author": {
        "name": "@vince"
      },
      "category": "ai-infrastructure"
    },
    {
      "name": "ai-infrastructure-ollama",
      "source": "./dist/plugins/ai-infrastructure-ollama",
      "description": "Local LLM inference with the Ollama JavaScript client -- chat, streaming, tool calling, vision, embeddings, structured output, model management, and OpenAI-compatible endpoint",
      "version": "2.0.0",
      "author": {
        "name": "@vince"
      },
      "category": "ai-infrastructure"
    },
 

Read the full file on GitHub · 2,395 lines

Files

What ships with it

1 file beside marketplace.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 2,395 lines scan A d2fca3bb0552

Subscribe to this mod's changes

agents-inc marketplace is a plugin published in the GitHub repository agents-inc/skills (23 stars, last pushed 4d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.