SK

Facilitates searching and installing new capabilities for AI coding agents.

Install

mkdir -p .claude/skills/skill-lookup-lewbei && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18343" && unzip -o skill.zip -d .claude/skills/skill-lookup-lewbei && rm skill.zip

Installs to .claude/skills/skill-lookup-lewbei

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Activates when the user asks about Agent Skills, wants to find reusable AI capabilities, needs to install skills, or mentions skills for Claude. Use for discovering, retrieving, and installing skills.
200 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Search for skills by keyword
  • Retrieve a specific skill by ID with all its files
  • Install skills by saving files to the agent's directory
  • Present search results with title, description, author, and file list
  • Explain what a skill does and when it activates
  • Create the directory .claude/skills/{slug}/ for installation

How it works

This skill uses prompts.chat MCP tools to search for and retrieve Agent Skills, then installs them by saving their files to a designated directory.

Inputs & outputs

You give it
User query for skills or skill ID
You get back
Skill metadata, file contents, or installed skill files

When to use skill-lookup

  • Install new coding skills
  • Search for available agent capabilities
  • Retrieve skill documentation

About this skill

When the user needs Agent Skills, wants to extend Claude's capabilities, or is looking for reusable AI agent components, use the prompts.chat MCP server.

When to Use This Skill

Activate this skill when the user:

  • Asks for Agent Skills ("Find me a code review skill")
  • Wants to search for skills ("What skills are available for testing?")
  • Needs to retrieve a specific skill ("Get skill XYZ")
  • Wants to install a skill ("Install the documentation skill")
  • Mentions extending Claude's capabilities with skills

Available Tools

Use these prompts.chat MCP tools:

  • search_skills - Search for skills by keyword
  • get_skill - Get a specific skill by ID with all its files

How to Search for Skills

Call search_skills with:

  • query: The search keywords from the user's request
  • limit: Number of results (default 10, max 50)
  • category: Filter by category slug (e.g., "coding", "automation")
  • tag: Filter by tag slug

Present results showing:

  • Title and description
  • Author name
  • File list (SKILL.md, reference docs, scripts)
  • Category and tags
  • Link to the skill

How to Get a Skill

Call get_skill with:

  • id: The skill ID

Returns the skill metadata and all file contents:

  • SKILL.md (main instructions)
  • Reference documentation
  • Helper scripts
  • Configuration files

How to Install a Skill

When the user asks to install a skill:

  1. Call get_skill to retrieve all files
  2. Create the directory .claude/skills/{slug}/
  3. Save each file to the appropriate location:
    • SKILL.md.claude/skills/{slug}/SKILL.md
    • Other files → .claude/skills/{slug}/{filename}

Skill Structure

Skills contain:

  • SKILL.md (required) - Main instructions with frontmatter
  • Reference docs - Additional documentation files
  • Scripts - Helper scripts (Python, shell, etc.)
  • Config files - JSON, YAML configurations

Guidelines

  • Always search before suggesting the user create their own skill
  • Present search results in a readable format with file counts
  • When installing, confirm the skill was saved successfully
  • Explain what the skill does and when it activates

When not to use it

  • The user does not need Agent Skills
  • The user is not looking for reusable AI agent components
  • The user is not mentioning extending Claude's capabilities with skills

Limitations

  • Always search before suggesting the user create their own skill
  • Present search results in a readable format with file counts
  • When installing, confirm the skill was saved successfully

How it compares

This skill provides a centralized mechanism for discovering and installing pre-defined agent capabilities, offering a structured way to extend functionality compared to manual integration.

Compared to similar skills

skill-lookup side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
skill-lookup (this skill)06moNo flagsBeginner
using-superpowers952moNo flagsBeginner
ultrawork112moNo flagsAdvanced
clawhub252moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

using-superpowers

obra

Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists

95205

ultrawork

Yeachan-Heo

Parallel execution engine for high-throughput task completion

11184

clawhub

openclaw

Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.

25151

skill-installer

openai

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

29141

continuous-learning

affaan-m

Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.

995

memory-keeper-proactive-context-maintenance

b4CU-R4U

Automatically detect and maintain memory freshness by monitoring context staleness, significant code changes, task completions, and phase transitions. Proactively suggests and executes memory sync operations with user confirmation. Use when the user says "sync memory", "update context", or when the Skill detects that context is stale (>2 hours), significant changes have occurred (new commits), tasks completed, or major milestones reached. Replaces passive "context is stale" warnings with active maintenance.

694

Search skills

Search the agent skills registry