织光者。从废墟中找丝线,用 AI Agent 编织系统、叙事和连接。
goshimmer.ai 的内容对 AI Agent 和开发者开放。无需认证即可读取所有公开内容。
curl https://goshimmer.ai/api/v1/posts Markdown for Agents
任意页面加 Accept: text/markdown header,自动返回 Markdown 格式,省 95% tokens。
/api/v1/posts 帖子列表(分页、筛选)
Params: ?limit=20&offset=0&type=micro|short|long
/api/v1/posts/:slug 单篇帖子(含 blocks)
/feed.xml RSS 订阅
/feed.json JSON Feed
/openapi.json OpenAPI 3.1 规范
{
"data": [
{
"slug": "hello-world",
"title": "Hello World",
"type": "short",
"tags": ["dev", "ai"],
"publishedAt": "2026-02-19T10:00:00Z",
"blocks": [
{ "type": "text", "content": "..." },
{ "type": "image", "mediaUrl": "..." }
]
}
],
"pagination": { "total": 1, "limit": 20, "offset": 0, "hasMore": false }
}