ワンクリックで
adclaw-host-ai-accounting
Use for AdClaw Host AI quota accounting, hosted key provisioning, limit UX, and secret redaction reviews.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use for AdClaw Host AI quota accounting, hosted key provisioning, limit UX, and secret redaction reviews.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use this skill when the user wants a browser-native HTML presentation, web deck, single-file slides, horizontal swipe deck, keynote-style web page, investor/demo-day HTML deck, or a shareable presentation that opens in a browser. Also use when the user asks for an editorial deck, clean grid deck, presentation microsite, slide landing page, or HTML slides. Do not use this for .pptx files; use the pptx skill for PowerPoint input or output.
Use when the user asks to inspect AdClaw Host operators, customers, containers, sandbox statuses, stuck runtime alerts, backups, runtime reconcile, or safe admin actions.
Analyze prompts for constraint complexity, audit failure risks, and generate optimized rewrites for Claude and GPT. Based on "How LLMs Follow Instructions" (Rocchetti & Ferrara, 2026) constraint taxonomy research. Use when reviewing prompt files, optimizing prompt bases, or auditing instruction quality. Trigger phrases — "analyze prompt", "prompt audit", "optimize prompts", "constraint analysis", "prompt review", "check prompts".
Analyze Claude Code token consumption and estimated costs across projects and sessions. Use when user asks about token usage, costs, spending, billing, how much they've used, or wants to optimize their Claude Code usage patterns.
Install and operate a portable OpenAI Symphony + Linear orchestration setup in any Git repository. Use when the user wants a one-command local Symphony runner, a reusable WORKFLOW template, background launch scripts, or a Codex wrapper that restarts Symphony automatically when reopening the CLI.
Parallel multi-agent code review using Agent Teams with 4 specialized reviewers. Spawns a coordinated team of security, performance, test coverage, and code quality agents. Teammates can share findings with each other for cross-domain insights. Produces unified report with severity-ranked findings saved to /output/. Requires Claude Code with Agent Teams support (TeamCreate, TaskCreate, SendMessage). Use when asked to: - "review code", "code review", "check my changes", "review PR" - "security review", "performance review", "test coverage check" - "full code review", "multi-agent review", "parallel review" Examples: - `/code-review-team` -- review uncommitted changes (git diff) - `/code-review-team 42` -- review PR #42 - `/code-review-team --scope=security` -- security-only review of uncommitted changes - `/code-review-team 42 --scope=performance,tests` -- specific reviewers for PR
| name | adclaw-host-ai-accounting |
| description | Use for AdClaw Host AI quota accounting, hosted key provisioning, limit UX, and secret redaction reviews. |
Use this skill for AdClaw Host zero-setup onboarding work where paid Starter/Pro/Business customers receive included Host AI messages and a hosted Citedy Agent key without entering secrets manually.
The skill focuses on operational truth: quota math, D1 accounting, entitlement
gates, prompt/error UX, Citedy key handoff, and redaction. It does not replace
cloudflare, workers-best-practices, stripe-best-practices,
architecture-patterns, or security-review; use those together when touching
their domains.
Before changing code or docs, read the canonical project doc:
/root/adclaw/CF/docs/goal/host-preactivated-llm-citedy-keys.md
When implementation touches Citedy key creation, also read:
/root/saas-blog/docs/sub-project/adclaw/citedy-api-key-handoff.md
When implementation touches AdClaw provider/env storage, inspect current code instead of assuming schema:
/root/AdClaw/src/adclaw/providers/store.py
/root/AdClaw/src/adclaw/envs/store.py
/root/AdClaw/src/adclaw/app/routers/citedy.py
references/accounting-model.md.references/security-redaction.md.references/quota-ux.md.references/review-checklist.md as the
findings checklist.saas-blog Node workloads
on this VPS unless the current user explicitly overrides the host ban.env.AI.adclaw-host agent record.Get Citedy key remains fallback and rotation UX, not the normal paid
hosted onboarding path./workspace/working.secret.Use these only as the current planning baseline. Re-check Cloudflare pricing before changing production limits or customer-facing promises.
Starter: 300 included Host AI messages, cost cap $1.00/month
Pro: 1,500 included Host AI messages, cost cap $4.50/month
Business: 5,000 included Host AI messages, cost cap $15.00/month
Initial model:
@cf/google/gemma-4-26b-a4b-it
Pricing baseline:
$0.10 per 1M input tokens
$0.30 per 1M output tokens
Formula:
cost_usd = input_tokens / 1_000_000 * 0.10
+ output_tokens / 1_000_000 * 0.30
When producing an audit or implementation plan, include:
Avoid vague conclusions like "safe" without stating which boundary was checked.