gist-search

Search public GitHub Gists for code snippets matching a query.

15|8|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/AstorYH/PASB --skill gist-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gist-search
Source: https://github.com/AstorYH/PASB/tree/main/nanobot/skills/github-gist-search
Command: npx skills add https://github.com/AstorYH/PASB --skill gist-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly find relevant code snippets hosted on GitHub Gists without manually browsing the platform.

Core Features & Use Cases

  • Search Gists: Find public GitHub Gists based on a descriptive query.
  • Code Snippet Retrieval: Extracts descriptions, code snippets, and URLs for matching Gists.
  • Use Case: You need a quick example of how to implement a specific JavaScript function. You can use this Skill to search for "javascript array filter" and get relevant code examples directly.

Quick Start

Use the gist-search skill to find code examples for 'python dictionary iteration'.

Frequently Asked Questions about gist-search

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

FAQPage Schema
How do I search public GitHub Gists for specific code snippets?

To search public GitHub Gists for code snippets, you provide a descriptive query. The skill constructs a GET request to the GitHub Gist API endpoint, matching your query to retrieve relevant descriptions, code snippets, and URLs directly.

Can I find JavaScript array filter examples without manually browsing GitHub?

Yes, you can find JavaScript array filter examples without manually browsing GitHub. By supplying a descriptive query to search public Gists, the tool quickly extracts and retrieves matching code examples and solutions for your programming tasks.

What is the best way to retrieve Python dictionary iteration code examples from Gists?

The best way to retrieve Python dictionary iteration code examples from Gists is to use a descriptive query. This initiates a GitHub Gist API search that extracts matching code snippets, descriptions, and URLs for quick retrieval of programming solutions.

Do I need any dependencies to use the gist-search tool?

No, you do not need any dependencies to use the gist-search tool. It operates without requiring external dependencies or components, simply requiring your descriptive query to search public GitHub Gists via the API endpoint.

What information is returned when I search for code examples on GitHub Gists?

When you search for code examples on GitHub Gists, the tool returns the descriptions, code snippets, and URLs for matching Gists. This facilitates quick retrieval of relevant solutions hosted on the platform without manual browsing.