coolapk

酷安社区搜索工具 — 搜索帖子、用户、应用、话题信息(CLI 直调,比 MCP Server 更省 token)

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "coolapk" with this command: npx skills add lniosy/coolapk

酷安社区搜索工具

通过 CLI 命令搜索酷安社区内容,获取帖子和用户信息。所有命令输出精简 JSON,自动排除空值字段。

前置安装

首次使用前运行:

pip install coolapk-mcp

使用方式

搜索

# 搜索帖子(默认)
coolapk search "关键词"

# 搜索用户
coolapk search "用户名" --type user

# 搜索话题
coolapk search "话题" --type feedTopic

# 搜索应用
coolapk search "应用名" --type app

# 翻页
coolapk search "关键词" --page 2

帖子详情

# 查看帖子详情 + 回复
coolapk feed <帖子ID>

# 只要详情不要回复
coolapk feed <帖子ID> --no-replies

# 指定回复页码
coolapk feed <帖子ID> --reply-page 2

用户

# 用户资料
coolapk user <UID>

# 用户帖子列表
coolapk user <UID> --feeds
coolapk user <UID> --feeds --page 2

首页

# 推荐动态(默认)
coolapk home

# 热门
coolapk home --tab hot

# 最新
coolapk home --tab latest

话题

# 话题详情
coolapk topic "话题名"

# 话题下的帖子
coolapk topic "话题名" --feeds

交互(需先登录)

# 登录(传入 Cookie)
coolapk login --cookie "uid=xxx;username=xxx;token=xxx"

# 查看登录状态
coolapk login --status

# 点赞/取消赞
coolapk like <帖子ID>
coolapk unlike <帖子ID>

# 回复
coolapk reply <帖子ID> -m "回复内容"
coolapk reply <回复ID> -m "回复内容" --type reply

# 关注/取消关注
coolapk follow <UID>
coolapk unfollow <UID>

通知

# 未读计数
coolapk notify

# 具体类型
coolapk notify atMeMeFeed
coolapk notify comment
coolapk notify feedLike
coolapk notify contactsFollow
coolapk notify message

注意事项

  • 首次运行会自动生成设备码并保存到 ~/.coolapk-mcp/config.json
  • 搜索和浏览不需要登录
  • 点赞、回复、关注等交互操作需要先登录
  • 所有输出为精简 JSON,自动排除空值字段节省 token

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Dependency Breaking Technique Executor

Select and execute the right dependency-breaking technique from Michael Feathers' catalog of 24 named techniques (Part III of Working Effectively with Legacy...

Registry SourceRecently Updated
Coding

Clipcat - AI Viral Video Maker for TikTok Shop

Clipcat - TikTok e-commerce video creation skill. Video search, product insights, viral replication, product-to-video generation, breakdown analysis, and vid...

Registry SourceRecently Updated
Coding

azure-infra-engineer

> Azure cloud infrastructure expert specializing in network design, identity integration, PowerShell automation with Az modules, and infrastructure-as-code p...

Registry SourceRecently Updated
Coding

Legacy Code Symptom Router

Diagnose any legacy-code situation in plain language and route to the right technique. Use as the FIRST skill when a developer has a vague or specific compla...

Registry SourceRecently Updated