← Back to Skills Marketplace
mariotong

maimai-cli

by mariotong · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
29
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install maimai-cli
Description
脉脉 CLI 路由技能。用于导入登录态、查看推荐流/热榜/公司圈、搜索内容、 读取详情评论、下载图片和排查登录问题。Use when: maimai, 脉脉, 职言, 同事圈, 推荐流, 热榜, 帖子详情, 评论, Cookie.
README (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

使用原则

  1. 先验证 maimai 命令存在,再确认 maimai status 是否正常。
  2. 列表读取优先从小结果集开始,例如 feed --limit 5
  3. 遇到 12 这类短索引时,先确认最近一次列表上下文是否还在;帖子看 maimai refs,评论看 maimai refs --scope comments
  4. 默认给用户摘要,不直接倾倒整屏原始输出;需要脚本消费时再加 --json--yaml
  5. 如果用户把完整 Cookie 贴进对话,先提醒其让旧登录态失效,再继续其他操作。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install maimai-cli
  3. After installation, invoke the skill by name or use /maimai-cli
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Initial ClawHub release for maimai-cli routing skill
Metadata
Slug maimai-cli
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is maimai-cli?

脉脉 CLI 路由技能。用于导入登录态、查看推荐流/热榜/公司圈、搜索内容、 读取详情评论、下载图片和排查登录问题。Use when: maimai, 脉脉, 职言, 同事圈, 推荐流, 热榜, 帖子详情, 评论, Cookie. It is an AI Agent Skill for Claude Code / OpenClaw, with 29 downloads so far.

How do I install maimai-cli?

Run "/install maimai-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is maimai-cli free?

Yes, maimai-cli is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does maimai-cli support?

maimai-cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created maimai-cli?

It is built and maintained by mariotong (@mariotong); the current version is v1.1.0.

💬 Comments