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 skills add Fortytwoo/codex-tencent-connectors --skill wecomgit clone --depth 1 https://github.com/Fortytwoo/codex-tencent-connectorsWrote 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/fortytwoo/codex-tencent-connectors/wecom)<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.
<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>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.00039 | $0.00376 |
| Opus 5 | $0.00019 | $0.00188 |
| Sonnet 5 | $0.00008 | $0.00075 |
| Haiku 4.5 | $0.00004 | $0.00038 |
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.
What it actually says
WeCom
Use the wecom MCP tools. Do not construct or run wecom-cli shell commands directly.
Authentication
- Call
wecom_auth_statusbefore the first operation in a session. - If authorization is missing, call
wecom_start_authwithopen_browser: true. The default browser should open automatically; provideauthUrlonly as a fallback. - Call
wecom_auth_sessionto monitor the browser authorization session, then recheck withwecom_auth_statusafter scanning. - Do not start duplicate authorization sessions while one is waiting for a scan.
- Call
wecom_cancel_authif the user declines or wants to restart the authorization flow.
Read Operations
- Call
wecom_policywhen the supported category or operation name is uncertain. - Call
wecom_call_readonly with an operation listed under the policy'sreadcollection. - Use WeCom time format
YYYY-MM-DD HH:mm:sswhere required. - Message history is normally limited to the most recent seven days.
Write Operations
Never execute a state-changing operation without explicit confirmation.
- Call
wecom_prepare_operationwith the exact final input and a complete human-readable summary. - Show the summary and ask the user to confirm.
- Only after confirmation, call
wecom_confirm_operationwith the returnedoperation_id. - If declined, call
wecom_cancel_operation. - Do not modify the operation arguments between prepare and confirm.
The operation expires after five minutes. If it expires, prepare it again.
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.
- 10d ago First seen · 36 lines · 39 tokens per session scan A c5870deefa76
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.
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…
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.
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.
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…
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…
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…