check-console

check-console is a skill for Claude Code, Codex from TOKTOKHAN-DEV/agent-company. It costs 2 tokens per session (594 once invoked), scanned A, original, MIT.

A skill for checking app review, release, live-version, and usage information through the Apps-in-Toss console, a service for managing Toss mini-apps.

In plain words
What is it for?
Use it to check review status and feedback, inspect the live bundle version, view daily users, sessions, retention, events, and selected revenue data, and record rejection reasons for follow-up.
Why use it?
It keeps reports tied to information actually read from the console and prevents guessing about review results, releases, or user activity. Actions that submit, publish, roll back, send notifications, or charge money remain with a person.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to check review status and feedback, inspect the live bundle version, view daily users, sessions, retention, events, and selected revenue data, and record rejection reasons for follow-up.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/toktokhan-dev/agent-company/check-console
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 TOKTOKHAN-DEV/agent-company --skill check-console
Clone the repo
git clone --depth 1 https://github.com/TOKTOKHAN-DEV/agent-company

Made for: Claude Code, Codex.

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 check-console

README.md
[![agentmods](https://agentmods.dev/badge/skills/toktokhan-dev/agent-company/check-console.svg)](https://agentmods.dev/skills/toktokhan-dev/agent-company/check-console)
Your own site
<a href="https://agentmods.dev/skills/toktokhan-dev/agent-company/check-console"><img src="https://agentmods.dev/badge/skills/toktokhan-dev/agent-company/check-console.svg" alt="Measured on agentmods" height="20"></a>
Per session 2 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 594 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.00002 $0.00594
Opus 5 $0.00001 $0.00297
Sonnet 5 $0.00000 $0.00119
Haiku 4.5 $0.00000 $0.00059

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

Security

Grade A, and why

check-console 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 8d 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.

templates/app-in-toss/files/agents/release-manager/skills/check-console/SKILL.md · 73 lines

What it actually says

check-console

준비

pnpm check      # "MCP: apps-in-toss-console" 항목 확인

미등록이면 출력된 명령으로 등록한다. 등록 뒤 인증은 사람이 한다 — /mcpapps-in-toss-console → Authenticate → Toss SSO + 비즈 로그인 → Connected 확인.

MCP 가 없으면 이 스킬을 건너뛰고 사람에게 콘솔에서 확인해 달라고 요청한다. 콘솔 정보를 추측해서 보고하지 않는다.

상태 확인

miniapp_get_status      지금 검수·운영 상태
review_list             진행 중인 검수
bundle_get_live_version 라이브 버전

보고할 때 언제 조회한 값인지 함께 적는다. 콘솔 상태는 사람이 버튼을 누르면 바뀐다.

반려 사유를 명세로 되돌리기

review_get_feedback

반려 사유를 받으면:

  1. release/<버전>.md 에 원문 그대로 기록한다
  2. 어느 명세의 수용 기준으로 들어가야 하는지 판단한다
  3. spec-writer 에 넘긴다 — 직접 명세를 고치지 않는다

같은 이유로 두 번 반려되지 않게 하는 유일한 방법은 수용 기준에 넣는 것이다.

출시 후

dashboard_dau           일간 활성 유저
dashboard_session       세션 수·길이
dashboard_retention     리텐션
event_log_search        특정 이벤트 추적

수익화를 붙였다면 dashboard_revenue_iap · dashboard_revenue_iaa.

부르지 않는 도구

도구
review_submit · review_cancel 검수 신청은 사람의 행위
bundle_rollback 되돌리기는 사람의 판단
출시 계열 출고 버튼은 사람이 누른다
promotion_money_charge 돈이 나간다
push_send_scheduled 사용자에게 알림이 나간다

이 도구들이 필요한 상황이면 무엇을 왜 눌러야 하는지 정리해서 사람에게 넘긴다.

출력

  • 조회한 값과 조회 시각
  • 반려 사유가 있으면 원문 + 넘길 곳
  • 사람이 눌러야 하는 버튼이 있으면 무엇을 왜
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. 8d ago First seen · 73 lines · 2 tokens per session scan A d75c2f29ff72

Subscribe to this mod's changes

check-console is a skill published in the GitHub repository TOKTOKHAN-DEV/agent-company (76 stars, last pushed 12d ago), licensed MIT. It adds 2 tokens to every session and 594 once invoked, about $0.0000 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

memstack-content-product-description

Use this skill when the user says 'product description', 'product listing', 'product copy', 'Amazon listing', 'Shopify listing', 'e-commerce copy', or needs conversion-optimized product descriptions with benefit-driven headlines and platform-specific SEO. Do NOT use for pricing strategy or sales funnels.

cwinvestments/memstack · 65 tokens

ai-slop

Operational rubric that turns "don't make AI slop" into observable properties, severity levels, evidence requirements, and repair actions for interface design. Use as the reference rubric when building or reviewing marketing sites, product interfaces, dashboards, portfolios, or e-commerce pages, especially alongside…

waybarrios/opencode-power-pack · 61 tokens

bitcoin-infrastructure-btcpay

BTCPay Server: open-source merchant payment processor. Self-hosted, supports BTC + Lightning + altcoins, plugin ecosystem, Lightning Address resolver, point-of-sale. USE WHEN: deploying merchant payments, integrating with BTCPay, building plugins.

claude-dev-suite/claude-dev-suite · 58 tokens

capture-lessons

Ship and capture lessons workflow. Creates the PR, updates lessons learned, updates documentation, generates the sprint retrospective, and updates the backlog. Use at the end of a sprint cycle, or when the user says "ship", "capture", "lessons", "retro", "retrospective", "wrap up", or "done with this sprint". Also use…

rbah31/claude-code-workflow · 100 tokens

red-team

Security red team that produces executable attack scripts and a static code audit. Use this skill for any security sprint, pre-release hardening, or when code touches authentication, billing, data storage, API endpoints, or secrets. Also use when the user says "red team", "pentest", "attack surface", "security audit"…

rbah31/claude-code-workflow · 131 tokens

full-sprint

Orchestrates a complete sprint cycle autonomously. Each phase runs as a separate claude -p session for context isolation. Use when the sprint-directive.md is ready and the sprint should execute end-to-end. Also use when the user says "run a full sprint", "execute the sprint", "build everything", "autonomous sprint"…

rbah31/claude-code-workflow · 79 tokens