wecom

wecom is a skill for Claude Code, Codex from Fortytwoo/codex-tencent-connectors. It costs 39 tokens per session (376 once invoked), scanned A, original, MIT.

A connection for reading and managing WeCom, Tencent’s workplace messaging and collaboration service.

In plain words
What is it for?
Reading WeCom information and preparing or carrying out supported workplace-management actions. Authentication is required before use.
Why use it?
It gives a coding agent a defined way to access WeCom messages, contacts, documents, meetings, schedules, and to-dos while requiring confirmation before changes.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Reading WeCom information and preparing or carrying out supported workplace-management actions. Authentication is required before use.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fortytwoo/codex-tencent-connectors/wecom
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 Fortytwoo/codex-tencent-connectors --skill wecom
Clone the repo
git clone --depth 1 https://github.com/Fortytwoo/codex-tencent-connectors

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/fortytwoo/codex-tencent-connectors/wecom/github.svg)](https://agentmods.dev/skills/fortytwoo/codex-tencent-connectors/wecom)
Your own site
<a href="https://agentmods.dev/skills/fortytwoo/codex-tencent-connectors/wecom"><img src="https://agentmods.dev/badge/skills/fortytwoo/codex-tencent-connectors/wecom/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

Your own site · 80×15
<a href="https://agentmods.dev/skills/fortytwoo/codex-tencent-connectors/wecom"><img src="https://agentmods.dev/badge/skills/fortytwoo/codex-tencent-connectors/wecom.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 376 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.00039 $0.00376
Opus 5 $0.00019 $0.00188
Sonnet 5 $0.00008 $0.00075
Haiku 4.5 $0.00004 $0.00038

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

Security

Grade A, and why

wecom 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 10d 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.

plugins/tencent-connectors/skills/wecom/SKILL.md · 36 lines

What it actually says

WeCom

Use the wecom MCP tools. Do not construct or run wecom-cli shell commands directly.

Authentication

  1. Call wecom_auth_status before the first operation in a session.
  2. If authorization is missing, call wecom_start_auth with open_browser: true. The default browser should open automatically; provide authUrl only as a fallback.
  3. Call wecom_auth_session to monitor the browser authorization session, then recheck with wecom_auth_status after scanning.
  4. Do not start duplicate authorization sessions while one is waiting for a scan.
  5. Call wecom_cancel_auth if the user declines or wants to restart the authorization flow.

Read Operations

  • Call wecom_policy when the supported category or operation name is uncertain.
  • Call wecom_call_read only with an operation listed under the policy's read collection.
  • Use WeCom time format YYYY-MM-DD HH:mm:ss where required.
  • Message history is normally limited to the most recent seven days.

Write Operations

Never execute a state-changing operation without explicit confirmation.

  1. Call wecom_prepare_operation with the exact final input and a complete human-readable summary.
  2. Show the summary and ask the user to confirm.
  3. Only after confirmation, call wecom_confirm_operation with the returned operation_id.
  4. If declined, call wecom_cancel_operation.
  5. Do not modify the operation arguments between prepare and confirm.

The operation expires after five minutes. If it expires, prepare it again.

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. 10d ago First seen · 36 lines · 39 tokens per session scan A c5870deefa76

Subscribe to this mod's changes

wecom is a skill published in the GitHub repository Fortytwoo/codex-tencent-connectors (2 stars, last pushed 1mo ago), licensed MIT. It adds 39 tokens to every session and 376 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-31.

Related

Other skills, from other repositories

houseclean

Cross-drive storage audit and cleanup. Surveys all drives, finds orphaned git worktrees, large AI tool caches (.ollama, .gemini, .cursor, npm, pip), and buildable artifacts (nodemodules, .venv). Produces a prioritized action plan with specific migration commands. Use when disk space is low or worktrees need cleanup…

SethGammon/Citadel · 89 tokens

schedule

Manages recurring and one-off scheduled tasks. Session-scoped scheduling via CronCreate/CronDelete/CronList. Documents the cloud path for tasks that need to survive machine sleep or network drops.

SethGammon/Citadel · 41 tokens

ambient-project

Quietly maintain a useful project view from meaningful work in the current Codex session. Use when work creates a task, bug, decision, idea, risk, milestone, plan, progress update, or explicit completion.

Bene-2020/plane-codex-mcp · 46 tokens

connecting-with-people

Applies advanced interpersonal techniques for building genuine, lasting connections in entrepreneurial contexts. Covers the power of validation as the deepest form of listening, leading with 'How can I help you?' as a first-meeting strategy, maintaining authentic online identity, vulnerability as a professional…

fatihguner/foreman · 120 tokens

covey-seven-habits

Applies Stephen Covey's Seven Habits framework for personal and interpersonal effectiveness, progressing from dependence through independence to interdependence. Covers proactivity, mission clarity, prioritization, Win/Win thinking, empathic listening, synergy, and renewal. Use when conducting personal effectiveness…

fatihguner/foreman · 94 tokens

decision-making-under-pressure

Provides practical habits for making better decisions faster -- reframing problems before solving them, knowing when to stop deliberating, balancing intuition with analysis, resisting 'just this once' compromises, and breaking overthinking cycles. Use when facing a high-stakes choice with incomplete data, sensing that…

fatihguner/foreman · 95 tokens