loom-integrations

loom-integrations is a skill for Claude Code, Codex from yan5xu/codexloom. It costs 92 tokens per session (2,662 once invoked), scanned A, original, no licence file.

A tool for configuring and checking CodexLoom connections to external chat platforms.

In plain words
What is it for?
It helps manage Feishu/Lark, Slack, Parall, and related inbox and outbox integrations.
Why use it?
It gives the agent a way to inspect or change delivery, access, membership, trust, and reply settings in one place.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/yan5xu/codexloom/loom-integrations
Any agent
npx skills add yan5xu/codexloom --skill loom-integrations
Clone the repo
git clone --depth 1 https://github.com/yan5xu/codexloom

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 loom-integrations

README.md
[![agentmods](https://agentmods.dev/badge/skills/yan5xu/codexloom/loom-integrations.svg)](https://agentmods.dev/skills/yan5xu/codexloom/loom-integrations)
Your own site
<a href="https://agentmods.dev/skills/yan5xu/codexloom/loom-integrations"><img src="https://agentmods.dev/badge/skills/yan5xu/codexloom/loom-integrations.svg" alt="Measured on agentmods" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,662 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00092 $0.02662
Opus 5 $0.00046 $0.01331
Sonnet 5 $0.00018 $0.00532
Haiku 4.5 $0.00009 $0.00266

Measured 4d ago against content hash e927539e270d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

loom-integrations 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 4d 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/loom-integrations/SKILL.md · 242 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 4d ago First seen · 242 lines · 92 tokens per session scan A e927539e270d

Subscribe to this mod's changes

loom-integrations is a skill published in the GitHub repository yan5xu/codexloom (376 stars, last pushed 15d ago), with no licence file. It adds 92 tokens to every session and 2,662 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

execution

M-1.4 execution skill — 跑 single task 产 patch + 提交 envelope。.

Towow-ai/Flowness · 22 tokens

review

M-1.5 review skill — 在 patch 跟 contract 之间找 finding,produce Finding 一等对象。.

Towow-ai/Flowness · 26 tokens

fix-self-check

M-1.6 envelope self-check——独立性保证不自欺欺人 (5 blockingcheck)。由 CLI ./tw fix complete --self-check-mode fork(默认即 fork)自动派起,不经 Skill 工具调用;fix 主会话产 FixCompleted 前直读本文,是为理解双层验证关系。.

Towow-ai/Flowness · 74 tokens

plan-decompose

从 completioncondition + conceptgraph 递归分解出 primitive task 提案。主 planner session 决定接受/调整/拆得更细。.

Towow-ai/Flowness · 36 tokens

dependency-analyze

从 task 的 read/write set + concept statemachine 推导 6 种依赖类型的提案。主 planner 决定边的真实性。派它时只给 read/write set 与疑点、不给预期边集;已有预判逐条标「待复核」交它取证。.

Towow-ai/Flowness · 70 tokens

downtime-recovery

停机后复工的标准安全流程(水位线追平/积压泄流/服务分批重启)。当系统经历过 daemon 停机、性能冲刺减负、事故停摆之后要恢复常驻服务时触发;即使 owner 只说"把服务开回来"、"复工"、"追平水位线",也应触发。核心使命:绝不让"重启"变成"积压喷发"(2026-07-04 实锤:orchestrator 停机后水位线落后 3240 条,直接重启把机器负载打到 22+,owner 被迫立即紧急关停)。.

Towow-ai/Flowness · 157 tokens