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-group
zsxq-group logo

zsxq-group

unnoo/zsxq-skill
3K installs169 stars
Run it on Hostinger →Free API →|View on GitHub

Installation

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

Summary

知识星球(星球)管理:列出星球、浏览主题、查询标签、搜索成员。当用户需要查看自己加入或创建的星球、浏览星球内容、获取 group_id、查询星球标签或成员时使用。

SKILL.md

group

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

Core Concepts

  • 星球(Group):知识星球的社群单元,由 group_id(纯数字)唯一标识。用户可以是创建者(owner)或成员(member)。
  • 主题(Topic):星球内的内容单元,包括帖子(talk)、提问(q&a)、作业(task)、作业答案(solution)等,由 topic_id 唯一标识。
  • 标签(Hashtag):星球内的分类标签,由 hashtag_id 标识,可附加到主题上。

Resource Relationships

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

Shortcuts(推荐优先使用)

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

Shortcut说明
+list列出当前用户加入或创建的所有星球,输出 group_id 和名称表格
+topics列出星球内最新主题,支持分页游标,输出 topic_id / 类型 / 标题 / 时间表格
+hashtags列出星球内所有标签及主题数量

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

Shortcut 未覆盖的高级操作:

工具参数说明
search_groupskeyword按关键词搜索星球
search_group_membersgroup_id, keyword, limit搜索星球成员
get_hashtag_topicshashtag_id, limit, end_time列出某标签下的主题(分页)

反例(不要做)

❌ 不要做✅ 应该做
按关键词找内容时用 +topics 翻页逐条人工筛选用 zsxq-topic 的 +search 全文搜索
查「自己最近发过什么」时逐个星球跑 +topics用 zsxq-user 的 +footprints 一次拿到跨星球足迹
用户只给星球名称时,让用户自己提供 group_id 或凭记忆猜 ID先 group +list(自己加入的)或 search_groups(公开搜索)查到 ID 再继续
名称命中多个相似星球时默认取第一个列出候选(group_id + 名称)让用户确认
把 search_group_members 当成员列表接口、调大 limit 遍历全员它是关键词搜索,只用于按昵称定位具体成员

Score

0–100
69/ 100

Grade

C

Popularity21/30

2,743 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 Group skill score badge previewScore badge

Markdown

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

HTML

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

Zsxq Group FAQ

How do I install the Zsxq Group skill?

Run “npx skills add https://github.com/unnoo/zsxq-skill --skill zsxq-group” 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 Group skill do?

知识星球(星球)管理:列出星球、浏览主题、查询标签、搜索成员。当用户需要查看自己加入或创建的星球、浏览星球内容、获取 group_id、查询星球标签或成员时使用。 The full SKILL.md on this page shows the exact instructions the skill gives your agent.

Is the Zsxq Group skill free?

Yes. Zsxq Group 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 Group work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so Zsxq Group 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

748K installsInstall
frontend-design logo

frontend-design

anthropics/skills

739K installsInstall
grill-with-docs logo

grill-with-docs

mattpocock/skills

635K installsInstall
agent-browser logo

agent-browser

vercel-labs/agent-browser

624K installsInstall
improve-codebase-architecture logo

improve-codebase-architecture

mattpocock/skills

611K 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