icons8
v0.3.0Pick and fetch Icons8 icons and Ouch! illustrations so a project ends up with one consistent visual set: locks the whole project to one icon pack and one illustration style, rejects wrong metaphors and generic art, previews free before downloading originals, and pulls SVG only for the final set. Bundles the Icons8 MCP server.
By Icons8License: Apache-2.02 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 7, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install icons8 for Codex and Claude Code
codex plugin marketplace add icons8/agent-skills
codex plugin marketplace upgrade icons8
codex plugin add icons8@icons8Paste and run these commands in a terminal with Codex. They add and refresh the icons8 catalog, then install this plugin.
Compatibility: the page URL and API slug “icons8” remain stable.
- Codex:
icons8@agent-plugin-marketplace→icons8@icons8
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/icons8/agent-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/icons8/SKILL.md├── skills/ouch/SKILL.md└── .mcp.json
Included Skills2
Use when a screen, page, deck, doc, README, or component needs visual symbols — icons, glyphs, status markers, step indicators, section-header art, feature-list bullets, or anything replacing emoji/placeholder text with real graphics. Covers one icon or forty, at 16px or 128px. Fetches real icons from Icons8 via MCP and keeps a project on a single coherent family: one pack locked for the whole project, plain metaphors instead of brand logos or literal machinery, free PNG URLs for previewing and prototyping, SVG only for the approved final set. Use it when building or filling in UI (nav, toolbars, cards, tables, checklists, empty states), when making text-only rows or slides read visually, when swapping emoji for icons, when auditing icons already in a file for consistency, or when Icons8 is mentioned. Not for logo design, illustration, CSS/rendering bugs, accessibility labeling, or billing questions.
Choose and ship Icons8 illustrations (Ouch!) through the Icons8 MCP so a deliverable ends up with pictures that are about the product, read as one set, and can legally and technically be published. Use when a landing page, app screen, empty state, onboarding, 404, docs page, slide deck or project site needs illustrations, when the user mentions Ouch, Icons8 illustrations or a style by name, and when extending or auditing illustrations already in a file. For small symbols in buttons, menus, toolbars and tables use the `icons8` skill instead.
MCP servers1
- url
- https://mcp.icons8.com/mcp/
Plugin manifests3
{
"name": "icons8",
"version": "0.3.0",
"description": "Pick and fetch Icons8 icons and Ouch! illustrations so a project ends up with one consistent visual set: locks the whole project to one icon pack and one illustration style, rejects wrong metaphors and generic art, previews free before downloading originals, and pulls SVG only for the final set. Bundles the Icons8 MCP server.",
"author": {
"name": "Icons8",
"url": "https://icons8.com"
},
"homepage": "https://icons8.com/mcp",
"repository": "https://github.com/icons8/agent-skills",
"license": "Apache-2.0",
"keywords": [
"icons8",
"icons",
"icon-set",
"illustrations",
"ouch",
"svg",
"png",
"ui",
"design",
"mcp"
],
"skills": "./skills/",
"mcpServers": "./mcp.json",
"interface": {
"displayName": "Icons8",
"shortDescription": "One consistent icon and illustration set per project, from Icons8",
"longDescription": "Turns the Icons8 MCP server into a workflow with taste. Lists every icon a screen needs before searching, picks one pack for the whole project and locks it in icons8.json, filters every search by that pack so results are 10 different metaphors instead of 10 styles of one, rejects brand logos and machine parts that search ranks first, previews on a free PNG contact sheet, and fetches SVG only for the approved final set. The ouch skill does the same for Ouch! illustrations: slots with the product's own subject, one style locked in ouch.json, free-tier filtering for public repos, and layout rules measured in real browsers.",
"developerName": "Icons8",
"category": "Productivity",
"websiteURL": "https://icons8.com/mcp",
"defaultPrompt": [
"Add icons to this dashboard — one consistent Icons8 set, outlined, 24px.",
"Audit the icons in this project and replace the mismatched ones with a single Icons8 pack.",
"Illustrate the empty states of this app with one consistent Ouch! style."
]
}
}{
"name": "icons8",
"description": "Pick and fetch Icons8 icons and Ouch! illustrations so a project ends up with one consistent visual set: locks the whole project to one icon pack and one illustration style, rejects wrong metaphors and generic art, previews free before downloading originals, and pulls SVG only for the final set. Bundles the Icons8 MCP server.",
"version": "0.3.0",
"license": "Apache-2.0",
"author": {
"name": "Icons8",
"url": "https://icons8.com"
},
"homepage": "https://icons8.com/mcp",
"repository": "https://github.com/icons8/agent-skills",
"keywords": [
"icons8",
"icons",
"icon-set",
"illustrations",
"ouch",
"svg",
"png",
"ui",
"design",
"mcp"
],
"mcpServers": "./mcp.json"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "icons8",
"version": "0.3.0",
"description": "Pick and fetch Icons8 icons and Ouch! illustrations so a project ends up with one consistent visual set: locks the whole project to one icon pack and one illustration style, rejects wrong metaphors and generic art, previews free before downloading originals, and pulls SVG only for the final set. Bundles the Icons8 MCP server.",
"author": {
"name": "Icons8",
"url": "https://icons8.com"
},
"homepage": "https://icons8.com/mcp",
"repository": "https://github.com/icons8/agent-skills",
"license": "Apache-2.0",
"keywords": [
"icons8",
"icons",
"icon-set",
"illustrations",
"ouch",
"svg",
"png",
"ui",
"design",
"mcp"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[icons8 on Agent Plugins Marketplace](https://pluginsmp.com/plugins/icons8)