/ 目录 / 演练场 / AbsolutelySkilled
● 社区 AbsolutelySkilled ⚡ 即开即用

AbsolutelySkilled

作者 AbsolutelySkilled · AbsolutelySkilled/AbsolutelySkilled

A curated index of Claude/Agent Skills from around the web — think awesome-list, but browsable as an MDX site.

AbsolutelySkilled is less of a skill and more of a directory: an MDX-based catalogue of community skills, tagged by domain, with short descriptions. Use it to discover new skills to install, not as a skill you install for Claude behavior. Good companion to FreeMCPLab's own catalog.

为什么要用

核心特性

实时演示

实际使用效果

absolutelyskilled-skill.replay ▶ 就绪
0/0

安装

选择你的客户端

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "absolutelyskilled-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AbsolutelySkilled/AbsolutelySkilled",
        "~/.claude/skills/AbsolutelySkilled"
      ],
      "_inferred": true
    }
  }
}

打开 Claude Desktop → Settings → Developer → Edit Config。保存后重启应用。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "absolutelyskilled-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AbsolutelySkilled/AbsolutelySkilled",
        "~/.claude/skills/AbsolutelySkilled"
      ],
      "_inferred": true
    }
  }
}

Cursor 使用与 Claude Desktop 相同的 mcpServers 格式。项目级配置优先于全局。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "absolutelyskilled-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AbsolutelySkilled/AbsolutelySkilled",
        "~/.claude/skills/AbsolutelySkilled"
      ],
      "_inferred": true
    }
  }
}

点击 Cline 侧栏中的 MCP Servers 图标,然后选 "Edit Configuration"。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "absolutelyskilled-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AbsolutelySkilled/AbsolutelySkilled",
        "~/.claude/skills/AbsolutelySkilled"
      ],
      "_inferred": true
    }
  }
}

格式与 Claude Desktop 相同。重启 Windsurf 生效。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "absolutelyskilled-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AbsolutelySkilled/AbsolutelySkilled",
        "~/.claude/skills/AbsolutelySkilled"
      ]
    }
  ]
}

Continue 使用服务器对象数组,而非映射。

~/.config/zed/settings.json
{
  "context_servers": {
    "absolutelyskilled-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/AbsolutelySkilled/AbsolutelySkilled",
          "~/.claude/skills/AbsolutelySkilled"
        ]
      }
    }
  }
}

加入 context_servers。Zed 保存后热重载。

claude mcp add absolutelyskilled-skill -- git clone https://github.com/AbsolutelySkilled/AbsolutelySkilled ~/.claude/skills/AbsolutelySkilled

一行命令搞定。用 claude mcp list 验证,claude mcp remove 卸载。

使用场景

实战用法: AbsolutelySkilled

How to find a Claude skill for a specific problem

👤 Anyone searching for a skill to solve a specific task ⏱ ~15 min beginner

何时使用: You have a task and suspect someone has already written a skill for it.

步骤
  1. Browse by category
    Open AbsolutelySkilled and filter by the category that matches your task (e.g., 'Writing', 'Trading', 'Design').✓ 已复制
    → Short list of candidate skills
  2. Check the source repo
    Open the GitHub links — look at stars, last commit, and README quality.✓ 已复制
    → Informed shortlist
  3. Clone into ~/.claude/skills/
    git clone <repo> ~/.claude/skills/<name>/✓ 已复制
    → Skill installed and ready for use

结果: You discover and install a skill without spending an hour Googling.

注意事项
  • Installing unvetted skills that modify shell or fetch binaries — Review SKILL.md before installing; prefer skills from repos with history and signal

Submit your own skill to the directory

👤 Skill authors who want more eyes on their work ⏱ ~20 min beginner

何时使用: You've published a skill and want discoverability.

步骤
  1. Prepare metadata
    Check the submission template for required fields (name, description, tags, repo URL).✓ 已复制
    → Metadata ready
  2. Open a PR
    Fork AbsolutelySkilled, add an MDX entry, and open a PR.✓ 已复制
    → PR submitted

结果: Your skill listed in the directory.

注意事项
  • Description too generic — gets skipped in the listing — Lead with the user problem, not the technology
搭配使用: github

组合

与其他 MCP 搭配,撬动十倍杠杆

absolutelyskilled-skill + github

Open PRs to submit or update directory entries

Open a PR adding my skill's MDX entry to AbsolutelySkilled.✓ 已复制

工具

此 MCP 暴露的能力

工具输入参数何时调用成本
directory-browsing category / tag Discovery 0
submission MDX entry When publishing a new skill 0

成本与限制

运行它的成本

API 配额
none
每次调用 Token 数
n/a — this is a browsable site, not an LLM-heavy tool
费用
free
提示
Bookmark, don't clone — it's a website, not a skill to install

安全

权限、密钥、影响范围

凭据存储: none
数据出站: fetching github.com when you click into a repo

故障排查

常见错误与修复

Listed skill's repo is dead

Report via issue or PR removing the entry

Submission PR isn't merging

Check the PR template; ensure required fields are filled

替代方案

AbsolutelySkilled 对比其他方案

替代方案何时用它替代权衡
awesome-claude-skillYou prefer a flat awesome-list styleLess structured
skillcompass-skillYou want quality evaluation, not just a listTool vs directory

更多

资源

📖 阅读 GitHub 上的官方 README

🐙 查看未解决的 issue

🔍 浏览全部 400+ MCP 服务器和 Skills