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.
| Tool | What it does | Kind |
|---|---|---|
gist_check_gist_star | Check if the authenticated user has starred a specific gist | Read |
gist_get_gist | Retrieve a specific gist by its ID | Read |
gist_get_gist_comment | Get a specific comment on a gist | Read |
gist_get_gist_revision | Retrieve a specific gist revision | Read |
gist_list_gist_comments | List comments on a gist | Read |
gist_list_gist_commits | List the commit history of a gist | Read |
gist_list_gist_forks | List forks of a gist | Read |
gist_list_gists | List the authenticated user's gists or all public gists if called anonymously | Read |
gist_list_public_gists | List public gists sorted by most recently updated | Read |
gist_list_starred_gists | List the authenticated user's starred gists | Read |
gist_list_user_gists | List public gists for a specified GitHub user | Read |
gist_create_gist | Create a new gist with one or more files | Write |
gist_create_gist_comment | Create a comment on a gist | Write |
gist_fork_gist | Fork a gist | Read |
gist_star_gist | Star a GitHub gist | Write |
gist_update_gist | Update a gist's description and files | Write |
gist_update_gist_comment | Update a Gist comment | Write |
gist_unstar_gist | Unstar a GitHub gist | Read |