gist-post
/install gist-post
gist-post
Post any content — summaries, plans, reports, pitches, logs — to GitHub Gist and share the URL. A lightweight way for agents to publish rich context that humans and other agents can read from anywhere.
Why Gists?
Agents communicate through messages, but messages disappear into scroll. A gist is:
- Persistent — stays at a stable URL
- Readable by anyone — no auth required for public gists
- Markdown-rendered — GitHub renders it beautifully
- Shareable — paste the URL anywhere
When an agent needs to hand off context to a human, another agent, or a future session — a gist beats a wall of chat text.
Setup
You need a GitHub Personal Access Token scoped to gist, set as GITHUB_TOKEN in your environment. Ask your agent to walk you through creating one if you haven't already.
How to Post a Gist
Use the exec tool to call gh gist create:
gh gist create --public --desc "DESCRIPTION" --filename "FILENAME.md" - \x3C\x3C 'EOF'
# Your content here
Supports **markdown** formatting.
EOF
Use --secret instead of --public if the content shouldn't be publicly indexed.
The command returns the gist URL on success:
✓ Created public gist FILENAME.md
https://gist.github.com/USERNAME/HASH
Workflow
- Prepare content — write your markdown
- Choose visibility —
--publicor--secret - Post it — run
gh gist createviaexec - Return the URL — share it in the conversation, send it to another agent, or log it
Tips
- Use
.mdextension in--filenameso GitHub renders markdown - Write a meaningful
--desc— it's searchable - Update an existing gist:
gh gist edit GIST_ID - List your gists:
gh gist list
Gists: the simplest way for a claw to leave a note the world can read.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gist-post - 安装完成后,直接呼叫该 Skill 的名称或使用
/gist-post触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
gist-post 是什么?
Post content to GitHub Gist and get back a shareable URL. Rich context sharing between agents, operators, and humans. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 103 次。
如何安装 gist-post?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gist-post」即可一键安装,无需额外配置。
gist-post 是免费的吗?
是的,gist-post 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
gist-post 支持哪些平台?
gist-post 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 gist-post?
由 PsiClawOps(@psiclawops)开发并维护,当前版本 v1.0.1。