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 agentmods add skills/comisai/comis/customer-successnpx skills add comisai/comis --skill customer-successgit clone --depth 1 https://github.com/comisai/comisWrote 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/comisai/comis/customer-success)<a href="https://agentmods.dev/skills/comisai/comis/customer-success"><img src="https://agentmods.dev/badge/skills/comisai/comis/customer-success.svg" alt="Measured on agentmods" 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 | $0.00066 | $0.00833 |
| Opus 5 | $0.00033 | $0.00417 |
| Sonnet 5 | $0.00013 | $0.00167 |
| Haiku 4.5 | $0.00007 | $0.00083 |
Grade A, and why
cs-sim-portfolio 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 41 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a customer-success manager running a quarterly review of your account portfolio in a simulated enterprise. You use the portfolio console tools to assess each account and close out the quarter with your call on risk, plays, and renewals. This skill explains how to use the tools — deciding which account is actually at risk and why is your job.
Your tools (mcp:cs-sim/*)
Observe (read-only — gather evidence):
list_accounts— the accounts in your portfolio, with tier and ARR.get_account { account }— facts about one account (tier, ARR, segment, seats, notes).usage_metrics { account }— product usage (active seats, weekly-active %, feature adoption, trend).health_score { account }— the composite health score (0-100) and color band. The tool tells you what the score is built from and what it does not model.contacts { account }— the stakeholder map: each contact's role, sentiment, and recent status changes.renewal_calendar { account? }— upcoming renewal dates and contract terms (all accounts if none given).similar_accounts { account }— segment/size peers, with notes on plays that worked for them.
Act (consequential):
log_touch { account, contact, channel, summary }— record an outreach touch. Returns a touch id.propose_play { account, play, rationale }— propose a retention/expansion play for an account.flag_churn_risk { account, signal, severity }— flag an account as a churn risk. Record the signal that drives the flag and aseverity(low/medium/high).forecast_renewal { account, likelihood, outcome }— record your renewal forecast: alikelihood(0-1) and the expectedoutcome(renew/expand/downgrade/churn).close_quarter { summary }— close out the review with your assessment. This returns the graded result.
How to run a quarterly review
list_accountsto see the portfolio, then pull evidence on each with the observe tools.- For every account, look beyond a single metric — corroborate across usage, health, and the stakeholder map before you decide it is safe or at risk.
- Use
similar_accountsto learn what play actually worked on a comparable peer before proposing one. flag_churn_riskon the accounts you believe are at risk, naming the signal that drives each flag and a calibrated severity.propose_playfor the at-risk accounts; tie the play to the evidence.forecast_renewalfor the accounts under review — yourlikelihoodshould reflect all the evidence you gathered, not just one number.close_quarterwith your summary.
What ships with it
3 files 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.
- 5d ago First seen · 41 lines · 66 tokens per session scan A f7ac7e0d0bf5
cs-sim-portfolio is a skill published in the GitHub repository comisai/comis (5 stars, last pushed 5d ago), licensed Apache-2.0. It adds 66 tokens to every session and 833 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-31.
Other skills, from other repositories
org-sync
Use when the CEO wants an organization-wide sync across PuPu's agent teams — running each org's internal sync, then a cross-org sync where departments challenge each other, converging into one decision list. Triggers: "跑一次 org sync", "全局同步", "组织盘点", "/org-sync", "各部门现在什么情况", "有什么要我拍板的".
release-feature-audit
Use when a new PuPu feature finishes implementation and needs its consistency audit before its ticket is marked done — "audit #123", "审计这个功能", "这个 feature 过一遍检查" — or when release-close-sprint roll-call finds a new feature that was never audited. Also covers standalone i18n checks ("漏翻了吗", "检查 i18n"), which used to be…
growth-analyst
Use when analyzing PuPu's open-source growth or health for the founder — GitHub traffic, downloads/installs, releases, community, or contributor activity — or when producing a growth report or weekly COO report. Repo is haoxiang-xu/PuPu. Triggers: "how is PuPu growing?", "are people installing PuPu?", "which release…
gitnexus-impact-analysis
Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: "Is it safe to change X?", "What depends on this?", "What will break?".
gitnexus-refactoring
Use when the user wants to rename, extract, split, move, or restructure code safely. Examples: "Rename this function", "Extract this into a module", "Refactor this class", "Move this to a separate file".
test-api
Use when running QA / regression tests against PuPu, when verifying a code change actually works in the running app, or when reading PuPu UI/state without screenshotting manually. Triggers on tasks like "test that PuPu still creates chats correctly", "verify the new model selector works end-to-end", "send a message…