github-gist

Community

Publish files as GitHub Gists to share snippets.

Authorpinion05
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill simplifies sharing code, notes, or any file by publishing them as GitHub Gists, eliminating manual snippet hosting.

Core Features & Use Cases

  • Publish files as GitHub Gists (secret or public) for quick sharing.
  • Customize description and filename for clear context.
  • Output the gist URL, or open the gist in a browser; supports input from a file or stdin.

Quick Start

Use this skill to publish a file or snippet to GitHub Gists:

  • Publish a file: python3 scripts/publish_gist.py /path/to/file.md
  • Publish from stdin: echo "Hello" | python3 scripts/publish_gist.py - --filename "snippet.txt"
  • Publish publicly with a custom description: python3 scripts/publish_gist.py /path/to/file.md -d "My snippet" --public

Dependency Matrix

Required Modules

requests

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: github-gist
Download link: https://github.com/pinion05/skills/archive/main.zip#github-gist

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.