skill-lookup

Search, retrieve, and install AI skills into the agent environment.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/mr-phariyawit/startup --skill skill-lookup-mr-phariyawit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-lookup
Source: https://github.com/mr-phariyawit/startup/tree/main/.agent/skills/skill-lookup
Command: npx skills add https://github.com/mr-phariyawit/startup --skill skill-lookup-mr-phariyawit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover and install AI skills to extend your agent's capabilities.

Core Features & Use Cases

  • Discover and compare available skills using the built-in search and retrieval tools.
  • Retrieve complete skill content (SKILL.md, references, scripts) for evaluation and installation.
  • Install a selected skill into the agent environment and wire it into workflows.
  • Use case: When you need to broaden Claude's capabilities by adding a new skill.

Quick Start

Ask the agent to search for a skill using a keyword and then install the desired skill.

Frequently Asked Questions about skill-lookup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover and install AI skills to extend my agent's capabilities?

To discover and install AI skills, use keyword-based search tools to find reusable components, inspect their contents, and install the selected skill directly into your agent's environment to wire it into workflows.

What is the best way to find a specific AI skill for my agent workflow?

The best way to find a specific AI skill is using the built-in search_skills function, which allows you to search available skills by keyword, compare options, and retrieve complete skill content like scripts and references for evaluation.

Can I retrieve the complete content of a skill before installing it?

Yes, you can retrieve complete skill content before installation. Using the get_skill tool, you can inspect details like SKILL.md files, scripts, and references to evaluate whether the component suits your agent's needs.

Does installing a new skill require any external dependencies?

Installing a new skill requires no external dependencies. You can directly install the retrieved skill into the agent environment's designated skills directory and immediately wire it into your existing workflows.

How do I wire an installed skill into my existing agent workflows?

To wire an installed skill into agent workflows, install the retrieved skill into the agent's skills directory. Once installed in the environment, the new capabilities become available to extend your agent's processing logic.