wecom-group-invite

wecom-group-invite is a skill for Claude Code from AgenticAIPlan/AgenticAISkills. It costs 34 tokens per session (519 once invoked), scanned A, original, MIT.

A Chinese-language skill for handling enterprise WeChat group-entry codes. It looks up a supplied keyword in an operator-provided mapping and returns the matching group invitation details and reply text.

In plain words
What is it for?
Use it when a user sends a group keyword, including one extracted from a screenshot, and the real private group mapping is available.
Why use it?
It avoids manually searching the group list and helps operators send a consistent response.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the agentic-ai-skills plugin — 54 skills shipped together

Good fit Use it when a user sends a group keyword, including one extracted from a screenshot, and the real private group mapping is available.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agenticaiplan/agenticaiskills/wecom-group-invite
Install

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.

Any agent
npx skills add AgenticAIPlan/AgenticAISkills --skill wecom-group-invite
Clone the repo
git clone --depth 1 https://github.com/AgenticAIPlan/AgenticAISkills

Made for: Claude Code.

Or install agentic-ai-skills, the plugin that ships this one along with the rest of its 54 skills.

Wrote 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.

agentmods badge for wecom-group-invite

README.md
[![agentmods](https://agentmods.dev/badge/skills/agenticaiplan/agenticaiskills/wecom-group-invite/github.svg)](https://agentmods.dev/skills/agenticaiplan/agenticaiskills/wecom-group-invite)
Your own site
<a href="https://agentmods.dev/skills/agenticaiplan/agenticaiskills/wecom-group-invite"><img src="https://agentmods.dev/badge/skills/agenticaiplan/agenticaiskills/wecom-group-invite/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for wecom-group-invite

Your own site · 80×15
<a href="https://agentmods.dev/skills/agenticaiplan/agenticaiskills/wecom-group-invite"><img src="https://agentmods.dev/badge/skills/agenticaiplan/agenticaiskills/wecom-group-invite.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 519 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00034 $0.00519
Opus 5 $0.00017 $0.00260
Sonnet 5 $0.00007 $0.00104
Haiku 4.5 $0.00003 $0.00052

Measured 11d ago against content hash 6eec1af1bce6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

wecom-group-invite 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 11d 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.

skills/wecom-group-invite/SKILL.md · 47 lines

What it actually says

企业微信口令入群 Skill

适用场景

当社群运营人员收到用户在企业微信聊天窗口发送的入群口令(如 "OCR"、"LLM"、"RAG")后,需要快速查找对应技术交流群的邀请链接或活码,并生成标准回复话术时,使用本 Skill。

输入要求

  • 用户发送的入群口令关键词(支持文本输入或从截图 OCR 提取)
  • 运营人员提供的真实口令与群映射表。公开仓库中的 references/groups.sample.json 只作为字段格式示例,不能直接用于回复用户。

执行步骤

  1. 从用户输入中提取入群口令关键词。若输入为截图,先用系统 OCR 识别文字后提取口令。
  2. 对口令做归一化处理:去除首尾空白,统一转为大写。
  3. 读取运营人员提供的真实映射表,用归一化后的口令作为 key 查表。
  4. 如果只有 references/groups.sample.json 或映射值仍是占位符,停止回复邀请链接,并提示运营先提供真实私有映射表。
  5. 若命中,按「输出要求」格式返回群信息与回复话术。
  6. 若未命中,提示未找到该口令,并列出真实映射表中的可用口令供运营核对。

输出要求

  • 输出包含三个字段:群名称、邀请方式(链接或活码图片路径)、建议回复话术

  • 格式如下:

    群名称:{name}
    邀请方式:{invite}
    建议回复:
    ---
    {reply_template}
    ---
    
  • 若邀请方式为本地活码图片路径,需额外提示运营从该路径取图上传

  • 不发起任何网络请求,不调用企业微信 API

  • 不自动修改映射表

参考资料

references/groups.sample.json 展示映射表字段格式。真实群链接、活码路径和回复话术应由运营人员在私有配置或运行时输入中维护,不要提交到公开仓库。

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 11d ago First seen · 47 lines · 34 tokens per session scan A 6eec1af1bce6

Subscribe to this mod's changes

wecom-group-invite is a skill published in the GitHub repository AgenticAIPlan/AgenticAISkills (11 stars, last pushed 3mo ago), licensed MIT. It adds 34 tokens to every session and 519 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.