OpenClaw
Deploy a managed OpenClaw agent in 60 seconds
Launch on Hostinger →
Hermes Agent
Run your Hermes agent, fully managed
Launch on Hostinger →
Apify
6,000+ web scrapers for your agent, free to start
Try Apify free →
Firecrawl
Crawl and scrape any site into clean data
Try Firecrawl free →
Context.dev
One API to scrape, enrich, and extract the web
Start building free →
SetupClaw
Done-for-you OpenClaw for founders and teams
Get it set up for you →
DataForSEO
SEO data APIs for your agent, $1 free credit
Try DataForSEO free →
Your product here
Reach thousands of AI builders a month
Learn more →
Claude Market
Menu
SkillsMCPPluginsSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Claude Market
SkillsMCPPluginsSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Skills/unnoo/zsxq-skill/zsxq-topic
zsxq-topic logo

zsxq-topic

unnoo/zsxq-skill
3K installs
Run it on Hostinger →Free API →|Command Execution|View on GitHub

Installation

npx skills add https://github.com/unnoo/zsxq-skill --skill zsxq-topic

Summary

知识星球主题管理:搜索主题、查看主题详情、发布帖子、编辑主题、发表评论、回复某条评论(楼中楼)、回答提问、删除主题;通过 api call 查看主题评论列表、设置精华、设置标签、查看自己提的问题与已回答记录。当用户需要查找内容、发帖、编辑主题、评论、回复评论、回答问题、删除主题、查看主题评论、查看自己的提问记录、或管理主题精华和标签时使用。

SKILL.md

topic

首次使用或遇到认证错误(401 / token 过期 / not logged in)时,先读 ../zsxq-shared/SKILL.md 了解登录与 API 调用约定。日常调用已登录账户时无需每次重读。

Core Concepts

  • 主题(Topic):星球内的内容单元,由 topic_id 唯一标识。类型:
  • talk:普通帖子(图文)
  • q&a:提问,可被星主回答
  • task:作业题目
  • solution:作业答案
  • 评论(Comment):主题下的回复,由 comment_id 标识,支持楼中楼(replied_comment_id)。
  • 精华(Digested):星主可将优质主题设为精华,在星球内突出展示。

Resource Relationships

Group (group_id)
└── Topic (topic_id) — talk / q&a / task / solution
    ├── Comment (comment_id)
    │   └── 楼中楼 Reply (replied_comment_id)
    ├── Answer(q&a 类型专属)
    └── Hashtag 标签列表

Shortcuts(推荐优先使用)

Shortcut 是对常用操作的高级封装(zsxq-cli topic +<verb> [flags])。有 Shortcut 的操作优先使用。

Shortcut说明
+search在星球内全文搜索主题,返回 topic_id / 类型 / 标题 / 时间表格
+detail获取单条主题的完整详情(内容、评论数、点赞数、标签等)
+create在指定星球发布新主题(仅支持 talk 类型),需确认内容后执行
+edit编辑自己发布的主题(正文、附件),需确认内容后执行
+reply对主题发表评论,支持楼中楼回复,需确认内容后执行
+answer对提问类主题(q&a)发布官方回答,需确认内容后执行

API(通过 zsxq-cli api call 直接调用)

Shortcut 未覆盖的高级操作:

工具参数说明
get_topic_commentstopic_id, limit, index获取主题评论列表(分页)
set_topic_digestedtopic_id, digested设置/取消精华(星主权限)
set_topic_tagstopic_id, titles为主题设置标签(标签名数组)
get_self_question_topicstopic_filter, count, end_time查看自己发起的提问(unanswered/answered)
get_self_answer_topicstopic_filter, count, end_time查看别人向我发起的提问(unanswered/answered)

原始 HTTP 调用(zsxq-cli api raw)

操作命令模板说明
删除主题api raw --method DELETE --path /v2/topics/<topic_id>删除主题,不可恢复

Score

0–100
69/ 100

Grade

C

Popularity21/30

2,754 installs — solid traction.

Completeness27/30

Documented: full SKILL.md body, description, one-line install. Missing: category/license metadata.

Trust15/25

Community skill with a public GitHub source repository you can review.

Freshness6/15

No update timestamp is tracked for this skill in our catalog.

Scored automatically from popularity, completeness, trust, and freshness — computed only from data in our catalog, never fabricated.

Proud of your score? Add this badge to your README.

Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.

Zsxq Topic skill score badge previewScore badge

Markdown

[![Zsxq Topic skill](https://www.claudemarket.ai/skills/unnoo/zsxq-skill/zsxq-topic/badges/score.svg)](https://www.claudemarket.ai/skills/unnoo/zsxq-skill/zsxq-topic)

HTML

<a href="https://www.claudemarket.ai/skills/unnoo/zsxq-skill/zsxq-topic"><img src="https://www.claudemarket.ai/skills/unnoo/zsxq-skill/zsxq-topic/badges/score.svg" alt="Zsxq Topic skill"/></a>

Zsxq Topic FAQ

How do I install the Zsxq Topic skill?

Run “npx skills add https://github.com/unnoo/zsxq-skill --skill zsxq-topic” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run — no restart or extra configuration needed.

What does the Zsxq Topic skill do?

知识星球主题管理:搜索主题、查看主题详情、发布帖子、编辑主题、发表评论、回复某条评论(楼中楼)、回答提问、删除主题;通过 api call 查看主题评论列表、设置精华、设置标签、查看自己提的问题与已回答记录。当用户需要查找内容、发帖、编辑主题、评论、回复评论、回答问题、删除主题、查看主题评论、查看自己的提问记录、或管理主题精华和标签时使用。 The full SKILL.md on this page shows the exact instructions the skill gives your agent.

Is the Zsxq Topic skill free?

Yes. Zsxq Topic is a free, open-source skill published from unnoo/zsxq-skill. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.

Does Zsxq Topic work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so Zsxq Topic works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.

Recommended skills

Browse all →
find-skills logo

find-skills

vercel-labs/skills

2.8M installsInstall
grill-me logo

grill-me

mattpocock/skills

747K installsInstall
frontend-design logo

frontend-design

anthropics/skills

739K installsInstall
grill-with-docs logo

grill-with-docs

mattpocock/skills

634K installsInstall
agent-browser logo

agent-browser

vercel-labs/agent-browser

623K installsInstall
improve-codebase-architecture logo

improve-codebase-architecture

mattpocock/skills

610K installsInstall

Related guides

Hand-picked reading to help you choose, install, and use agent skills.

GuideBest Openclaw Skills 2026GuideHow To Evaluate Openclaw Skill Before InstallingGuideOpenclaw Skills Complete Guide

Skills by category

FrontendBackend & APIsTesting & QASecurityDevOps & CI/CDMCP & ToolingAutomationData & Analysis+20 more

MCP servers by category

AI & MLDeveloper ToolsVector & MemoryFiles & DocsDatabasesFinance & PaymentsBrowser & ScrapingCommunication+8 more

Plugins by category

developmentproductivitycommunicationdesignsecuritydatabaseworkflowcompliance+34 more

The Agent Stack

Weekly Claude Code, Agent SDK, and MCP moves worth your time — free.

Claude Market

AI agent skills directory, marketplace, and workflow hub for OpenClaw, Hermes Agent, Claude Code, Codex, and MCP-powered operator stacks.

Independent project, not affiliated with Anthropic.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Plugins

More

  • Submit a Tool
  • Create a Skill
  • Advertise
  • Free Tools
  • API
  • Shipping
  • Contact
  • Terms
  • Privacy
© 2026 Claude Market · Not affiliated with Anthropic
Fazier badgeFeatured on Twelve ToolsFeatured on Wired BusinessRemote OpenClaw - Featured on AI Agents DirectoryListed on Turbo0Featured on Uneed