ClawLink
Developer Tools20 toolsPaste one API key

Gist integration for AI agents

GitHub Gist is a service provided by GitHub that allows users to share code snippets, notes, and other text-based content.

Use it from your agent

One ClawLink account serves every agent you run. Pick the guide for yours, or connect Gist once and call the same tools from all of them.

Setup

Connect Gist through ClawLink's hosted setup.

  • Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
  • Where: the ClawLink dashboard, or ask your agent to connect it.

What your agent can do

Gist exposes 20 tools through ClawLink. The 18 most used are listed here; your agent sees all of them.

ToolWhat it doesKind
gist_check_gist_starCheck if the authenticated user has starred a specific gistRead
gist_get_gistRetrieve a specific gist by its IDRead
gist_get_gist_commentGet a specific comment on a gistRead
gist_get_gist_revisionRetrieve a specific gist revisionRead
gist_list_gist_commentsList comments on a gistRead
gist_list_gist_commitsList the commit history of a gistRead
gist_list_gist_forksList forks of a gistRead
gist_list_gistsList the authenticated user's gists or all public gists if called anonymouslyRead
gist_list_public_gistsList public gists sorted by most recently updatedRead
gist_list_starred_gistsList the authenticated user's starred gistsRead
gist_list_user_gistsList public gists for a specified GitHub userRead
gist_create_gistCreate a new gist with one or more filesWrite
gist_create_gist_commentCreate a comment on a gistWrite
gist_fork_gistFork a gistRead
gist_star_gistStar a GitHub gistWrite
gist_update_gistUpdate a gist's description and filesWrite
gist_update_gist_commentUpdate a Gist commentWrite
gist_unstar_gistUnstar a GitHub gistRead