finding-or-downloading-new-skills

Discover, evaluate, and install skills from marketplaces and repositories.

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/dzackgarza/ai --skill finding-or-downloading-new-skills
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: finding-or-downloading-new-skills
Source: https://github.com/dzackgarza/ai/tree/main/opencode/skills/finding-or-downloading-new-skills
Command: npx skills add https://github.com/dzackgarza/ai --skill finding-or-downloading-new-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use when tasked with discovering, evaluating, and downloading new skills from skill marketplaces or repositories to extend agent capabilities and keep tools up to date.

Core Features & Use Cases

  • Research & Discovery: Use official CLIs and direct URL inspection to locate authoritative skill sources.
  • Acquisition & Installation: Guidance to install and canonicalize skills into the canonical path ~/ai/opencode/skills/.
  • Manual Download: Steps to fetch from GitHub or custom repositories and integrate into the skill directory.
  • Use Case: When an agent needs new capabilities quickly, this workflow automates discovery and integration.

Quick Start

Identify the target skill and use the recommended CLI tools to search, validate SKILL.md, and install it into ~/ai/opencode/skills.

Frequently Asked Questions about finding-or-downloading-new-skills

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

FAQPage Schema
How do I find and download new skills from a marketplace to expand agent capabilities?▼

Discover new skills by using official CLIs to search repositories or inspecting direct URLs to locate authoritative sources, ensuring you acquire valid tools to extend agent functionality.

Can I manually download skills from GitHub repositories and integrate them?▼

Yes, you can manually download skills from GitHub or custom repositories by fetching the files and integrating them directly into the canonical skill directory at ~/ai/opencode/skills/.

Does installing skills from marketplaces require specific directory paths?▼

Yes, installing skills requires placing them in the canonical path ~/ai/opencode/skills/ after acquisition, which validates the SKILL.md content against expected structures before use.

What is the best way to evaluate a skill before installing it from a repository?▼

The best way to evaluate a skill is to enforce research depth by validating its SKILL.md file against canonical paths and using official CLIs to inspect the source before completing the installation.

How do I install skills from MCP servers or LobeHub when discovery is not straightforward?▼

Use official CLI tools to search MCP servers or LobeHub marketplaces, validate the discovered SKILL.md content, and install the package into the ~/ai/opencode/skills/ directory.