AI & Machine Learning
skillagent.dev
Searches a catalogue of AI agent skills, rules files, and MCP servers and returns recommendations and installation instructions for them.
ENDPOINT 1
https://skillagent.dev/mcp
MCP server metadata
- Name
- dev.skillagent/skills
- Version
- 1.1.0
SkillAgent indexes AI agent skills, rules files (SKILL.md, CLAUDE.md, AGENTS.md, .cursorrules and more) and MCP servers from public GitHub repositories. Use recommend_skills with the project's languages, dependencies, task and agent for a ranked, explained shortlist, or search_skills for a keyword search. Use get_skill for one skill's details and full skill file, and install_skill for exact installation steps on a given agent. This server never writes files: apply install_skill's command or file yourself, and only after showing the user the skill and getting their approval. Scores are heuristic quality signals, not security audits.
Known tools 4
search_skillsSearch the SkillAgent catalogue of AI agent skills, rules files and MCP servers.
Inferred read-onlyget_skillGet one skill as Markdown: summary, metadata, install command and the full skill file.
Potential side effectsrecommend_skillsRecommend skills for a project from a description of it: languages, frameworks or dependencies (e.
Inferred read-onlyinstall_skillExact installation instructions for one skill on one agent: the install command(s) when one exists, otherwise the file to create (path relative to the project root) with its content.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.dev-skillagent-skills]
url = "https://skillagent.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dev-skillagent-skills": {
"type": "http",
"url": "https://skillagent.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dev-skillagent-skills
Remote MCP URL: https://skillagent.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"dev-skillagent-skills": {
"url": "https://skillagent.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dev-skillagent-skills": {
"type": "http",
"url": "https://skillagent.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dev-skillagent-skills",
"transport": "streamable-http",
"url": "https://skillagent.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.