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.
/plugin marketplace add agents-inc/skillsnpx agentmods add plugins/agents-inc/skills/marketplacegit clone --depth 1 https://github.com/agents-inc/skillsWrote 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.
[](https://agentmods.dev/plugins/agents-inc/skills/marketplace)<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>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.
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"
},
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.
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.
- 3d ago First seen · 2,395 lines scan A d2fca3bb0552
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.
Other plugins, from other repositories
enhance-prompt
Transform raw prompts into professional-grade, codebase-aware instructions. Features: 7-Layer Enhancement Framework, multi-level codebase scanning, monorepo detection, multilingual support, risk assessment, and 13 professional prompt templates.
credential-brokers
Your credentials stay out of the repo and out of the agent's context. credbroker resolves them in-process, sso-broker handles the browser cookie dance, and an LLM-cooperative credential-setup skill walks you through the first time.
llm-integration
LLM/AI API integration with OpenAI and Anthropic. Structured output, tool calling, streaming, prompt engineering, and cost optimization.
dx
Developer experience essentials: GitHub Actions debugging, conversation half/quarter-cloning, context handoffs, research (Reddit and Hacker News), private GitHub search, and Claude Code version checks.
rust-best-practices
Idiomatic Rust: ownership, lifetimes, error handling, async Tokio, traits, and production web service patterns.
humanizer
Rewrite AI-sounding text so it reads naturally without changing what it says.