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 bl1nk-bot/agent-librarynpx agentmods add plugins/bl1nk-bot/agent-library/prompts.chatgit clone --depth 1 https://github.com/bl1nk-bot/agent-libraryWrote 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/bl1nk-bot/agent-library/prompts.chat)<a href="https://agentmods.dev/plugins/bl1nk-bot/agent-library/prompts.chat"><img src="https://agentmods.dev/badge/plugins/bl1nk-bot/agent-library/prompts.chat.svg" alt="Measured on agentmods" height="20"></a>Grade A, and why
prompts.chat 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.
What it actually says
{
"name": "prompts.chat",
"description": "Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.",
"version": "1.0.0",
"author": {
"name": "bl1nk Team",
"email": "[email protected]"
},
"homepage": "https://prompts.chat",
"repository": "https://github.com/bl1nk-bot/agent-library",
"license": "MIT",
"keywords": ["prompts", "ai", "skills", "chatgpt", "claude", "llm"],
"commands": ["./commands/prompts.md", "./commands/skills.md"],
"agents": ["./agents/prompt-manager.md", "./agents/skill-manager.md"],
"skills": "./skills/",
"mcpServers": "./.mcp.json"
}
What it installs
The manifest is a name and a version. 2 skills, 2 commands, 2 agents travel with it, and installing the plugin installs all of them — 147 tokens a session between them. Each is measured on its own page, and each can be installed alone.
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 · 18 lines scan A cbbd8a379c66
prompts.chat is a plugin published in the GitHub repository bl1nk-bot/agent-library (2 stars, last pushed 3d ago), licensed CC0-1.0. 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-31.
Other plugins, from other repositories
ai-agent-skills
Agent architecture, MCP server development, prompt/context engineering, agent evaluation, RAG pipeline design, and multi-agent orchestration skills.
fable-prompt-pass
Adapt any prompt to fit Claude Fable 5 (claude-fable-5) without losing its meaning: optimize structure per Fable's prompting guidance, clarify legitimate intent to avoid false-positive refusals, and flag mechanical API incompatibilities.
magic-words
Finds the named technique your problem needs and folds its phrasing into the request before the work starts. Hundreds of named techniques, ranked locally, no network.
promptkitty
Assemble PromptKit prompts and author provider-native agent instructions.
prompt-engineering-skills
아이디어를 실행 가능한 프롬프트로 정리해주는 도구 — /prompt v3.3.0 + 모델별 최적화 전략(Claude/GPT/Gemini/이미지) 스킬 + 공냥 프롬프트 킷 v4 동봉(이미지 정본).
prompt-engineering-expert
Designing effective prompts: structure, few-shot, chain-of-thought, output formatting, and evaluation.