activity-classifier

activity-classifier is a skill for Claude Code, Codex from uselessspace/freedeepagents-activity-builder. It costs 79 tokens per session (1,095 once invoked), scanned A, original, MIT.

A classification guide for deciding the technical shape of a FreeDeepAgents activity. It assigns choices for the interface, tools, runtime capabilities, images, and agent-controlled navigation.

In plain words
What is it for?
Use it to decide between cards and a persistent visual interface, determine whether domain tools or image features are needed, and define how the agent interacts with the preview.
Why use it?
It turns a completed requirements brief into fixed implementation decisions before code is written.

Skill for Claude CodeCodex

Part of the freedeepagents-activity-builder plugin — 13 skills shipped together

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.

agentmods
npx agentmods add skills/uselessspace/freedeepagents-activity-builder/activity-classifier
Any agent
npx skills add uselessspace/freedeepagents-activity-builder --skill activity-classifier
Clone the repo
git clone --depth 1 https://github.com/uselessspace/freedeepagents-activity-builder

Made for: Claude Code, Codex.

Or install freedeepagents-activity-builder, the plugin that ships this one along with the rest of its 13 skills.

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 activity-classifier

README.md
[![agentmods](https://agentmods.dev/badge/skills/uselessspace/freedeepagents-activity-builder/activity-classifier.svg)](https://agentmods.dev/skills/uselessspace/freedeepagents-activity-builder/activity-classifier)
Your own site
<a href="https://agentmods.dev/skills/uselessspace/freedeepagents-activity-builder/activity-classifier"><img src="https://agentmods.dev/badge/skills/uselessspace/freedeepagents-activity-builder/activity-classifier.svg" alt="Measured on agentmods" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,095 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00079 $0.01095
Opus 5 $0.00039 $0.00548
Sonnet 5 $0.00016 $0.00219
Haiku 4.5 $0.00008 $0.00110

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

Security

Grade A, and why

activity-classifier 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 3d 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.

skills/activity-classifier/SKILL.md · 120 lines

How it starts

The opening of the file, as written. The whole thing — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Activity Classifier

何时用:Brief 已写好、要定技术形态时 → 产出 Classification 后交 /activity-builder

Read the Activity Brief and produce a fixed classification before build work.

Axes

frontend_axis:

  • card-only when generic cards, forms, files, and artifacts are enough.
  • static-preview when the user needs a persistent rich view, canvas, dashboard, game-like interaction, timeline, graph, pet/avatar, map, or other specialized UI.

tool_axis:

  • runtime-only when card-system, typed-KV, and declared runtime capabilities are sufficient.
  • activity-tools when domain operations, third-party APIs, deterministic SPA writes, indexes, or private business logic need tools.py / handlers.py.

runtime_capabilities is an additive list drawn only from: image_generate, image_edit, tts_generate, read_document, asr. An empty list means no opt-in runtime tool.

image_axis:

  • none for text/cards/artifacts only.
  • generate-only for fresh images.
  • generate+edit-locked when user/reference images must stay visually locked across edits.

navigation_axis:

  • none when the Agent never needs to move the user's open preview.
  • agent-to-preview when a successful Agent read/action should select an activity-private route, view, or business object in the current Static Preview. It must not encode browser clicks, focus, scrolling, or DOM targets.

spa_interaction_axis (Static Preview only):

  • none for read-only DSL views.
  • handlers for deterministic reads/writes that do not need an Agent.
  • agent-turns for structured actions requiring model understanding, Skills, planning, or multiple tools.
  • mixed when both classes of interaction exist. Direct api/asr remains a platform endpoint, not an Agent turn.

runtime_mode is derived from frontend_axis, not chosen independently: card-onlyCard-only, static-previewStatic Preview.

data_mode:

  • none when the activity has no durable business state.
  • sqlite (default) for growing/queryable/transactional records.
  • typed-kv for small bounded Prompt-aware state.
  • hybrid for a typed-KV digest plus SQLite/sidecar corpus or index.

Read the full file on GitHub · 120 lines

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. 3d ago First seen · 120 lines · 79 tokens per session scan A bccfee8508b7

Subscribe to this mod's changes

activity-classifier is a skill published in the GitHub repository uselessspace/freedeepagents-activity-builder (2 stars, last pushed 16d ago), licensed MIT. It adds 79 tokens to every session and 1,095 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

brainstorming

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

obra/superpowers · 37 tokens

auto-perf-optimize

Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.

microsoft/vscode · 62 tokens

chat-perf

Run chat perf benchmarks and memory leak checks against the local dev build or any published VS Code version. Use when investigating chat rendering regressions, validating perf-sensitive changes to chat UI, or checking for memory leaks in the chat response pipeline.

microsoft/vscode · 51 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens