profit-loss

profit-loss is a skill for Claude Code from kylin985ti/china-accounting-skills. It costs 63 tokens per session (2,907 once invoked), scanned A, original, MIT.

A Chinese-language tool for preparing profit-and-loss statements under Chinese accounting rules. A profit-and-loss statement shows a company’s income, costs, and profit over a period.

In plain words
What is it for?
Preparing period comparisons, calculating gross and net profit margins, and analysing the quality of reported profits for Chinese businesses.
Why use it?
It helps choose between simplified and full accounting formats and makes the company’s profitability easier to examine.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the china-accounting plugin — 25 skills shipped together

Good fit Preparing period comparisons, calculating gross and net profit margins, and analysing the quality of reported profits for Chinese businesses.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kylin985ti/china-accounting-skills/profit-loss
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 kylin985ti/china-accounting-skills --skill profit-loss
Clone the repo
git clone --depth 1 https://github.com/kylin985ti/china-accounting-skills

Made for: Claude Code.

Or install china-accounting, the plugin that ships this one along with the rest of its 25 skills.

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 profit-loss

README.md
[![agentmods](https://agentmods.dev/badge/skills/kylin985ti/china-accounting-skills/profit-loss/github.svg)](https://agentmods.dev/skills/kylin985ti/china-accounting-skills/profit-loss)
Your own site
<a href="https://agentmods.dev/skills/kylin985ti/china-accounting-skills/profit-loss"><img src="https://agentmods.dev/badge/skills/kylin985ti/china-accounting-skills/profit-loss/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 profit-loss

Your own site · 80×15
<a href="https://agentmods.dev/skills/kylin985ti/china-accounting-skills/profit-loss"><img src="https://agentmods.dev/badge/skills/kylin985ti/china-accounting-skills/profit-loss.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,907 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00063 $0.02907
Opus 5 $0.00032 $0.01453
Sonnet 5 $0.00013 $0.00581
Haiku 4.5 $0.00006 $0.00291

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

Security

Grade A, and why

profit-loss 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 12d 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.

business/profit-loss/SKILL.md · 223 lines

How it starts

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

利润表生成

使用前必读

根据企业实际情况选择对应版本:

快速判断:一般纳税人 / 年收入≥500万 / 有融资需求 / 多子公司 / 计划上市 → 企业准则版(完整利润表,含减值/公允价值变动/递延税)。不涉及以上任一情形的小微企业 → 小企业版(简化利润表)。不确定时默认选企业准则版。详见 accounting-framework 获取完整判断流程。

  • 小企业准则 → 版本一
  • 企业准则 → 版本二(千万级企业必用)

版本一:小企业会计准则利润表

标准格式

                           利 润 表
编制单位:[公司名称]                2026年1-5月  单位:人民币元

┌────────────────────────────────────────────┬──────────┬──────────┐
│                   项  目                   │ 本期金额 │ 上期金额 │
├────────────────────────────────────────────┼──────────┼──────────┤
│ 一、营业收入                               │          │          │
│     其中:主营业务收入                     │          │          │
│           其他业务收入                     │          │          │
├────────────────────────────────────────────┼──────────┼──────────┤
│     减:营业成本                           │          │          │
│           主营业务成本                     │          │          │
│           其他业务成本                     │          │          │
│         税金及附加                         │          │          │
│         销售费用                           │          │          │
│         管理费用                           │          │          │
│         财务费用                           │          │          │
├────────────────────────────────────────────┼──────────┼──────────┤
│     加:投资收益(损失以"-"号填列)         │          │          │
├────────────────────────────────────────────┼──────────┼──────────┤
│ 二、营业利润(亏损以"-"号填列)             │          │          │
├────────────────────────────────────────────┼──────────┼──────────┤
│     加:营业外收入                         │          │          │
│     减:营业外支出                         │          │          │
├────────────────────────────────────────────┼──────────┼──────────┤
│ 三、利润总额(亏损以"-"号填列)             │          │          │
├────────────────────────────────────────────┼──────────┼──────────┤
│     减:所得税费用                         │          │          │
├────────────────────────────────────────────┼──────────┼──────────┤
│ 四、净利润(亏损以"-"号填列)               │          │          │
└────────────────────────────────────────────┴──────────┴──────────┘

Read the full file on GitHub · 223 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. 12d ago First seen · 223 lines · 63 tokens per session scan A 4076ff35f470

Subscribe to this mod's changes

profit-loss is a skill published in the GitHub repository kylin985ti/china-accounting-skills (56 stars, last pushed 18d ago), licensed MIT. It adds 63 tokens to every session and 2,907 once invoked, about $0.0003 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

sector-rotation

An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.

HKUDS/Vibe-Trading · 39 tokens

strategy-pivot-designer

Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.

tradermonty/claude-trading-skills · 28 tokens

twitter-reader

Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…

himself65/finance-skills · 161 tokens

chenhao-limit-up

A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.

questflowai/investorskills · 44 tokens

furusato

A Japanese hometown-tax donation manager for furusato nozei, a system where donations to municipalities can qualify for an income-tax or local-tax deduction. It reads donation receipts, stores donation records, and calculates deduction limits.

kazukinagata/shinkoku · 102 tokens

reading-receipt

An image-reading workflow for extracting structured information from receipts, invoices, and hometown-tax donation certificates. It can first extract text from PDFs and otherwise read their images.

kazukinagata/shinkoku · 64 tokens