internal-control-master

internal-control-master is a skill for Claude Code from vivy-yi/finance-skills. It costs 113 tokens per session (1,641 once invoked), scanned A, original, MIT.

An internal-control workflow for designing, approving, testing, and fixing controls under the SOX framework. SOX is a set of requirements for controls over financial reporting.

In plain words
What is it for?
Use it when creating or updating controls, reviewing approval authority, checking whether controls work, or resolving control weaknesses found by an audit.
Why use it?
It brings the main control tasks into one process, so teams can move from identifying risks to documenting controls, testing them, and tracking fixes.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions CLAUDE.md.

Good fit Use it when creating or updating controls, reviewing approval authority, checking whether controls work, or resolving control weaknesses found by an audit.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vivy-yi/finance-skills/internal-control-master
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 vivy-yi/finance-skills --skill internal-control-master
Clone the repo
git clone --depth 1 https://github.com/vivy-yi/finance-skills

Made for: Claude Code.

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 internal-control-master

README.md
[![agentmods](https://agentmods.dev/badge/skills/vivy-yi/finance-skills/internal-control-master/github.svg)](https://agentmods.dev/skills/vivy-yi/finance-skills/internal-control-master)
Your own site
<a href="https://agentmods.dev/skills/vivy-yi/finance-skills/internal-control-master"><img src="https://agentmods.dev/badge/skills/vivy-yi/finance-skills/internal-control-master/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 internal-control-master

Your own site · 80×15
<a href="https://agentmods.dev/skills/vivy-yi/finance-skills/internal-control-master"><img src="https://agentmods.dev/badge/skills/vivy-yi/finance-skills/internal-control-master.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 113 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,641 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.00113 $0.01641
Opus 5 $0.00056 $0.00821
Sonnet 5 $0.00023 $0.00328
Haiku 4.5 $0.00011 $0.00164

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

Security

Grade A, and why

internal-control-master 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 7d 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.

finance-skills/skills/internal-control/skills/internal-control-master/SKILL.md · 205 lines

How it starts

The opening of the file, as written. The whole thing — 205 lines — stays where its author put it; the contents beside it link to each section on GitHub.

内控设计 Master Skill

能力描述

这是什么: 内控设计场景的主技能,整合 SOX 内控框架设计、审批矩阵管理、控制测试与缺陷管理,为 CFO 提供内控体系全景视图。

解决什么问题: 当用户需要建立新内控流程、评估现有控制有效性、应对审计发现、或处理内控缺陷时,调用本技能获取完整的内控管理方案。

边界: 不涉及具体业务交易处理(如费用报销本身),专注于内控流程设计与缺陷管理。


触发条件

满足以下任一场景时调用本技能:

  • 用户提到"内控"、"SOX"、"审批矩阵"、"控制测试"、"内控缺陷"
  • 用户提到"内审"、"审计发现"、"合规"、"控制失效"
  • 用户要求"设计内控流程"、"评估内控有效性"、"整改内控缺陷"

Examples

→ 示例:用户说"我们Q2内审发现采购审批流程有漏洞,需要重新设计",系统应调用本技能,进入SOX内控设计路径。

→ 示例:用户说"审计师出了一个重大发现,说收入确认控制失效了",系统应调用本技能,进入内控缺陷处理路径。

→ 示例:用户说"新上任的CFO要求我们全面审视审批矩阵,给出优化建议",系统应调用本技能,进入审批矩阵评估路径。

输入

用户在 Skill 中提供或从 CLAUDE.md 读取:

□ 场景类型:[新建内控/评估现有/缺陷处理/审计配合]
□ 业务领域:[采购/销售/财务/人事/IT]
□ 涉及金额:[XXX万]
□ 紧迫程度:[紧急(24h内)/ 一般 / 规划性]
□ 已获取信息:[描述]

原子能力调用顺序

路径一:新建内控流程

Step 1 → [SOX 控制设计](atomic-control-design)
  → 输出:控制设计文档

Step 2 → [审批矩阵管理](approval-matrix)
  → 输出:审批权限配置

Step 3 → [控制测试执行](control-testing)
  → 输出:测试报告

Step 4 → 汇总输出内控体系文档

路径二:内控缺陷处理

Step 1 → [控制测试执行](control-testing)
  → 输出:缺陷确认报告

Step 2 → [内控缺陷管理](control-deficiency)
  → 输出:整改方案

Step 3 → [审批矩阵管理](approval-matrix)
  → 输出:权限调整(如须)

Step 4 → 汇总输出缺陷整改进度

路径三:审计配合

Step 1 → [控制测试执行](control-testing)
  → 输出:控制有效性评估

Step 2 → [SOX 控制设计](atomic-control-design)
  → 输出:控制文件(供审计查阅)

Step 3 → [内控缺陷管理](control-deficiency)
  → 输出:历史缺陷整改进度

Step 4 → 汇总输出审计配合包

输出格式

新建内控流程输出

内控流程设计报告
====================

【控制设计】
□ 控制名称:[名称]
□ 控制类型:[预防性/检查性]
□ 控制频率:[实时/每日/每周/每月]
□ 控制责任人:[职位]
□ 控制描述:[详细步骤]

【审批矩阵】
□ 审批层级:[X] 层
□ 各层级权限:[列表]
□ 金额阈值:[列表]

【测试计划】
□ 测试方法:[穿行测试/抽样测试]
□ 测试样本:[X] 笔
□ 测试期间:[YYYY-MM-DD 至 YYYY-MM-DD]

【实施计划】
□ 上线时间:[YYYY-MM-DD]
□ 培训完成:[YYYY-MM-DD]
□ 控制文件归档:[YYYY-MM-DD]

内控缺陷处理输出

内控缺陷处理报告
====================

【缺陷确认】
□ 缺陷描述:[描述]
□ 严重程度:[重大/一般/轻微]
□ 发现方式:[自评/审计/事件]
□ 影响范围:[业务/报告/合规]

【根因分析】
□ 缺陷原因:[描述]
□ 相关控制:[描述]

【整改方案】
□ 即时整改:[措施]
□ 长期整改:[措施]
□ 责任人:[姓名]
□ 完成时间:[YYYY-MM-DD]

【内控缺陷登记】
□ 登记编号:[自动编号]
□ 严重程度:[重大/一般/轻微]
□ 整改状态:[整改中/已整改/验证通过]

置信度评估

Skill 结束时给出置信度评估:

□ 数据完整度:[✅ 高(所有必要信息已获取)/ ⚠️ 中(部分信息缺失)/ 🔴 低(关键信息缺失)]
□ 方案成熟度:[✅ 高(有充分参考案例)/ ⚠️ 中(存在不确定性)/ 🔴 低(需要进一步分析)]
□ 整体置信度:[✅ 高 / ⚠️ 中 / 🔴 低]

Read the full file on GitHub · 205 lines

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. 7d ago First seen · 205 lines · 113 tokens per session scan A db4b7c1905c2

Subscribe to this mod's changes

internal-control-master is a skill published in the GitHub repository vivy-yi/finance-skills (28 stars, last pushed 2mo ago), licensed MIT. It adds 113 tokens to every session and 1,641 once invoked, about $0.0006 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-09-03.

Related

Other skills, from other repositories

iso-13485-certification

Comprehensive toolkit for preparing ISO 13485 certification documentation for medical device Quality Management Systems. Use when users need help with ISO 13485 QMS documentation, including (1) conducting gap analysis of existing documentation, (2) creating Quality Manuals, (3) developing required procedures and work…

foryourhealth111-pixel/Vibe-Skills · 126 tokens

fda-database

Query openFDA API for drugs, devices, adverse events, recalls, regulatory submissions (510k, PMA), substance identification (UNII), for FDA regulatory data analysis and safety research.

foryourhealth111-pixel/Vibe-Skills · 43 tokens

see-invisibility

In D&D, See Invisibility lets you see creatures and objects that have been made invisible. The real-world version is revealing deliberate obscurity: finding the hidden costs in a pricing page, uncovering the actual terms buried in a EULA, identifying the obfuscated tracking in a codebase, or surfacing the real…

Hmbown/Wizards-of-the-Ghosts · 106 tokens

dietary-check

Audit a menu for allergen labelling, vegan and halal coverage, and common dietary requirements.

RiggdAI/uniqent · 23 tokens

healthcare-marketing-compliance

Skill "healthcare-marketing-compliance" from aimerdoux/wavex-os, covering healthcare marketing compliance specialist, your identity & memory, core mission, medical advertising compliance and pharmaceutical marketing standards.

aimerdoux/wavex-os · 0 tokens

patentforge-provisional

Use this skill when the user wants to turn an invention idea into a structured invention disclosure, prior art search strategy, claim candidates, and provisional patent draft package. This skill is for patent drafting assistance only and must not provide legal advice or guarantee patentability.

mickpletcher/AI-Skills · 57 tokens