Pinvou/pinvou-agent is an open-source desktop workspace where an AI agent helps with work, visual design, and software development. People use it to work with files and knowledge, create editable visual artifacts, connect coding agents to projects, and extend the workspace with tools, MCP servers, skills, and workflows; the catalogue skills add capabilities to that environment.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/pinvou/pinvou-agent/wecomcli-sharednpx skills add Pinvou/pinvou-agent --skill wecomcli-sharedgit clone --depth 1 https://github.com/Pinvou/pinvou-agentWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/pinvou/pinvou-agent/wecomcli-shared)<a href="https://agentmods.dev/skills/pinvou/pinvou-agent/wecomcli-shared"><img src="https://agentmods.dev/badge/skills/pinvou/pinvou-agent/wecomcli-shared.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00108 | $0.01203 |
| Opus 5 | $0.00054 | $0.00602 |
| Sonnet 5 | $0.00022 | $0.00241 |
| Haiku 4.5 | $0.00011 | $0.00120 |
Grade A, and why
wecomcli-shared scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
This is a copy
88% identical to wecomcli-shared — 15 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
wecom-cli 公共前置检查
本技能提供所有 wecomcli-* 业务技能共用的 CLI 安装、版本与授权检查,以及通用输出约束。每次准备执行任意 wecom-cli 命令前,先完成本技能;检查通过后,再回到对应业务技能执行。
本技能不能代替具体业务技能。处理联系人、文档、表格、日程、会议、待办、邮件、微盘、消息或媒体请求时,必须同时读取对应业务技能。
Step 1:检查 CLI 安装与版本
wecom-cli --version
- 命令成功,且输出中的版本号不低于
1.1.0→ 继续 Step 2。 - 命令不存在、执行报错或版本号低于
1.1.0→ 不要自行安装或升级:wecom-cli由品悟应用代为安装与管理,随应用更新自动就位。此时提示用户在品悟「工具商店 → 企业微信」卡片重新点「连接」,由品悟触发安装/升级;完成后重新执行wecom-cli --version复查。
仍失败或版本仍低于 1.1.0 时停止业务操作,并把错误告知用户。
Step 2:检查授权状态
wecom-cli auth show --status
- 输出
authorized→ 前置检查完成,可以执行具体业务命令。 - 输出
unauthorized→ 执行 Step 3。 - 命令报错或输出不是上述状态 → 停止业务操作,并把错误告知用户,不要猜测授权状态。
Step 3:初始化凭证(仅未授权时)
wecom-cli auth init
该命令会展示授权链接和二维码,并等待用户使用企业微信扫码。授权成功后命令自动退出,仅需初始化一次。
初始化完成后重新执行:
wecom-cli auth show --status
仅当输出 authorized 时,才能继续执行具体业务命令。
通用输出约束:ID 类字段禁止外露
本约束对所有 wecomcli-* 技能生效,优先级高于各业务技能的输出格式,且不因用户主动索要而放宽。
- 禁止:你的最终回复禁止出现
userid/open_vid/department_id/chat_id等 ID 标识。凡是接口返回的内部标识(含mail_id/media_id/file_id/space_id/folder_id/docid/content_id/msg_id/cursor/next_cursor等,命名上以_id结尾或语义上属于机器标识的字段一律视为 ID)都只能在内部流转,用于后续接口调用。 - 必须:你的思考过程和最终回复必须使用可读名称,如
name/username/external_username/ 部门名 / 邮箱 /subject/doc_name/chat_name/title等tool_result返回的内容。 - 接口只返回 ID 而没有可读名称时,先调用对应技能(如
wecomcli-contact解析人员)换取可读名称;确实无法换取时,用自然语言描述该对象(如「上一封日报邮件」「你刚上传的那个文件」)来指代,禁止退化为展示 ID。 - 需要用户在多个候选中选择时,用序号 + 可读信息(名称 / 主题 / 时间 / 路径等)构造候选列表,禁止用 ID 作为区分依据让用户辨认。
- 用户直接要求「把 ID 给我」「打印 mail_id」时,说明该标识属于内部字段不便提供,并改用可读信息或继续帮其完成实际操作。
- 可读链接(如文档
doc_url、微盘分享链接)不属于本约束限制范围,可按各业务技能规定正常展示,即使链接本身包含标识字符串。
执行规则
- 已安装、版本达标且已授权时,不重复安装或初始化。
- 安装、升级、初始化或复查失败时,不执行后续业务命令。
- 本技能不定义任何联系人、文档、表格、日程、会议、待办、邮件、微盘、消息或媒体接口参数;具体命令必须回到对应业务技能读取。
- 执行任何业务命令并组织回复时,同时遵守上方「通用输出约束:ID 类字段禁止外露」。
获取个人身份
如果操作流程必须获取机器人或授权人身份(姓名、userid等),需要调用 wecom-cli identity whoami 获取。
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 73 lines · 108 tokens per session scan A 936ed88ea2f6
wecomcli-shared is a skill published in the GitHub repository Pinvou/pinvou-agent (1,625 stars, last pushed today), licensed MIT. It adds 108 tokens to every session and 1,203 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to wecomcli-shared, differing in 15 lines, and is treated as a copy.
Other skills, from other repositories
skill-creator
创建、编辑、优化和测试 skills。当用户明确要求创建一个具体的新 skill、修改已有 skill 的内容或描述、运行 skill 评测,或优化 skill 触发准确率时使用。.
algorithmic-art
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright…
docx
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when…
claude-api
Build apps with the Claude API or Anthropic SDK. TRIGGER when: code imports anthropic/@anthropic-ai/sdk/claudeagentsdk, or user asks to use Claude API, Anthropic SDKs, or Agent SDK. DO NOT TRIGGER when: code imports openai/other AI SDK, general programming, or ML/data-science tasks.
doc-coauthoring
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers.…
canvas-design
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.