asset-disposal-review

asset-disposal-review is a skill for Claude Code from vivy-yi/finance-skills. It costs 113 tokens per session (2,059 once invoked), scanned A, original, MIT.

A review workflow for selling, scrapping, donating, or losing a fixed asset such as equipment or a vehicle. It checks the reason, approvals, recorded value, and resulting gain or loss.

In plain words
What is it for?
It is for reviewing asset disposal proposals, checking approval and tax-related handling, and calculating the net proceeds and profit or loss.
Why use it?
It helps prevent assets from being disposed of without the required approval or with an incorrect financial result.

Skill for Claude Code

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

Good fit It is for reviewing asset disposal proposals, checking approval and tax-related handling, and calculating the net proceeds and profit or loss.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vivy-yi/finance-skills/asset-disposal-review
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 asset-disposal-review
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 asset-disposal-review

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/vivy-yi/finance-skills/asset-disposal-review"><img src="https://agentmods.dev/badge/skills/vivy-yi/finance-skills/asset-disposal-review.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 2,059 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.02059
Opus 5 $0.00056 $0.01030
Sonnet 5 $0.00023 $0.00412
Haiku 4.5 $0.00011 $0.00206

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

Security

Grade A, and why

asset-disposal-review 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 9d 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/fixed-assets/skills/asset-disposal-review/SKILL.md · 267 lines

How it starts

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

加载上下文

首次使用时: 读取 ../../CLAUDE.md 获取场景级配置(处置权限/审批层级/残值处理)。


/asset-disposal-review — 资产处置审核

Examples

→ 示例:用户说"有一批旧设备要报废,帮我评估一下账面价值和处置收益",系统应调用本技能,评估资产报废的财务影响。

→ 示例:用户说"帮我们审一下资产处置方案,确保税务处理没问题",系统应调用本技能,评估资产处置的税务合规性。

→ 示例:用户说"有辆车要卖掉,低于账面价值很多,需要审批吗",系统应调用本技能,评估低价出售资产的审批要求。

第一步:获取资产信息

从 [FA] 获取资产卡片信息,从 [ERP] 获取账面价值:

□ 资产编号:[编号]
□ 资产名称:[名称]
□ 资产类别:[类别]
□ 取得日期:[YYYY-MM-DD]
□ 原值:[XXX万]
□ 累计折旧:[XXX万]
□ 账面净值:[XXX万]
□ 使用部门:[部门]

第二步:分析处置原因

处置类型确认:

□ 处置类型:
□ 出售(正常转让)
□ 报废(无法使用/技术淘汰)
□ 盘亏(盘点发现实物缺失)
□ 捐赠(非盈利转让)
□ 其他:[描述]

□ 处置原因说明:[详细描述]
□ 处置紧急程度:[常规/紧急]

原因合理性判断:

□ 合理性评估:[✅ 合理 / ⚠️ 需说明 / 🔴 不合理]

□ 出售原因:
□ 资产已无用(闲置 > [X] 月)
□ 产能调整(产线关停)
□ 资产更新换代
□ 其他:[描述]

□ 报废原因:
□ 技术淘汰(落后于当前技术 [X] 代以上)
□ 损坏无法修复(修复成本 > 购置新资产 [X]%)
□ 环保政策强制淘汰
□ 灾害损坏(有保险赔付/无保险)

□ 盘亏原因:
□ 被盗(须有报警记录)
□ 丢失(须有说明)
□ 管理疏忽(须追责)
□ 其他:[描述]

第三步:核查审批合规性

审批层级核对:

□ 账面净值:[XXX万]
□ 适用审批层级:[财务经理/CFO/CEO/董事会]

□ 审批记录:
□ [财务经理] 审批:[✅ 有 / 🔴 缺失] — [日期]
□ [CFO] 审批:[✅ 有 / 🔴 缺失] — [日期]
□ [CEO] 审批:[✅ 有 / 🔴 缺失] — [日期]
□ [董事会] 审批:[✅ 有 / 🔴 缺失] — [日期]

□ 合规性判断:[✅ 合规 / 🔴 不合规]
□ 缺失审批:[描述] — 须补充

残值/赔偿确认:

□ 预计处置收入(变卖/赔款):[XXX万]
□ 处置费用(拆卸/运输/税费):[XXX万]
□ 净处置收入:[XXX万]

□ 账面净值:[XXX万]
□ 预计处置损益:[净收入 - 净值 = ±XXX万]
□ 损益性质:[盈利/亏损]

□ 盈利时:是否异常?[是/否] — ⚠️ 须说明合理性
□ 亏损时:是否正常?[是/否] — 须说明原因

第四步:确认资产评估(如须)

须评估情形:

□ 须评估:[是/否]

□ > [X] 万资产须评估:[是/否]
□ 协议价格 vs 评估价格差异:[XXX万]

□ 评估机构:[名称]
□ 评估报告编号:[编号]
□ 评估价值:[XXX万]
□ 评估日期:[YYYY-MM-DD]

□ 评估减值:[XXX万]
□ 评估溢价:[XXX万]

第五步:计算处置损益

处置损益计算:

□ 账面原值:[XXX万]
□ 累计折旧:[XXX万]
□ 账面净值:[XXX万]

□ 处置收入:[XXX万]
□ 处置费用:[XXX万]
□ 净处置收入:[XXX万]

□ 增值税(如适用):
□ 简易计税:[XXX万]
□ 应纳税额:[XXX万]

□ 处置损益 = 净处置收入 - 账面净值 = [±XXX万]
□ 盈利:[+XXX万] → 计入"资产处置收益"
□ 亏损:[-XXX万] → 计入"资产处置损失"
□ 净损失(盘亏):[-XXX万] → 计入"营业外支出"

第六步:生成资产处置审核报告

═══════════════════════════════════════
资产处置审核报告
资产编号:[编号]
处置类型:[出售/报废/盘亏]
审核日期:[YYYY-MM-DD]
═══════════════════════════════════════

【一、资产基本信息】

□ 资产名称:[名称]
□ 资产类别:[类别]
□ 原值:[XXX万]
□ 累计折旧:[XXX万]
□ 账面净值:[XXX万]
□ 使用部门:[部门]

【二、处置原因分析】

□ 处置类型:[描述]
□ 处置原因:[详细描述]
□ 合理性:[✅ 合理 / ⚠️ 需说明 / 🔴 不合理]

□ 原因说明:
□ [说明1]
□ [说明2]

【三、审批合规性】

□ 账面净值:[XXX万]
□ 适用审批层级:[层级]

□ 审批记录:
□ [财务经理]:[✅/🔴] — [YYYY-MM-DD]
□ [CFO]:[✅/🔴] — [YYYY-MM-DD]
□ [CEO]:[✅/🔴] — [YYYY-MM-DD]

□ 合规性:[✅ 合规 / 🔴 不合规 — 须补充审批]

【四、资产评估(如须)】

□ 是否须评估:[是/否]
□ 评估机构:[名称]
□ 评估价值:[XXX万]
□ 评估日期:[YYYY-MM-DD]

□ 评估结果:[描述]

【五、处置损益计算】

□ 账面净值:[XXX万]
□ 处置收入:[XXX万]
□ 处置费用:[XXX万]
□ 净处置收入:[XXX万]

□ 增值税:[XXX万]
□ 处置损益:[±XXX万]

□ 损益方向:[盈利/亏损/净损失]
□ 入账科目:[资产处置收益/资产处置损失/营业外支出]

【六、审核结论】

□ 审核结果:[✅ 通过 / 🔴 不通过]

□ 审核意见:
□ [意见1]
□ [意见2]

□ 入账分录建议:
借:银行存款 [净处置收入]
  累计折旧 [累计折旧]
  营业外支出 [损失,如有]
  贷:固定资产 [原值]
    资产处置收益 [收益,如有]

□ 后续待办:
□ [待办1] — 责任人 [X] — 完成日期 [YYYY-MM-DD]

═══════════════════════════════════════
审核人:[姓名]
审核时间:[YYYY-MM-DD]
═══════════════════════════════════════

Read the full file on GitHub · 267 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. 9d ago First seen · 267 lines · 113 tokens per session scan A f56661663385

Subscribe to this mod's changes

asset-disposal-review is a skill published in the GitHub repository vivy-yi/finance-skills (29 stars, last pushed 3mo ago), licensed MIT. It adds 113 tokens to every session and 2,059 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

wealth-structure

A framework for thinking about wealth through ownership, responsibility, leverage, and avoiding risks that could end your progress.

kangarooking/cangjie-skill · 141 tokens

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

alpha-vantage

Access real-time and historical stock market data, forex rates, cryptocurrency prices, commodities, economic indicators, and 50+ technical indicators via the Alpha Vantage API. Use when fetching stock prices (OHLCV), company fundamentals (income statement, balance sheet, cash flow), earnings, options data, market…

foryourhealth111-pixel/Vibe-Skills · 126 tokens

hedgefundmonitor

Query the OFR (Office of Financial Research) Hedge Fund Monitor API for hedge fund data including SEC Form PF aggregated statistics, CFTC Traders in Financial Futures, FICC Sponsored Repo volumes, and FRB SCOOS dealer financing terms. Access time series data on hedge fund size, leverage, counterparties, liquidity…

foryourhealth111-pixel/Vibe-Skills · 123 tokens

edgartools

Python library for accessing, analyzing, and extracting data from SEC EDGAR filings. Use when working with SEC filings, financial statements (income statement, balance sheet, cash flow), XBRL financial data, insider trading (Form 4), institutional holdings (13F), company financials, annual/quarterly reports (10-K…

foryourhealth111-pixel/Vibe-Skills · 110 tokens

asc-ppp-pricing

Set territory-specific pricing for subscriptions and in-app purchases using current asc setup, pricing summary, price import, and price schedule commands. Use when adjusting prices by country or implementing localized PPP strategies.

rorkai/app-store-connect-cli-skills · 45 tokens