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.
npx skills add AgenticAIPlan/AgenticAISkills --skill feishu-expert-monitorgit clone --depth 1 https://github.com/AgenticAIPlan/AgenticAISkillsWrote 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.
[](https://agentmods.dev/skills/agenticaiplan/agenticaiskills/feishu-expert-monitor)<a href="https://agentmods.dev/skills/agenticaiplan/agenticaiskills/feishu-expert-monitor"><img src="https://agentmods.dev/badge/skills/agenticaiplan/agenticaiskills/feishu-expert-monitor/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.
<a href="https://agentmods.dev/skills/agenticaiplan/agenticaiskills/feishu-expert-monitor"><img src="https://agentmods.dev/badge/skills/agenticaiplan/agenticaiskills/feishu-expert-monitor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00056 | $0.00460 |
| Opus 5 | $0.00028 | $0.00230 |
| Sonnet 5 | $0.00011 | $0.00092 |
| Haiku 4.5 | $0.00006 | $0.00046 |
Grade A, and why
feishu-expert-monitor 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.
What it actually says
Feishu Expert Monitor
Use this skill when the task is to operate or extend a Feishu expert-monitoring base.
Scope
- Rebuild a Feishu Bitable so there are no blank columns, numbering starts from
NO.001, and links are clickable. - Normalize imported statement data, including fixing mojibake text before writing records.
- Keep three tables aligned: source registry, public statements, and candidate experts.
- Ensure every statement and expert has a source tag and a priority label.
- Aggregate statements by expert and keep the latest unit, title, contact entry, homepage, recent statement, and recommended activity.
- Support a daily 09:00 update flow that only writes when there is new data.
Workflow
- Read the workspace schema and current Feishu base token.
- Repair garbled Chinese text in source data before any scoring or writes.
- Filter out data older than two years.
- Score AI/data relevance and map each record to a simple priority.
- Rebuild or update the Bitable schema with URL fields for all jump links and select fields for source and priority labels.
- Write statement records and aggregate expert records.
- Keep the default view ordered from
NO.001and put the most important columns first. - Skip Feishu writes when the run produces no updates.
Required Outputs
来源注册表公开言论池候选专家池
Field Rules
- Use URL fields for
链接,来源链接,最新言论链接,机构主页, and公开联系入口. - Use select fields with color for
来源类型标签and优先级标签. - Keep
IDas the first visible field in every table. - Do not leave placeholder blank columns in the final layout.
References
- Read references/schema.md when you need the target table layout.
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.
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.
- 12d ago First seen · 46 lines · 56 tokens per session scan A 787bfbd662eb
feishu-expert-monitor is a skill published in the GitHub repository AgenticAIPlan/AgenticAISkills (11 stars, last pushed 3mo ago), licensed MIT. It adds 56 tokens to every session and 460 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.
Other skills, from other repositories
dcf-model
Build discounted cash flow valuation workbooks in Excel.
audit-xls
Audit a spreadsheet for formula accuracy, errors, and common mistakes. Scopes to a selected range, a single sheet, or the entire model (including financial-model integrity checks like BS balance, cash tie-out, and logic sanity). Triggers on "audit this sheet", "check my formulas", "find formula errors", "QA this…
google-drive-sheets
Find, read, export, edit, and manage the user's Google Drive, Docs, Sheets, and Slides through per-user OAuth.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
large-file-parquet-analysis-and-highlight
A workflow for processing large Excel workbooks by counting their rows, converting them to Parquet when needed, and finding maximum values. Parquet is a data-file format designed for efficient reading.
excel-basic-statistics-and-routing
An Excel workflow for filtering grouped data, calculating averages, extracting row ranges, removing duplicates, and adding totals.