← 返回 Skills 市场
29
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install maimai-cli
功能描述
脉脉 CLI 路由技能。用于导入登录态、查看推荐流/热榜/公司圈、搜索内容、 读取详情评论、下载图片和排查登录问题。Use when: maimai, 脉脉, 职言, 同事圈, 推荐流, 热榜, 帖子详情, 评论, Cookie.
使用说明 (SKILL.md)
maimai-cli
maimai-cli 是脉脉的本机命令行入口。主文档只保留路由和总规则;具体命令、场景和排错细节请按需阅读 references/*.md。
何时使用
当用户提到这些意图时,优先使用本 skill:
- 脉脉登录、Cookie 导入、状态检查
- 推荐流、热榜、公司圈、帖子列表、翻页
- 搜索脉脉话题、联系人、公司讨论
- 帖子详情、评论、图片、资料卡
- 脉脉 CLI 的短索引解析、输出格式、故障排查
快速开始
maimai --help
maimai status
maimai me
maimai feed --limit 5
路由表
| 用户意图 | 参考文档 |
|---|---|
| 登录、Cookie、安全边界 | references/auth.md |
| 推荐流、热榜、公司圈、列表翻页 | references/feeds.md |
| 搜索内容与联系人 | references/search.md |
| 详情、评论、图片、资料卡、短索引 | references/detail.md |
| 常见异常、调试、工作流 | references/troubleshooting.md |
最常用命令
# 登录与状态
maimai import-cookie-header
maimai status
maimai me
maimai cookies
maimai logout
# 列表
maimai feed --limit 10
maimai hot-rank
maimai company-feed --limit 10
maimai search 裁员 --section gossips
# 展开阅读
maimai refs
maimai detail 1 --kind gossip
maimai comments 1 --kind gossip
maimai images 1 --download ./images
maimai profile 1
maimai refs --scope comments
使用原则
- 先验证
maimai命令存在,再确认maimai status是否正常。 - 列表读取优先从小结果集开始,例如
feed --limit 5。 - 遇到
1、2这类短索引时,先确认最近一次列表上下文是否还在;帖子看maimai refs,评论看maimai refs --scope comments。 - 默认给用户摘要,不直接倾倒整屏原始输出;需要脚本消费时再加
--json或--yaml。 - 如果用户把完整 Cookie 贴进对话,先提醒其让旧登录态失效,再继续其他操作。
安全使用建议
This looks like a legitimate Maimai CLI routing skill, but it works through your authenticated Maimai cookie and an external CLI that is not included in the reviewed files. Only install it if you trust the `maimai-cli` package, import cookies in your own terminal rather than chat, avoid raw/debug output unless necessary, and clear the local login state with `maimai logout` when done.
功能分析
Type: OpenClaw Skill
Name: maimai-cli
Version: 1.1.0
The maimai-cli skill bundle is a well-documented interface for interacting with the Maimai social platform via a local CLI tool. The instructions in SKILL.md and references/auth.md are notably security-conscious, explicitly directing the AI agent to avoid asking for or echoing sensitive session cookies in the chat. The functionality is limited to standard social media interactions (feeds, search, comments) and includes defensive guidelines to protect user privacy. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found.
能力评估
Purpose & Capability
The documented purpose is coherent: route Maimai CLI commands for login, feeds, hot ranking, company circle, search, details, comments, profiles, and image downloads. These are sensitive account-backed actions, but they are stated in the skill documentation.
Instruction Scope
Most instructions are user-intent-driven and include safety guidance such as starting with small result sets and summarizing output. The raw authenticated GET troubleshooting command is broad, but the docs frame it as personal debugging and warn against sharing sensitive paths or full responses.
Install Mechanism
The registry says this is instruction-only with no install spec or code files, while the docs tell users to install an external CLI with `uv tool install maimai-cli`. This is purpose-aligned but means the reviewed artifacts do not include the executable code.
Credentials
The skill relies on full Maimai Cookie/local login state and account profile/feed access, but the registry requirements declare no primary credential, env vars, or capability tags. That under-discloses high-impact authenticated account access.
Persistence & Privilege
The docs describe importing and clearing local login state with `maimai import-cookie-header` and `maimai logout`, and they describe cached short-index references. The safety rules reduce risk, but users should understand that session state and recent result references may persist locally.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install maimai-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/maimai-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Initial ClawHub release for maimai-cli routing skill
元数据
常见问题
maimai-cli 是什么?
脉脉 CLI 路由技能。用于导入登录态、查看推荐流/热榜/公司圈、搜索内容、 读取详情评论、下载图片和排查登录问题。Use when: maimai, 脉脉, 职言, 同事圈, 推荐流, 热榜, 帖子详情, 评论, Cookie. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 29 次。
如何安装 maimai-cli?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install maimai-cli」即可一键安装,无需额外配置。
maimai-cli 是免费的吗?
是的,maimai-cli 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
maimai-cli 支持哪些平台?
maimai-cli 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 maimai-cli?
由 mariotong(@mariotong)开发并维护,当前版本 v1.1.0。
推荐 Skills