cii_daily_report

cii_daily_report is a command for Claude Code from yonggao/claude-plugins. It costs 17 tokens per session (744 once invoked), scanned A, original, MIT.

A command for creating a daily report from records stored in a Lark bitable, an online table and database service.

In plain words
What is it for?
Locating the Cloud Intelligence Institute report table, filtering records by submission date, and checking daily submissions across named departments.
Why use it?
It provides a defined process for finding the correct table and checking whether departments submitted reports for today or yesterday.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the team-analytics plugin — 3 commands shipped together

Good fit Locating the Cloud Intelligence Institute report table, filtering records by submission date, and checking daily submissions across named departments.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/yonggao/claude-plugins/cii_daily_report
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.

Clone the repo
git clone --depth 1 https://github.com/yonggao/claude-plugins

Made for: Claude Code.

Or install team-analytics, the plugin that ships this one along with the rest of its 3 commands.

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 cii_daily_report

README.md
[![agentmods](https://agentmods.dev/badge/commands/yonggao/claude-plugins/cii_daily_report/github.svg)](https://agentmods.dev/commands/yonggao/claude-plugins/cii_daily_report)
Your own site
<a href="https://agentmods.dev/commands/yonggao/claude-plugins/cii_daily_report"><img src="https://agentmods.dev/badge/commands/yonggao/claude-plugins/cii_daily_report/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 cii_daily_report

Your own site · 80×15
<a href="https://agentmods.dev/commands/yonggao/claude-plugins/cii_daily_report"><img src="https://agentmods.dev/badge/commands/yonggao/claude-plugins/cii_daily_report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 744 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.00017 $0.00744
Opus 5 $0.00009 $0.00372
Sonnet 5 $0.00003 $0.00149
Haiku 4.5 $0.00002 $0.00074

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

Security

Grade A, and why

cii_daily_report 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.

commands/cii_daily_report.md · 133 lines

How it starts

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

CII Daily Report Generator

Generate the latest daily report for Cloud Intelligence Institute following these steps:

Prerequisites Check

  • recall if bitable information is present in the memory, if not then
  • Ensure Lark MCP server is configured and accessible
  • Verify access to "日报汇总_云智慧研究院" bitable

Current Date Context

Please follow below examples to assign filter values while using bitable_v1_appTableRecord_search:

{
  "filter": {
    "conjunction": "and",
    "conditions": [
      {
        "field_name": "日报提交日期",
        "operator": "is",
        "value": ["Today"]
      }
    ]
  }
}
{
  "filter": {
    "conjunction": "and",
    "conditions": [
      {
        "field_name": "日报提交日期",
        "operator": "is",
        "value": ["Yesterday"]
      }
    ]
  }
}

Report Generation Process

Step 1: Locate Data Source

Search for the Lark document named "日报汇总_云智慧研究院" to:

  • Identify the correct bitable base
  • Locate the appropriate table containing daily reports

Step 2: Data Validation

Check for today's records across all departments:

  • 云平台开发部 (Cloud Platform Development)
  • 综合能源平台开发部 (Integrated Energy Platform Development)
  • 大数据开发部 (Big Data Development)

Important: If ANY department above has not submitted today's report then switch to check for yesterday's. If still not satisfied:

  • STOP execution immediately
  • 📋 List which departments have submitted reports
  • 📋 List which departments are missing reports
  • 🚫 Do not proceed with report generation

Step 3: Personal Task Confirmation

Before generating the report, check if the related information is provided otherwise search from feishu/lark calendar and task list to compose personal part as below.

Step 4: Report Generation

Generate the daily report in Chinese using this exact format:

潘永高-{YYYY.MM.DD}工作日报

一.个人重点工作
{Insert personal part here}

二.团队重点工作
1、云平台开发部
{Summarize from bitable important task field}

2、综合能源平台开发部
{Summarize from bitable important task field}

3、大数据开发部
{Summarize from bitable important task field}

Read the full file on GitHub · 133 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 · 133 lines · 17 tokens per session scan A 1d570440fdec

Subscribe to this mod's changes

cii_daily_report is a command published in the GitHub repository yonggao/claude-plugins (2 stars, last pushed 8mo ago), licensed MIT. It adds 17 tokens to every session and 744 once invoked, about $0.0001 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.