skills
Health Uyari
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 5 GitHub stars
Code Basarisiz
- exec() — Shell command execution in scripts/build-site.mjs
- process.env — Environment variable access in scripts/capture-app-screenshots.mjs
- network request — Outbound network request in scripts/capture-app-screenshots.mjs
Permissions Gecti
- Permissions — No dangerous permissions requested
Bu listing icin henuz AI raporu yok.
Agent Skills by mr-kelly
🧰 mr-kelly/skills
Kelly's personal AI skills workspace for daily business operations.
65 skills, including 62 App-in-Skill workflows with calm local browser UIs for review, approval, and dashboards.
English · 简体中文 · 🌐 Browse all skills on the website
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Not prompts — practical skills with local apps, model builders, and review workflows where the task needs them.
Contents
- What Makes These Different
- App-in-Skill Compliance
- Quick Start
- Skills
- App UI Screenshots
- Repository Layout
This repo collects the skills Kelly uses repeatedly across email, money, content, PR review, short-drama production, music-video planning, and agent setup. It is installable as a skill/plugin bundle, but the center of gravity is not a generic public marketplace — it is a practical set of Kelly-shaped business tools.
What Makes These Different
Most skill libraries are just prompts. Kelly's skills are App-in-Skill workflows — each pairs an agent operating procedure with a local browser UI, so there is always a calm place to review before anything happens:
- The agent operates — it triages, drafts, reconciles, researches, and plans against your real accounts and exports.
- You review in a local UI — a command desk with dashboards, editable drafts, detail panes, and status filters, running on
localhostwith demo-safe data by default. - Nothing risky ships without approval — safe actions are one click; risky ones are blocked at an explicit approval boundary, and you can always hand work back to the agent with notes.
The result is agent speed with a human in the loop — not a black box.
This is not ad-hoc: the pattern follows the App-in-Skill specification — a research spec for pairing an agent skill with a local companion UI (the file handoff, the five-state review model, the data-provider seam, onboarding, and safety gates). Every skill here is an implementation of that spec.
Application Workflow Contracts
New Busabase operating-app skills use the repository's kelly-app-skill-creator contract: each bundles a complete canonical project under app/, reads persistent config/state/data through busabase-sdk, and deploys the same source to AirApp by default. The project remains runnable with pnpm dev, but starts locally only when the user explicitly requests preview or debugging. kelly-app-skill-creator owns the operator UI, desktop/mobile layout, interactions, and visual acceptance; kelly-app-skill-creator-tests independently owns reusable conformance, OSS Busabase, Cloud OAuth, persistence, and AirApp parity tests; $busabase and $busabase-app-creator own Busabase resources plus AirApp runtime and deployment mechanics. Existing local App-in-Skill workflows retain their audited implementation baseline:
- First-run onboarding — Busabase-backed apps expose connection, Space, resource, schema, and Vault-readiness states before live data is used. Setup never collects passwords, API keys, or Vault values in the browser UI.
- Deterministic handoff — Busabase-backed workflows declare a resource map and validate Folder/Node, Base, Doc, Drive/File, and Vault requirements through
busabase-sdk; missing or malformed state fails loudly. - Review safety — demos use a dedicated Busabase instance or test Space; external writes, publishing, sending, generation, and other consequential work stay behind an explicit approval or Agent-task boundary.
- Maintainable frontend — large browser scripts are split into native ESM modules, entry files stay below 800 lines, and larger stylesheets use ordered CSS modules with stable cascade layers.
- Reproducible evidence — screenshot routes use deterministic demo states at the canonical desktop and phone viewports, and the GitHub Pages gallery is rebuilt from the bilingual READMEs plus skill-local assets.
The audit gate runs repository lint and type checks, validates every skill package, and reports OSS and environment-gated Cloud suites separately as pass, fail, or skip.
Quick Start
- Install — in Claude Code:
Or for Codex and other agents that can install skills:/plugin marketplace add mr-kelly/skills /plugin install mr-kelly-skillsnpx skills add mr-kelly/skills - Invoke a skill — e.g.
$kelly-moneyto review cashflow, or$kelly-emailto reach inbox zero. - Open the local App UI — the skill launches a review desk in your browser (demo-safe data by default) where you inspect dashboards, edit drafts, and approve or block actions.
Skills
The kelly-* skills are the everyday business tools. Helper skills such as agent-rules, kelly-app-skill-creator, kelly-app-skill-creator-tests, and publish-skills support the workspace itself.
Finance & Back Office
| Skill | What It Does | When To Use It | Details |
|---|---|---|---|
kelly-audit |
Imports orders, invoices, and payments from business exports and audits them against each other: missing invoices, amount mismatches, overdue receivables with aging, duplicates, and unmatched payments, each with an evidence chain and drafted follow-up. | Use it when reconciling the order-invoice-payment chain, chasing receivables, or reviewing finance anomalies before month-end. | View ↗ |
kelly-finance |
Builds and audits finance three-statement models, operating forecasts, budgets, cash runway models, SaaS/unit-economics packs, and Excel-ready finance outputs. | Use it when making 财务三表, investor projections, board finance packs, scenario cases, balance-sheet checks, working-capital schedules, capex/debt schedules, or repairing broken model links. | View ↗ |
kelly-invoice-sheet |
Extracts invoices, receipts, credit notes, and statements into a spreadsheet-style local review table with field confidence, line items, approval decisions, and CSV/JSON export. | Use it for Invoice转表格, invoice OCR, receipt-to-spreadsheet, bookkeeping import prep, or a Lido-style Extract Data workflow. | View ↗ |
kelly-money |
Aggregates Mercury, Stripe, Airwallex, and Creem into a local money ledger dashboard with total cashflow, account health, and account detail views. | Use it when reviewing balances, payments, payouts, fees, refunds, transfers, provider sync status, or total money movement across configured accounts. | View ↗ |
Investing & Wealth
| Skill | What It Does | When To Use It | Details |
|---|---|---|---|
kelly-family-fund |
Pools elderly parents' pensions into one steward-managed fund and books the monthly care cost and shared-family spending in a base currency, so every sibling family can see the split is fair. Read-only — it never moves money. | Use it when a family jointly supports elderly parents from a pooled pension: tracking the nursing-home cost and splitting the surplus (transport, meals, birthday gifts, gifts of obligation) transparently across sibling families. | View ↗ |
kelly-family-office |
Consolidates multiple entities' and members' holdings from CSV import and manual entry into one family-office dashboard: total AUM in a base currency, plus roll-ups by entity, asset class, and institution, and performance. Read-only — it never moves money. | Use it when rolling up a family office across individuals, trusts, and companies; reviewing consolidated AUM, asset allocation, custodian exposure, or unrealized performance. | View ↗ |
kelly-invest-stock |
Builds a local Hono, Busabase-backed, read-only China stock portfolio and research desk using exact-pinned, no-key JavaScript market data from stock-sdk; the same source deploys to AirApp and never trades. |
Use it when monitoring mainland A-share holdings, related indices or stock ETFs, refreshing quotes and K-lines, or reviewing P/L, concentration, drawdown, unusual moves, research hypotheses, and data freshness. | View ↗ |
kelly-invest-webull |
Aggregates a personal Webull brokerage account into a local read-only portfolio dashboard: holdings, cost basis, market value, unrealized P/L, day change, and allocation by asset type. Read-only — it never places or cancels orders. | Use it when reviewing personal investments, positions, portfolio value, unrealized gains, cash, or asset allocation synced from Webull OpenAPI. | View ↗ |
Revenue-Based Finance
| Skill | What It Does | When To Use It | Details |
|---|---|---|---|
kelly-deal-scorer |
Review-queue desk that scores candidate SME financing deals with a deterministic, fully auditable rule-based rubric (revenue stability, growth trend, category risk, principal ratio, track record) — never an LLM call. | Use it when triaging a deal-underwriting queue, checking a score breakdown, getting a suggested revenue-share rate range, or recording approve/send-back/reject decisions. | View ↗ |
kelly-disclosure-tracker |
Compliance/IR review workspace tracking a standardized disclosure package per financing vehicle across an origination entity, a fund-manager entity, and a listing venue, with cross-entity reconciliation flags. | Use it when reviewing disclosure checklists, vehicle readiness, or reconciliation mismatches before a filing. | View ↗ |
kelly-lead-funnel |
Kanban control panel for a BD/sourcing team triaging merchant financing leads, with a deterministic rule-based lead-quality score and per-stage funnel conversion tracking. | Use it when reviewing a deal-sourcing pipeline, moving a lead's stage, rejecting a lead with a reason, or checking funnel conversion rates. | View ↗ |
kelly-portfolio-health |
Read-mostly dashboard for an RBF fund or private-credit book: total AUM, weighted repayment progress, concentration risk by category, and a watchlist of contracts with declining revenue. | Use it when reviewing portfolio health, flagging a contract for review, or checking industry concentration and at-risk exposure. | View ↗ |
kelly-revshare-simulator |
Control-panel workspace for modeling revenue-based-financing (RBF) deals: projects cash flow and cumulative repayment, computes a Cash-Flow Payout Multiple and effective annualized merchant cost, and flags risk (cap not reached, cost too high) with pure deterministic math. | Use it when underwriting a revenue-share or merchant-cash-advance deal, comparing financing scenarios side by side, or recording an approve/needs-revision/reject decision. | View ↗ |
Legal & Contracts
| Skill | What It Does | When To Use It | Details |
|---|---|---|---|
kelly-clm |
Lightweight contract lifecycle desk for contract inventory, lifecycle stages, owners, obligations, renewal notices, and simple approval reminders. | Use it when managing a simple contract repository, tracking renewals or notice deadlines, assigning contract owners, or following up on obligations without doing detailed legal redlines. | View ↗ |
kelly-legal-casebase-ingest |
Legal casebase intake and anonymization QA desk: the agent extracts archived judgments and awards into structured, redacted case records; reviewers approve, revise, or block before canonical ingest. | Use it when building an internal intelligent case database, processing judgment documents, reviewing anonymization, classifying/tagging cases, or running casebase quality acceptance. | View ↗ |
kelly-legal-contracts |
Legal-contract review desk for NDAs, MSAs, DPAs, and SOWs: the agent prepares clause issues, fallback language, playbook checks, and issue-list exports; legal reviews and approves in a local UI. | Use it when reviewing contracts, triaging clause risk, maintaining fallback playbooks, approving redline positions, or exporting legal issue lists without sending anything automatically. | View ↗ |
kelly-legal-firm-radar |
Law-firm analytics and lawyer-profile radar over anonymized casebase metadata: practice mix, case-quality indicators, talent signals, brand proof points, and approval-gated management reports. | Use it when partners need business-layout analysis, case quality review, lawyer capability profiles, talent planning, or brand proof points from internal casebase data. | View ↗ |
kelly-legal-matter-strategy |
Matter-strategy desk: the agent turns new matter facts and internal precedents into issue trees, evidence maps, risk posture, negotiation options, and pleading or memo outlines for partner review. | Use it when preparing litigation, arbitration, advisory, evidence, or drafting strategy that must be reviewed by the responsible lawyer before client-facing use. | View ↗ |
kelly-legal-precedent-desk |
Internal precedent research desk: the agent searches approved casebase records, prepares similar-case packs, local court-pattern notes, citations, and AI Q&A answers for reviewer approval. | Use it when lawyers need internal casebase search, similar-case matching, local court tendencies, precedent packs, or approved research exports grounded in the firm's own matters. | View ↗ |
Sales & Customer
| Skill | What It Does | When To Use It | Details |
|---|---|---|---|
kelly-crm |
Runs a personal CRM over contacts, companies, deals, and interactions with a pipeline dashboard and an agent-drafted follow-up review queue. | Use it when tracking deals and relationships, reviewing pipeline health, or approving and editing follow-up drafts before the agent sends them through other channels. | View ↗ |
kelly-feedback |
Aggregates user feedback from every channel, clusters it into weighted feature requests, and runs a roadmap decision queue with drafted replies and changelog notes. | Use it when triaging user feedback, prioritizing feature requests, or making evidence-backed roadmap promote/decline decisions. | View ↗ |
kelly-inquiry |
Aggregates WhatsApp, Instagram, Messenger, and email inquiries into a sales pipeline with a product knowledge base, quote worksheets with price guards, an approval-gated outbox, and follow-up reminders. | Use it when handling foreign-trade or DTC inquiries, drafting accurate replies and quotes from a product KB, or catching stale deals before they leak. | View ↗ |
kelly-support |
Customer-support desk: the agent triages tickets from email, WhatsApp, web chat, forms, and WeChat, drafts replies grounded in a knowledge base, and proposes actions; you review, edit, and approve in a local UI before anything is sent, with an SLA board, CSAT tracking, and a support-qa gate that blocks refunds or commitments made without approval. | Use it when running a support inbox across channels, drafting KB-grounded replies, tracking SLA and CSAT, or approving sensitive actions like refunds and escalations. | View ↗ |
kelly-tickets |
Triages complaints and requests from WeChat exports, call logs, forms, and email into classified tickets, proposes crew dispatches with SLA targets for approval, and tracks everything on a resolution board. | Use it when managing property or facilities complaints, dispatching work orders to crews, or running any intake-classify-dispatch-track workflow. | View ↗ |
Comms & Team
| Skill | What It Does | When To Use It | Details |
|---|---|---|---|
kelly-email |
Runs an AI-assisted inbox-zero workflow across configured email accounts. It triages unread mail, drafts replies, prepares cleanup actions, and uses a local UI for human approval before execution. | Use it when processing unread email, drafting support replies, archiving or marking messages read after approval, or managing email through an App-in-Skill UI. | View ↗ |
kelly-jobhunt |
Runs a job-search outreach desk across three subcommands: profile turns a resume into a structured profile and a typeset PDF, research finds target companies and their published contact addresses and drafts one tailored email each, send puts the user's own SMTP credentials in the Busabase Vault and mails what they approved. One company gets exactly one email. |
Use it when applying to companies directly instead of through a job board, building a resume PDF from existing material, collecting hiring contact addresses with their sources, reviewing and editing application emails before they go out, or tracking which companies have already been contacted. | View ↗ |
kelly-messenger |
Aggregates WhatsApp, Discord, Slack, and Telegram into one unified local inbox with full conversation transcripts and an approval-gated reply outbox. | Use it when reading messages across chat platforms in one place, drafting replies in a single composer, and approving queued outbound messages that the agent then sends via platform connectors. | View ↗ |
kelly-standup |
Team standup board: the agent collects members' daily check-ins from chat channels on demand, structures them into yesterday/today/blockers cards with a team digest, and drafts approval-gated nudges for missing check-ins. | Use it when running daily standups asynchronously, seeing what everyone is working on at a glance, or tracking blockers and participation across the team. | View ↗ |
Brand & Marketing
| Skill | What It Does | When To Use It | Details |
|---|---|---|---|
kelly-brand |
Brand-narrative single source of truth on the TALE framework (Trace→Architect→Land→Evaluate): the agent drafts positioning, the message house, story bank, evidence-backed proof points, and vocabulary guardrails, scores narrative quality (NQS → SHIP/FIX/BLOCK), and flags cross-channel drift; you curate which drafts become canonical. | Use it when defining or auditing brand positioning and messaging, curating the canonical narrative and story bank, or catching off-brand drift across channels. | View ↗ |
kelly-campaigns |
Outbound email-marketing desk on the SEND lifecycle (Setup→Engage→Nurture→Deliver): the agent builds segments, drafts campaigns, newsletters, and sequences, and runs pre-send deliverability + subject-line QA behind an EQS quality gate (SHIP/FIX/BLOCK) before anything is scheduled or sent. | Use it when planning email campaigns, newsletters, or lifecycle sequences, checking deliverability and A/B subjects, or approving sends — distinct from kelly-email inbox triage. |
View ↗ |
kelly-creators |
Influencer/creator-marketing command desk built on the Discover→Plan→Activate→Measure pipeline: the agent sweeps and fit-scores creator candidates (C³ ACE), drafts outreach, briefs, and contracts, and a pre-publish gate (SHIP/FIX/BLOCK) checks FTC disclosure and claim authenticity, all reviewed in a local UI with a ROI board. | Use it when discovering and vetting creators, approving outreach and briefs, running a creator-campaign pipeline, or tracking influencer ROI and budget. | View ↗ |
kelly-launch |
Product-launch command desk on the RAMP framework (Research→Assemble→Mobilize→Prove): the agent assembles the launch checklist, drafts assets, Product Hunt / Hacker News submissions, press pitches, and the launch-day runbook, with a readiness gate scoring launch quality (LQS → SHIP/FIX/BLOCK). | Use it when planning and running a product launch: building the checklist, approving assets and channel submissions, gating launch readiness, or conducting launch day. | View ↗ |
kelly-social |
Social command desk that both monitors and publishes (Aaron's ECHO): unified timeline, account stats, follower trends, and share-of-voice on the monitoring side, plus a content calendar, an agent-drafted post composer, short-video scripts, an approval-gated engagement inbox, and a crisis playbook — every draft passes a social-qa SHIP/FIX/BLOCK gate. | Use it when reviewing social performance and share-of-voice, planning a content calendar, approving posts and short-video scripts, or triaging mentions and replies across platforms. | View ↗ |
kelly-writer |
Repurposes one source idea, article, transcript, outline, or announcement into channel-ready drafts for platforms like Xiaohongshu, WeChat, newsletters, LinkedIn, X/Twitter, short video, and SEO snippets. | Use it when turning long-form source material into a multi-platform content pack with local review, edits, approvals, and export. | View ↗ |
Growth & Analytics
| Skill | What It Does | When To Use It | Details |
|---|---|---|---|
kelly-behavior-predict |
Dashboard over mock user-behavior funnel data with per-segment predicted-next-action heuristics and a precision/recall backtest against historical sessions. | Use it when reviewing funnel drop-off, per-segment predictions, or backtesting a rule-based recommendation heuristic. | View ↗ |
kelly-radar |
Market-intelligence desk merging competitor signal monitoring (pricing, changelog, launch, review diffs), a research question workbench with brief approval and cited reports, and keyword/topic trend tracking. | Use it when watching competitors, commissioning deep research reports, or turning rising search and community trends into opportunity cards. | View ↗ |
kelly-seo |
Search desk covering SEO + GEO: Google Search Console analytics (clicks/impressions/CTR/position, opportunities) plus a generative-engine-optimization side — an AI-visibility tracker across ChatGPT/Perplexity/Gemini/Claude/Copilot, a citability-optimization queue, and brand-entity / knowledge-panel readiness, gated by geo-qa. | Use it when analyzing search performance, tracking and improving how AI engines cite your brand, approving GEO content changes, or fixing knowledge-graph and entity signals. | View ↗ |
Cross-Border E-commerce
| Skill | What It Does | When To Use It | Details |
|---|---|---|---|
kelly-ads |
Ad-campaign command desk aggregating Amazon, Meta, TikTok, and Google ads into one board with ACOS/ROAS tracking, deterministic anomaly detection, and approval-gated adjustment cards (negative keywords, bids, budgets). | Use it when reviewing ad spend across platforms, catching zero-conversion spend and budget burnouts, or approving bid and keyword adjustments with evidence. | View ↗ |
kelly-listing |
Listing factory: drafts platform-specific listings (Amazon title/bullets/description/backend terms/A+, Shopify, TikTok Shop, eBay) with locale variants, runs per-platform compliance checks, and exports approved copy. | Use it when writing or localizing marketplace listings, enforcing banned-word and character-limit rules, or batch-reviewing listing drafts before upload. | View ↗ |
kelly-picks |
Product-research radar for cross-border sellers: agent-swept trend candidates from BSR movers, TikTok virals, and rising queries, each with a live margin card (price, landed cost, fees, breakeven ACOS) and a competition read. | Use it when hunting products to sell, pressure-testing margins before committing, or running develop/watch/drop decisions with sourcing and listing briefs. | View ↗ |
kelly-products |
E-commerce product management desk: visual SKU catalog, pricing, inventory cover, channel status, content assets, compliance notes, lifecycle state, and approval-gated product operations. | Use it when managing product master data, inventory/reorder risks, marketplace channel status, price changes, quality holds, SKU archive decisions, or publish approvals. | View ↗ |
Industry Intelligence
| Skill | What It Does | When To Use It | Details |
|---|---|---|---|
kelly-ai-newsroom |
AI/news-source intelligence cockpit that separates noisy attention from buyer-trigger signals and turns platform, search, regulator, and enterprise-software movement into approved sales actions. | Use it when tracking AI news, Microsoft/Meta/OpenAI/Google/Perplexity movement, news-source changes, or buyer-intent angles that can affect product purchases. | View ↗ |
kelly-beauty-intel |
Beauty, wellness, and medical-aesthetic intelligence desk for competitor offers, treatment trends, safety notices, review themes, seasonal demand, and safe consultation copy. | Use it when clinics or beauty teams need campaign angles, consultation scripts, review-recovery notes, or client education that stays inside safe-claim boundaries. | View ↗ |
kelly-ecommerce-intel |
Ecommerce seller intelligence desk for marketplace policy, competitor price and listing movement, search trends, ads, review language, and SKU campaign actions. | Use it when marketplace or DTC sellers need listing edits, ad angles, bundle tests, review replies, campaign briefs, or policy-risk checks. | View ↗ |
kelly-education-intel |
Education and enrollment intelligence desk for exam dates, admissions changes, visa news, school notices, parent questions, competitor courses, and advisor scripts. | Use it when schools, tutoring centers, or admissions services need parent FAQs, enrollment actions, course-launch angles, webinars, or sourced education memos. | View ↗ |
kelly-financial-services-intel |
Financial-services intelligence desk for regulatory, macro, market, portfolio-theme, competitor, and client-question signals with reviewable education drafts. | Use it when advisors, family offices, or financial-services teams need internal briefs, client education memos, meeting agendas, or risk reminders without personalized advice. | View ↗ |
kelly-insurance-intel |
Insurance advisor intelligence desk for regulator updates, insurer/product movement, premium and claims news, lifecycle events, and compliant client-review prompts. | Use it when brokers or agencies need sourced meeting agendas, renewal scripts, client education notes, or needs-review checklists without making suitability claims. | View ↗ |
kelly-insure-data |
Insurance data-entry and governance cockpit backed by Busabase: Drive-node file metadata, governed QA pairs, and insurance news Base records. | Use it when importing, reviewing, and cleaning insurance files, metadata completeness, QA pairs, or market/news records before they become trusted knowledge. | View ↗ |
kelly-real-estate-intel |
Property-agency intelligence desk for listings, transactions, mortgage movement, district updates, competitor ads, and buyer/seller follow-up scripts. | Use it when turning real-estate market movement into owner updates, buyer outreach, listing angles, open-house talking points, or agency review batches. | View ↗ |
kelly-restaurant-intel |
Restaurant-group intelligence desk for weather, events, menus, delivery movement, booking signals, review themes, shift briefs, and daily promotion actions. | Use it when restaurants, cafes, or F&B groups need hero-menu picks, service-period briefs, delivery copy, booking scripts, or guest-recovery drafts. | View ↗ |
kelly-retail-intel |
Retail operating intelligence desk for weather, events, competitor promotions, product trends, review themes, supplier movement, merchandising, and staff briefs. | Use it when stores or consumer brands need hero-SKU picks, signage copy, replenishment checks, store briefings, or local demand actions. | View ↗ |
Production
| Skill | What It Does | When To Use It | Details |
|---|---|---|---|
kelly-demo-video-factory |
Plans product demo/marketing videos end to end: hook/pain-point/storyboard drafting, codebase claim verification against the actual product, and per-shot recording progress, tracked in Busabase and rendered in a local read-only review app; hands off to post-production/HyperFrame (Remotion). | Use it when planning a product demo video, writing a storyboard, verifying a video script's product claims before recording, tracking which shots are recorded, or handing a finished storyboard to editing/Remotion. | View ↗ |
kelly-digital-human |
Digital-human solution desk and multimodal demo for choosing between low-cost 2D photoreal avatar services and high-control UE/Unity 3D custom digital humans, with a local studio showing voice/text input, lip-sync video stream, vendor route latency, and launch QA. | Use it when planning an AI host, customer-service avatar, product explainer, livestream assistant, or digital-human demo; comparing services such as Silicon Intelligence, Tencent Zhiying, or ZEGO-style real-time providers; or designing a 3D UE/Unity avatar pipeline. | View ↗ |
kelly-drama |
Produces short-drama series with a local workbench for series overview, character library, relationship map, episode table, and shot sheets. Generates storyboard images with character reference cards and coordinates AI and human tasks. | Use it when planning and producing a short-drama series end-to-end: writing episode scripts, building character sheets, managing storyboard shots, and reviewing AI-generated images before use. | View ↗ |
kelly-mv |
Builds a pure-visual music video workbench: upload an MP3, write the MV concept, build a cast of on-screen characters with reference cards, and create a shot-by-shot storyboard with generated or uploaded images and draft videos. | Use it when producing a pure-visual music video — no narration or subtitles — by generating or uploading shot images and videos and assembling them over the song. | View ↗ |
kelly-portrait-retouch |
Retouches portraits naturally with a local face-aware CLI, non-destructive candidates, metadata stripping, before/after proofs, and a Busabase-backed review desk. | Use it for 美颜, portrait cleanup, profile-photo polish, subtle skin smoothing, headshot refinement, or batch candidate review without changing identity or overwriting originals. | View ↗ |
kelly-ppt-factory |
Project-based PPTX factory: turns briefs, source materials, and style samples into reviewed slide cards, generates style-consistent PowerPoint decks, and tracks render QA and exports. | Use it when producing pitch decks, sales decks, training materials, reports, proposals, courseware, or any batch of client-ready PPTX files. | View ↗ |
Education & Teaching
| Skill | What It Does | When To Use It | Details |
|---|---|---|---|
kelly-homework-coach |
Child-friendly homework tutoring desk: the agent explains photographed questions, analyzes wrong answers, builds a mistake notebook, and prepares practice papers behind parent/teacher review. | Use it when elementary students need photo-based homework help, gentle step-by-step explanations, wrong-question review, or mistake-focused paper generation. | View ↗ |
kelly-lesson |
Drafts lesson plans from curriculum materials and the school template, runs a compliance checklist against school requirements, and gives the dean a review queue with teacher feedback drafts and document export. | Use it when standardizing lesson plans across teachers, checking plan compliance, or reviewing and approving teaching plans at scale. | View ↗ |
Agent & Dev Platform
| Skill | What It Does | When To Use It | Details |
|---|---|---|---|
agent-rules |
Keeps rules and skills for Codex, Claude Code, Copilot, Kiro, Cursor, and Gemini aligned from one source of truth. It creates and verifies symlinks so agents share AGENTS.md and .agents/skills/. |
Use it when setting up a repo for multiple coding agents, checking agent rule drift, or fixing broken skill/rule symlinks. | View ↗ |
kelly-agent-builder |
Low-code agent configuration and governance console: a catalog of mock agent configs with quota, approval, and ownership tracking, blocking incomplete configs from going live. | Use it when managing an agent catalog, checking quota usage, activating a draft agent, or archiving one. | View ↗ |
kelly-agent-eval |
Review board that runs a fixed suite of mock test cases against baseline vs candidate agent versions, surfacing rubric-scored regressions before a release gate. | Use it when triaging agent-version regressions, comparing baseline vs candidate quality, or recording a release approve/block decision. | View ↗ |
kelly-agent-observability |
Local dashboard visualizing a fleet of LLM agents behind a shared AI gateway: call volume, latency, error rates, cost, and trace-level chain breaks. | Use it when reviewing agent fleet health or drilling into a failed trace to see where a chain broke. | View ↗ |
kelly-app-skill-creator |
Builds Busabase-backed App-in-Skill packages around Research, Plan, Action, and Retrospective. Each bundles a complete canonical app/, uses busabase-sdk for persistent config/state/data, deploys the same source to AirApp by default, starts pnpm dev only on explicit request, owns the responsive Kelly operator UI, delegates runtime rules to $busabase-app-creator, and delegates conformance acceptance to $kelly-app-skill-creator-tests. The previous names kelly-app-creator and app-in-skill-creator remain compatibility aliases. |
Use it when building a Busabase research desk, review queue, planner, action console, operating dashboard, control panel, or collaboration workspace. | View ↗ |
kelly-app-skill-creator-tests |
Builds and runs reusable conformance tests for canonical Kelly app skills, including local server and responsive browser checks, temporary open-source Busabase provisioning and persistence, environment-gated Cloud OAuth, and AirApp parity. OSS and Cloud are always reported separately. | Use it when adding tests to a skill created by kelly-app-skill-creator, validating a migrated app skill, wiring app-skill CI, or diagnosing SDK, OAuth, provisioning, persistence, or AirApp regressions. |
View ↗ |
kelly-devops |
Watches the product fleet: service uptime and latency, SSL certificate and domain expiry, API key rotation, and cloud spend anomalies, with agent-proposed action cards for approval. | Use it when checking service health, catching expiring domains and certificates, reviewing cloud spend spikes, or approving renewal and rotation actions. | View ↗ |
kelly-llm-gateway |
Dashboard for a shared LLM gateway's cost and model governance: spend trend, cost breakdown by service/model, canary-rollout status, and deterministic cost/error anomaly detection. | Use it when reviewing LLM gateway spend, canary rollouts, or acknowledging a cost/error anomaly. | View ↗ |
kelly-pr-review |
Runs a GitHub PR review desk through gh CLI. It gathers review-requested pull requests, prepares review notes, uses a local UI for approval, and executes approved gh pr review actions. |
Use it when reviewing GitHub pull requests, approving/commenting/requesting changes from a local queue, or batching PR review decisions. | View ↗ |
publish-skills |
Publishes agent skills and MCP servers to marketplaces and registries: security-scans for private data, validates with gh skill, cuts a release, wires the Claude /plugin and Codex marketplaces, and preps the MCP Registry and curated stores. |
Use it when publishing, releasing, or listing skills, plugins, or MCP servers to skills.sh, Claude Code, Codex, or the MCP Registry. | View ↗ |
App UI Screenshots
Most Kelly skills are more than chat prompts: they ship with local browser UIs for review, approval, dashboards, planning, and handoff workflows. They are useful when the agent can prepare work, but Kelly still needs a clear place to inspect context, edit drafts, compare rows, approve safe actions, block risky ones, or send the agent back with notes.
The common pattern is a local command desk: demo-safe data, status filters, detail panes, editable recommendations, approval controls, dashboards, and local handoff records. The screenshots below show the main use cases for each App UI rather than just isolated screens.
📸 Expand all App UI gallerieskelly-email
![]() |
![]() |
| Overview Inbox-zero command desk with account context, queue metrics, and review workflow controls. |
Inbox approval desk Mock inbox queue with approvals, sender context, reply drafts, and status filters. |
![]() |
![]() |
| Needs review Human-in-the-loop review scene for a partnership reply that needs tone and timing judgment. |
Blocked security request Risk-heavy email scenario where the assistant blocks a suspicious request instead of drafting a reply. |
kelly-jobhunt
![]() |
![]() |
| Outreach queue Companies sorted by match score, each with its drafted email, the address pool, and one approve-and-send action. |
No address yet A company whose pages published no address: send stays disabled until the search finds one, rather than guessing a pattern. |
![]() |
![]() |
| Profile Target role, cities, industries, self-introduction, resume file, and sender address — the four readiness items are named, not implied. |
Sent record Once approved, the letter is read-only: which address received it, when it was approved, and when it actually went out. |
kelly-money
Kelly Money is a local finance dashboard for seeing money movement across Mercury, Stripe, Airwallex, and Creem without exposing live credentials or provider data in documentation. Demo mode shows the intended operating surface: total cashflow, provider/account columns, account health, invoice matching, exception review, and drill-down detail for reconciliation.
![]() |
![]() |
| Overview Money command desk with account health, recent movement, and top-level inflow, outflow, fees, and net totals. |
Total ledger Normalized cashflow table across providers, accounts, transaction types, fees, statuses, and signed net movement. |
![]() |
![]() |
| Accounts Provider account inventory with balances, currency, sync status, inflow, fees, and net movement per account. |
Invoice matching Invoice-to-transaction reconciliation with matched items, missing invoices, amount mismatches, and review status. |
![]() |
|
| Exception detail Invoice exception view with amount/date deltas, matching rule, explicit tolerance, candidate transaction, and audit trail. |
kelly-finance
Kelly Finance is a local finance-model review desk. It creates and audits three-statement workbooks, keeps assumptions separate from formulas, and gives Kelly a browser UI for model KPIs, check queues, review notes, approval decisions, and agent handoff reports.
![]() |
![]() |
| Three-statement builder Workbook preview with assumptions, income statement, balance sheet, cash flow, and model checks for a clean forecast. |
Model audit checks Audit checklist for statement ties, hardcodes, formula direction, and debt/working-capital linkage before delivery. |
![]() |
|
| Workbook Generated workbook path and tab contract — Assumptions, Income Statement, Balance Sheet, Cash Flow, Checks — reviewed before any approved export. |
kelly-invest-webull
Kelly Invest (Webull) is a local read-only portfolio dashboard over a personal Webull brokerage account, connected through the Webull OpenAPI (App Key/Secret, region us) with a strict no-trading boundary. Demo mode shows the operating surface without exposing live credentials: portfolio value, unrealized P/L, allocation, positions, and per-account and per-position detail.
![]() |
![]() |
| Overview Portfolio command desk with market value, unrealized P/L, day change, cash, an allocation-by-asset-type donut, and top day movers. |
Positions Sortable holdings table across symbol, asset type, quantity, average cost, last price, market value, unrealized P/L, and portfolio weight. |
![]() |
![]() |
| Accounts Per-account view (cash and margin) with net liquidation, total cash, buying power, and the positions held in each account. |
Position detail Single-symbol view with cost basis, market value, unrealized P/L and percentage, day change, weight, and holding account. |
kelly-invoice-sheet
Kelly Invoice Sheet turns invoices, receipts, credit notes, and statements into a local spreadsheet-style review table. The UI is inspired by Lido's Extract Data flow: a sheet-like grid by default, an upload/extraction modal on demand, confidence warnings, editable invoice fields, line items, and approval-gated CSV/JSON export.
![]() |
![]() |
![]() |
| Spreadsheet extraction desk Sheet-like invoice table with extracted rows, status filters, confidence flags, and human-attention counts. |
Invoice detail review Editable invoice fields, line items, confidence notes, and approve/request-changes/block controls. |
Extract Data upload Lido-style upload modal with local file, Google Drive, OneDrive, and email source options. |
kelly-family-office
Kelly Family Office consolidates the holdings of multiple entities and members — individuals, trusts, and companies — from CSV import and manual entry into one read-only dashboard, converted to a base currency. Demo mode shows the intended operating surface with no live account data: total AUM and unrealized P/L, with roll-ups by entity, asset class, institution, and performance.
![]() |
![]() |
| Overview Consolidated command desk with total AUM in the base currency, unrealized P/L, entity and account counts, and headline allocation. |
By entity / member Each family entity (individual, trust, company) with its consolidated AUM, portfolio weight, and unrealized P/L. |
![]() |
![]() |
| By asset class Allocation across equity, bond, cash, crypto, real estate, private equity, and alternatives, with a donut, weighted bars, and a value table. |
By account / institution Consolidation by custodian and institution to see where assets are held and concentration across banks and brokers. |
![]() |
|
| Performance Cost basis versus market value and unrealized P/L, per entity and for the whole family office, in the base currency. |
kelly-family-fund
Kelly Family Fund is a local, read-only ledger for a family pooling elderly parents' pensions into one steward-managed fund. It books the fixed care cost (nursing home) and splits the remaining surplus — transport, meals, birthday gifts, gifts of obligation — fairly across the sibling families, so the bookkeeping itself is the guarantee of fairness. Demo mode shows a six-month CNY fund with no real account data.
![]() |
![]() |
| Overview Fund balance, this-month income / expense / net, care and family totals, an expense-by-category donut, running-balance trend, and read-only insights. |
Ledger Unified income and expense timeline by month, each entry tagged with its category and the sibling family it benefits. |
![]() |
![]() |
| By family (fairness) Each sibling family's cumulative benefit, share, and deviation from the average — care excluded, shared costs split equally — so anyone can confirm it is balanced. |
By category Spending across care, transport, meals, gifts, and gifts of obligation, with the care-versus-family split. |
kelly-writer
![]() |
![]() |
| Todo queue Confirmed content directions queued for AI writing, with ownership, status, and next-step controls. |
Topic discovery Mock editorial planning with keyword clusters, audience fit, and topic opportunities. |
![]() |
![]() |
| Main draft Long-form writing workspace with outline, draft sections, source notes, and approval status. |
Distribution review Channel handoff view for publishing, social snippets, newsletter framing, and final checks. |
kelly-pr-review
![]() |
![]() |
| Overview Pull request review desk with repository filters, status counts, and reviewer configuration. |
Needs review Mock pull request review with findings, confidence signals, test notes, and suggested actions. |
![]() |
![]() |
| Ready to approve Approval-focused review where checks pass and the final recommendation is ready to send. |
Blocked review Security-sensitive PR scenario with unresolved risk, blocking rationale, and reviewer handoff details. |
![]() |
![]() |
| Needs test Merged pull request waiting for human verification with a required test note or screenshot evidence. |
Tested Post-merge verification record showing the local test note that proves a human checked the change. |
kelly-drama
![]() |
![]() |
| Overview Series workbench with health dashboard, execution timeline, stats, and settings for series parameters. |
Episode table Episode list with script and storyboard status, shot readiness indicators, and per-episode detail pane. |
![]() |
![]() |
| Character library Character list with three-view image status, actor settings, wardrobe, and voice preview controls. |
Relationship map Character relationship view with power dynamics, evidence links, and relationship detail pane. |
kelly-mv
![]() |
![]() |
| Concept MV concept workbench with project checklist, next-step guidance, concept form, and how-to walkthrough. |
Storyboard Shot list with duration, image status, and a detail pane for description, image generation, and video upload. |
![]() |
![]() |
| Cast Character list with reference card status and a detail form for visual description, wardrobe, and consistency anchors. |
Song MP3 upload and song metadata form with auto-detected duration and song-gen backend status. |
kelly-digital-human
Digital-human implementation and demo desk for choosing between a fast 2D service integration and a high-control 3D UE/Unity build.
![]() |
![]() |
| Solution overview Side-by-side 2D fast-launch and 3D custom-build paths, with readiness score, latency targets, and launch blockers. |
Multimodal studio Animated avatar stream with lip motion, waveform, transcript, provider mode, route latency, and stream events. |
![]() |
![]() |
| Vendor and architecture desk Compares 2D service integration, real-time RTC rendering, and UE/Unity 3D architecture with cost, speed, and control tradeoffs. |
Launch QA gate Checks lip sync, stream latency, consent, script safety, fallback behavior, and production handoff state before launch. |
kelly-crm
![]() |
![]() |
| Overview CRM command desk with pipeline totals by stage, follow-ups due, recent activity, and network counts. |
Deals Pipeline table across stages with amounts, probability, next steps, and a per-deal interaction timeline. |
![]() |
![]() |
| Contacts Contact list with relationship strength, last touch, and per-contact interaction history and open deals. |
Follow-up queue Agent-drafted follow-up messages with editable drafts, risk badges, and approve/request-changes/block decisions. |
kelly-messenger
![]() |
![]() |
| Overview Messaging command desk with reply-decision counts, per-platform sync status, and oldest-waiting indicator. |
Conversation Chat transcript with an agent-suggested reply prefilled in the composer, ready to edit and queue. |
![]() |
![]() |
| Unified inbox Conversations across WhatsApp, Slack, Discord, and Telegram sorted by latest activity with waiting-time badges. |
Reply outbox Approval queue for outgoing replies: every message is reviewed before the agent sends it via platform connectors. |
![]() |
|
| Accounts Connected messaging accounts across WhatsApp and Telegram with connector status and secret readiness. |
kelly-social
![]() |
![]() |
| Overview Cross-platform KPI cards for X, Instagram, and Facebook with follower trends and top posts of the week. |
Unified timeline Posts across all platforms in one stream with per-post likes, replies, reposts, and view counts. |
![]() |
![]() |
| Detail Single-post performance view with platform metrics, comments, reply drafts, and approval status. |
Accounts Connected-account health board with platform status, audience totals, content cadence, and sync freshness. |
![]() |
![]() |
| Content calendar Scheduled posts across channels by theme pillar and date, with status and approvals. |
Compose (publishing) Agent-drafted posts in a review queue with hooks, hashtags, and CTAs, behind a social-qa SHIP/FIX/BLOCK gate — one draft blocked for a banned claim. |
![]() |
|
| Engagement Mentions and comments inbox grouped by urgency, sentiment, owner, and reply-approval state. |
|
![]() |
![]() |
| Short-video scripts Short-video script queue for Instagram, TikTok, and YouTube with hooks, shot lists, and approval state. |
Crisis playbook Incident status board with triage steps, pause-publishing controls, and spokesperson designation. |
kelly-support
Customer-support desk — KB-grounded drafted replies, SLA + CSAT, and a support-qa gate. The visitor chat widget is a documented future extension.
![]() |
![]() |
| Overview Queue health — open, breaching-SLA, and awaiting-approval counts, CSAT trend, and volume by channel and category. |
Tickets Approval queue with the KB-grounded draft reply and the support-qa gate — a refund draft blocked pending human approval. |
![]() |
![]() |
| Knowledge base Articles and canned macros the agent cites when drafting replies. |
SLA & CSAT SLA board of due and breached tickets, plus CSAT scores on resolved tickets. |
kelly-seo
![]() |
![]() |
| Overview Search Console KPI cards with daily clicks/impressions chart, top movers, and per-site freshness. |
Queries Top queries with clicks, impressions, CTR, position, period deltas, and opportunity badges. |
![]() |
![]() |
| Pages Page-level click and impression table with top growth and decline movers for prioritizing content updates. |
Opportunities Ranked SEO opportunity queue with impact, effort, evidence, and recommended next actions. |
![]() |
![]() |
| AI visibility (GEO) An engines×prompts matrix of where the brand is cited across ChatGPT, Perplexity, Gemini, Claude, and Copilot, with an overall visibility score and trend. |
GEO optimizer Agent-proposed rewrites that make pages more citable by AI engines, gated by geo-qa — one blocked for a fabricated stat. |
![]() |
![]() |
| Entity readiness Entity readiness checklist showing schema coverage, citation signals, and blocked/ready status for AI answer engines. |
Sites Configured Search Console properties with verification type, last sync, and 28-day click and impression totals. |
kelly-feedback
![]() |
![]() |
| Overview Voice-of-customer desk with weekly inflow by channel, sentiment split, top clusters, and source freshness. |
Inbox Raw feedback stream across email, Discord, Slack, X, and app-store reviews with triage controls. |
![]() |
![]() |
| Requests Clustered feature requests with frequency, weighted scores, trend, and representative quotes. |
Roadmap decisions Agent-proposed promote/decline/merge proposals with drafted changelog notes and user replies for approval. |
kelly-radar
![]() |
![]() |
| Overview Market-intelligence desk with signals to triage, watchlist freshness, top trend movers, and the research pipeline. |
Research desk Research questions moving through brief approval, deep research, and cited report review. |
![]() |
![]() |
| Signals Competitor pricing, changelog, launch, review, and hiring signals with severity badges and Act/Watch/Ignore triage. |
Trends Rising keywords and community topics with momentum sparklines and opportunity cards for content or roadmap handoff. |
![]() |
|
| Watchlist Tracked competitors with pricing and positioning change signals, review status, and last-monitored timestamps. |
kelly-ai-newsroom
![]() |
![]() |
| Overview Daily buyer-trigger cockpit with top AI/source signals, approved actions, blocked claims, and source coverage. |
Signals Evidence-backed AI, search, and platform movement interpreted as purchase intent or watch-only noise. |
![]() |
![]() |
| Actions Sales and operating moves with approval status, risk notes, and the next concrete handoff. |
Drafts Editable sales openers, LinkedIn posts, and client memos kept behind a review gate. |
kelly-real-estate-intel
![]() |
![]() |
| Overview Property-agency desk showing today's market trigger, ready outreach, blocked claims, and coverage gaps. |
Signals Listings, transaction, mortgage, district, and competitor-ad movement tied to buyer or owner intent. |
![]() |
![]() |
| Actions Call scripts, owner notes, listing angles, and open-house talking points queued for approval. |
Drafts Editable client follow-ups and property-market memos with evidence and approval controls. |
kelly-education-intel
![]() |
![]() |
| Overview Education-intelligence desk with enrollment triggers, ready actions, blocked claims, and source freshness. |
Signals Exam, admissions, visa, school-calendar, and parent-question movement interpreted as purchase anxiety. |
![]() |
![]() |
| Actions Parent FAQ, webinar, advisor, and course-launch actions with review status. |
Drafts Editable parent memos and enrollment copy that avoid guarantees and unsupported claims. |
kelly-beauty-intel
![]() |
![]() |
| Overview Beauty and medical-aesthetic desk with demand triggers, reviewable actions, and blocked medical claims. |
Signals Competitor offers, treatment trends, reviews, safety notices, and seasonal demand with risk badges. |
![]() |
![]() |
| Actions Consultation scripts, staff notes, campaign angles, and review-recovery actions queued for approval. |
Drafts Editable client education and promotion copy that stays within safe-claim boundaries. |
kelly-insurance-intel
![]() |
![]() |
| Overview Insurance-advisor desk with protection-gap triggers, renewal actions, blocked advice, and source freshness. |
Signals Regulator, insurer, premium, benefit, health, travel, and lifecycle signals interpreted as review reasons. |
![]() |
![]() |
| Actions Meeting agendas, renewal checklists, and education tasks with compliance-aware approval status. |
Drafts Editable client education and advisor scripts that avoid suitability or return promises. |
kelly-insure-data
![]() |
![]() |
| Overview Insurance data-governance cockpit with record counts, quality score, metadata coverage, and cleanup targets. |
File Drive Busabase Drive-node file list with metadata completeness, missing fields, source, owner, jurisdiction, and review status. |
![]() |
![]() |
| QA Canonical insurance question-answer records from a Busabase Base, with source traceability and governance warnings. |
News Insurance news and market-intelligence records with publisher, market, publish date, URL, and completeness checks. |
kelly-retail-intel
![]() |
![]() |
| Overview Retail desk with local demand triggers, hero SKUs, ready store actions, and blocked promises. |
Signals Weather, events, competitor promotions, product trends, and review themes tied to merchandising decisions. |
![]() |
![]() |
| Actions Store briefs, signage, replenishment checks, and staff scripts queued for approval. |
Drafts Editable campaign, signage, and customer-message copy with local source context. |
kelly-ecommerce-intel
![]() |
![]() |
| Overview Ecommerce seller desk with SKU triggers, platform risks, ready optimizations, and blocked claims. |
Signals Marketplace policy, competitor price, ranking, ad, review, and search-intent changes. |
![]() |
![]() |
| Actions Listing edits, ad angles, bundle tests, and review-response tasks with approval status. |
Drafts Editable listing, ad, and customer-response copy held behind the review gate. |
kelly-restaurant-intel
![]() |
![]() |
| Overview Restaurant-group desk with demand triggers, meal-period focus, ready actions, and blocked food-safety claims. |
Signals Weather, events, competitor menus, delivery movement, and review themes tied to operations. |
![]() |
![]() |
| Actions Shift briefs, hero-menu picks, booking scripts, and delivery-copy actions ready for approval. |
Drafts Editable guest messages, review replies, and social copy with menu and safety boundaries. |
kelly-financial-services-intel
![]() |
![]() |
| Overview Financial-services desk with client-question triggers, advisor prep, blocked advice, and source freshness. |
Signals Regulatory, macro, market, portfolio-theme, and competitor movement interpreted as client concern. |
![]() |
![]() |
| Actions Internal briefs, client education tasks, advisor scripts, and risk reminders queued for approval. |
Drafts Editable explainers and meeting notes that avoid personalized advice and performance promises. |
kelly-devops
![]() |
![]() |
| Overview Fleet health desk with service, certificate, domain, and spend summaries plus a recent events feed. |
Action queue Agent-proposed renew/rotate/investigate action cards with evidence and approval controls. |
![]() |
![]() |
| Expiry ledger Domains, SSL certificates, key rotations, and plan renewals in one table with color-coded days-left. |
Services Monitored endpoints with uptime, latency sparklines, TLS certificate status, and check history. |
![]() |
|
| Spend Cloud spend across AWS, Google Cloud, and Cloudflare with month-to-date totals and per-product allocation. |
kelly-audit
![]() |
![]() |
| Overview Finance audit desk with amount at risk, receivable aging bar, anomaly queue preview, and import history. |
Anomaly queue Rule-flagged anomalies with the order-invoice-payment evidence chain and a drafted chasing email for approval. |
![]() |
![]() |
| Invoices Invoice ledger with due dates, paid amounts, days overdue, and match status. |
Orders Normalized orders with invoice and payment status badges and linked anomaly indicators. |
kelly-tickets
![]() |
![]() |
| Overview Dispatch command desk with SLA risk, weekly intake by channel, category distribution, and crew load. |
Board Tickets tracked across open, assigned, in-progress, waiting, and resolved with SLA indicators and history timelines. |
![]() |
![]() |
| Dispatch queue Agent-proposed crew assignments with priority, SLA target, reasoning, and an editable note to the crew. |
Intake Raw complaints from WeChat, phone, forms, and email with classification fields and convert-to-ticket controls. |
kelly-homework-coach
![]() |
![]() |
| Student desk Photo-based homework help with a gentle step-by-step explanation, self-check, and hint-first controls for the child. |
Mistake notebook Wrong-answer cards with root cause, misconception, fix strategy, similar practice, and the next review date. |
![]() |
![]() |
| Practice papers Mistake-focused paper plans with topic mix, estimated minutes, wrong-question analysis, strengths, and review sequence. |
Review queue Parent/teacher approval desk for explanations, mistake cards, and paper exports before the agent continues. |
kelly-lesson
![]() |
![]() |
| Overview Teaching-quality desk with compliance pass rate, grade-by-subject coverage, per-teacher status, and the review queue. |
Review queue Plan submissions with compliance summaries, agent revision suggestions, and drafted teacher feedback for approval. |
![]() |
![]() |
| Compliance checks Per-rule pass/warn/fail results with evidence snippets, filterable by rule and teacher. |
Plan library Lesson plans by subject, grade, and teacher with source badges, compliance scores, and structured plan detail. |
kelly-ppt-factory
![]() |
![]() |
| Overview PPT factory dashboard with project, deck, slide-card, QA, and style-score counters. |
Review queue Slide-card and deck approvals before the agent generates or revises PPTX output. |
![]() |
![]() |
| Slide cards Storyboard-style page specs: objective, layout, copy, visual brief, interaction, style checks, and QA flags. |
Exports PPTX outputs, render paths, generation status, and QA evidence for each deck. |
![]() |
![]() |
| Projects Deck project list with status and per-project detail — client, dates, and slide brief. |
Decks Generated decks with approval status, slide counts, and output PPTX paths. |
![]() |
|
| Style kit Reusable deck style kit — palette, headings, layout rules, and components. |
kelly-demo-video-factory
![]() |
![]() |
| Videos Every planned video with status, shot count, and per-status recording progress, read live from Busabase. |
Video detail Purpose/hook/pain-point/concept fields, the verified-claims correction table, and the full shot-by-shot storyboard with recording status. |
kelly-inquiry
![]() |
![]() |
| Overview Inquiry command desk with reply SLA counters, weekly channel mix, pipeline funnel, and stale-deal alerts. |
Approvals Approval-gated outbox for replies and quotes — nothing is sent until reviewed. |
![]() |
![]() |
| Pipeline Inquiries across WhatsApp, Instagram, and email with country, stage, value estimate, and next follow-up. |
Quotes Quote worksheets with line items sourced from the product KB, validity, and min-price guards. |
![]() |
|
| Products Product catalog behind quotes — specs, MOQ, price range, and lead time per SKU. |
kelly-picks
![]() |
![]() |
| Overview Product-research desk with weekly candidates by source, top movers, and per-source sweep freshness. |
Candidates Candidate table with momentum, estimated margin, competition grade, and develop/watch/drop stages. |
![]() |
![]() |
| Decision queue Agent-proposed develop/watch/drop verdicts with sourcing and listing briefs for approval. |
Margin card Live-editable margin math — price, landed cost, freight, fees, ad cost → margin % and breakeven ACOS — plus a top-10 review-count competition read. |
kelly-products
![]() |
![]() |
| Overview Product command desk with visual product cards, margin, inventory value, activity, and approval queue. |
Catalog Image-rich product library with SKU, lifecycle, owner, margin, inventory cover, and status badges. |
![]() |
![]() |
| Product detail Gallery, pricing, inventory, content readiness, compliance notes, channel matrix, and related review cards. |
Review queue Approval-gated publish, price, quality-hold, and lifecycle recommendations with evidence. |
![]() |
![]() |
| Channels Per-channel listing matrix across Amazon, Shopify, and TikTok Shop with status, price, score, and channel issues. |
Inventory Stock health across warehouses — on-hand, available, days of cover, and low-stock flags. |
kelly-listing
![]() |
![]() |
| Overview Listing command desk with product × platform status matrix, compliance pass rate, and export readiness. |
Review queue Draft submissions with compliance summaries and keyword-strategy notes for approval before export or publish. |
![]() |
![]() |
| Compliance checks Per-rule pass/warn/fail results — banned words, character caps, bullet counts — across all drafts. |
Draft workbench Amazon draft with live title character count, five bullets, backend search terms byte counter, A+ outline, and locale tabs. |
![]() |
![]() |
| Claims registry Approved marketing claims and banned or restricted phrases, each with evidence and compliance status. |
Products Product catalog with SKU, category, source, per-platform listing status, and last-updated. |
kelly-legal-contracts
![]() |
![]() |
| Overview Legal command desk with contract × workstream status, risk pass rate, review queue preview, and recent activity. |
Review queue Approval-gated legal issue queue with approve / request changes / block decisions and audit notes. |
![]() |
![]() |
| Risk checks Per-rule pass/warn/fail results across clause issues, including hard-stop terms and playbook violations. |
Clause issues Editable issue detail with fallback language, memo fields, reviewer rationale, and risk-check evidence. |
![]() |
![]() |
| Clause playbook Approved fallback clauses by position with status, matter type, and where each is safe to use. |
Contract register Contract table with counterparty, matter type, source, workstream, clause issues, and status. |
kelly-legal-casebase-ingest
![]() |
![]() |
| Overview Casebase command desk with intake progress, anonymization risk, review load, and recent activity. |
Review queue Approval-gated case records with stable refs, anonymization evidence, review notes, and decision controls. |
![]() |
![]() |
| Checks Deterministic QA checks for PII leakage, taxonomy completeness, source coverage, and tag confidence. |
Workbench Detail pane for facts, reasoning, legal basis, tags, editable draft, and reviewer note before ingest. |
![]() |
|
| Library Ingested case library with needs-review and approved buckets and per-item counts. |
kelly-legal-precedent-desk
![]() |
![]() |
| Overview Precedent command desk with packs awaiting review, high-match cases, approved packs, and recent activity. |
Review queue Similar-case packs with local court-pattern notes, citations, evidence, and approval controls. |
![]() |
![]() |
| Checks Quality checks for citation traceability, similarity rationale, jurisdiction fit, and confidentiality limits. |
Workbench Detail view for precedent reasoning, decisive facts, internal citations, draft memo, and review note. |
![]() |
|
| Library Internal precedent and trial-court pattern library, bucketed by review state. |
kelly-legal-matter-strategy
![]() |
![]() |
| Overview Matter-strategy command desk with partner review load, ready-to-draft strategies, blocked items, and activity. |
Review queue Issue-tree and evidence-map recommendations with responsible-lawyer approval controls. |
![]() |
![]() |
| Checks Strategy QA for missing facts, evidence gaps, deadline caveats, precedent grounding, and risk warnings. |
Workbench Detail pane for issue tree, evidence map, risk posture, negotiation options, and draft outline. |
![]() |
|
| Library Matter-strategy library of evidence and drafting plans, bucketed by review state. |
kelly-legal-firm-radar
![]() |
![]() |
| Overview Firm radar command desk with partner review load, approved reports, blocked insights, and management activity. |
Review queue Approval-gated management insights for practice mix, lawyer profiles, and brand proof points. |
![]() |
![]() |
| Checks Analytics QA for anonymization, sample size, attribution, bias caveats, and external-use restrictions. |
Workbench Detail pane for practice analytics, talent signals, quality indicators, and approved management report text. |
![]() |
|
| Library Firm and entity library with competitor analytics, bucketed by review state. |
kelly-clm
Kelly CLM is a deliberately lightweight contract lifecycle desk for contract inventory, owners, obligations, renewal notices, and simple approval reminders. It stays separate from kelly-legal-contracts, which remains the detailed legal review desk.
![]() |
![]() |
| Overview Lifecycle dashboard with stage pipeline, upcoming renewals, and at-risk obligations. |
Contracts Simple contract inventory with owner, counterparty, stage, value, and dates. |
![]() |
![]() |
| Obligations Owner-assigned obligation tracker with due dates and status. |
Renewals Renewal board with notice deadlines and simple follow-up actions. |
![]() |
|
| Approvals Approval queue for contract-lifecycle actions — renewal notices and obligation owners — with approve, request-changes, and block controls. |
kelly-ads
![]() |
![]() |
| Overview Cross-platform ads board: blended ROAS/ACOS vs target, per-platform cards, spend vs revenue bars, and worst offenders. |
Campaigns Campaign table with budget pace, spend, ROAS, and color-coded ACOS vs target across Amazon, Meta, TikTok, and Google. |
![]() |
![]() |
| Adjustment queue Agent-proposed bid, budget, and negative-keyword changes with evidence and expected impact, gated on approval. |
Alerts Deterministic anomaly feed: ACOS breaches, budget burnouts, zero-conversion spend, CPC spikes, rejected ads. |
kelly-standup
![]() |
![]() |
| Today board Daily standup at a glance: team digest, participation count, and per-member yesterday/today/blockers cards with source badges. |
Blockers All blockers across the team with severity, age, and agent-suggested next actions. |
![]() |
![]() |
| Members Team roster with check-in streaks, 30-day participation, open blockers, and per-member update timelines. |
Reminders Approval-gated nudges for missing check-ins — drafted by the agent, sent only after review. |
![]() |
|
| History Chronological standup log of past check-ins, blockers raised, and daily notes. |
kelly-creators
Influencer/creator-marketing desk on Aaron's Discover→Plan→Activate→Measure pipeline, with C³ ACE fit scores and a SHIP/FIX/BLOCK disclosure gate.
![]() |
![]() |
| Overview Pipeline funnel across the four phases, budget allocation, total reach, and the top fit-scored candidates. |
Creators Sortable candidate cards with C³ ACE fit scores, platform, niche, and audience size. |
![]() |
![]() |
| Outreach Needs-review approval queue with editable outreach drafts and the FTC/claim disclosure gate. |
ROI Per-creator spend, estimated value, CPM, and return once a partnership goes live. |
kelly-campaigns
Outbound email-marketing desk on the SEND lifecycle (Setup→Engage→Nurture→Deliver), with an EQS pre-send quality gate.
![]() |
![]() |
| Overview Send calendar plus list health — subscribers, bounce, churn, and complaint rates. |
Campaigns Draft and approval queue across campaigns, newsletters, and sequence steps. |
![]() |
![]() |
| Deliverability Pre-send QA — SPF/DKIM/DMARC, spam score, and the EQS SHIP/FIX/BLOCK gate. |
Performance Open, click, and unsubscribe rates by campaign. |
kelly-launch
Product-launch command desk on the RAMP framework (Research→Assemble→Mobilize→Prove), gated by a launch-readiness LQS score.
![]() |
![]() |
| Overview Launch countdown, the RAMP readiness gate with its LQS score, phase progress, and channel status. |
Checklist Launch tasks grouped by RAMP phase — Research, Assemble, Mobilize, Prove. |
![]() |
![]() |
| Assets Approval queue for launch assets, Product Hunt / Hacker News submissions, and press pitches. |
Launch day An ordered launch-day runbook with war-room notes. |
kelly-brand
Brand-narrative single source of truth on the TALE framework (Trace→Architect→Land→Evaluate), scored by NQS with a drift monitor.
![]() |
![]() |
| Overview The message house — positioning, value pillars, overall NQS, and the drift-alert count. |
Narrative Message pillars and vocabulary guardrails, canonical versus draft. |
![]() |
![]() |
| Story bank Customer stories and evidence-backed proof points. |
Drift Cross-channel off-brand alerts — offending usage versus the canonical guardrail. |
kelly-revshare-simulator
Control-panel workspace modeling revenue-based-financing deals: cash flow, Cash-Flow Payout Multiple, effective merchant cost, and risk flags.
![]() |
![]() |
| Overview Saved scenarios with decision status at a glance. |
Scenario detail Cash-flow chart, Cash-Flow Payout Multiple, effective annualized cost, and risk flags. |
kelly-deal-scorer
Review-queue desk scoring candidate SME financing deals with a deterministic, auditable rule-based rubric.
![]() |
![]() |
| Overview Score-distribution queue across candidates needing review. |
Score breakdown Every sub-factor's raw score, weight, and contribution, hand-recomputable. |
kelly-portfolio-health
Read-mostly dashboard for an RBF fund's portfolio: AUM, repayment progress, concentration risk, and a decline watchlist.
![]() |
![]() |
| Overview Total AUM, collected amount, weighted repayment progress, and at-risk count. |
Watchlist Contracts with recent revenue decline that could threaten repayment. |
kelly-lead-funnel
Kanban control panel for a BD/sourcing team triaging financing leads with a deterministic lead-quality score.
![]() |
![]() |
| Kanban Funnel-summary header with per-stage counts and conversion rates. |
Lead detail Score breakdown and suggested next action for a selected lead. |
kelly-disclosure-tracker
Compliance/IR workspace tracking disclosure packages per financing vehicle across three entity roles.
| Overview Vehicles ready, blocked, or in progress across the portfolio. |
Flagged A cross-entity reconciliation mismatch caught before it reaches a filing. |
kelly-agent-observability
Local dashboard visualizing a fleet of LLM agents behind a shared AI gateway.
![]() |
![]() |
| Overview Fleet-level call volume, cost, and degraded-agent counts. |
Trace detail Step-by-step timeline highlighting where a chain broke. |
kelly-agent-eval
Review board comparing baseline vs candidate agent versions across a fixed rubric-scored test suite.
![]() |
![]() |
| Overview Baseline vs candidate pass-rate comparison and release approve/block panel. |
Case detail Rubric bars and a side-by-side transcript diff for a regression. |
kelly-agent-builder
Low-code agent configuration and governance console with quota, approval, and ownership tracking.
![]() |
![]() |
| Overview Agents needing attention: over-quota, missing owner, or incomplete draft. |
Catalog Status badges across draft/live/paused/over-quota agents. |
kelly-behavior-predict
Predictive-recommendation analytics over mock user-behavior funnel data.
![]() |
![]() |
| Overview Funnel drop-off and per-segment predicted next actions. |
Segment detail Rule triggers and a precision/recall backtest against historical sessions. |
kelly-llm-gateway
Cost and model-governance dashboard for a shared LLM gateway.
![]() |
![]() |
| Overview Total daily spend trend and cost breakdown by service/model. |
Rollouts Canary-rollout status board with promote/rollback/hold decisions. |
Layout
.claude-plugin/marketplace.jsonkeeps the bundle installable for Claude Code.skills/contains one folder per skill.- Each skill folder contains
SKILL.md. - App-based skill folders usually include
app/, local scripts, schema references, demo mode, and a human-facingREADME.md.
Star History
Built by Kelly · Licensed under MIT · 🌐 Skills gallery
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi

































































































































































































































































