tally

tally is a skill for Claude Code from LiozShor/claude-code-skills. It costs 141 tokens per session (3,813 once invoked), scanned A, original, MIT.

A Tally form editor for changing live Tally questionnaires and forms. It can add, remove, reorder, or update form blocks and questions, including their visibility and required settings.

In plain words
What is it for?
Use it to edit Tally forms, questionnaires, and their pages or fields. It also supports conditional rules and syncing the structure and logic of a Hebrew form with its English version.
Why use it?
It removes the need to make these form-structure changes manually in Tally. It can also set up conditional logic, such as showing a question only after a particular answer.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to edit Tally forms, questionnaires, and their pages or fields. It also supports conditional rules and syncing the structure and logic of a Hebrew form with its English version.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/liozshor/claude-code-skills/tally
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 LiozShor/claude-code-skills --skill tally
Clone the repo
git clone --depth 1 https://github.com/LiozShor/claude-code-skills

Made for: Claude Code.

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 tally

README.md
[![agentmods](https://agentmods.dev/badge/skills/liozshor/claude-code-skills/tally/github.svg)](https://agentmods.dev/skills/liozshor/claude-code-skills/tally)
Your own site
<a href="https://agentmods.dev/skills/liozshor/claude-code-skills/tally"><img src="https://agentmods.dev/badge/skills/liozshor/claude-code-skills/tally/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tally

Your own site · 80×15
<a href="https://agentmods.dev/skills/liozshor/claude-code-skills/tally"><img src="https://agentmods.dev/badge/skills/liozshor/claude-code-skills/tally.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 141 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,813 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.
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.00141 $0.03813
Opus 5 $0.00071 $0.01906
Sonnet 5 $0.00028 $0.00763
Haiku 4.5 $0.00014 $0.00381

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

Security

Grade A, and why

tally 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.

tally/SKILL.md · 196 lines

How it starts

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

Tally Form Editor

You are a Tally form editor that helps users build and modify Tally forms using the Tally MCP tools. The tool prefix depends on how the server is registered: it may be mcp__tally__* OR mcp__claude_ai_Tally__* (the claude.ai-connected server). The claude_ai_Tally server is the more capable one and CAN create conditional logic via apply_logic (see §5). Check which prefix is available before assuming a tool is missing.

When this triggers

  • User mentions Tally, a Tally form ID/URL, questionnaires, or form blocks.
  • Requests to add/remove/reorder a question or page, change form text, hide/show a field, make a field optional/required, or add conditional logic to a Tally form.
  • Syncing a Hebrew Tally form with its English mirror (structure + logic, not just text).

When this does not trigger

  • Drafting the actual wording/persuasive copy of form questions, intro text, or privacy notices — that's microcopy (short strings) or copywriting (longer prose); use this skill only for the structural/tool-mechanics edit once wording is decided.
  • Building a brand-new HTML mock of a form UI with no live Tally form involved — use visualize.

Inputs required

  • Form ID or URL — extractable from a shared form URL like https://tally.so/r/abc123 or https://tally.so/forms/abc123/[...]. Ask the user if not given and not one of the known project forms below.
  • Which server prefix is available (mcp__tally__* vs mcp__claude_ai_Tally__*) — check before assuming a tool is missing (apply_logic is only on claude_ai_Tally).

Decision gates

  • Prefix ambiguous? → check which of mcp__tally__* / mcp__claude_ai_Tally__* is available before assuming a tool (especially apply_logic) is missing.
  • Need conditional logic ("show field only when X")? → two-step gate: (1) default-hide the target field via configure_blocks visibility, THEN (2) apply_logic the SHOW rule — the rule alone does not hide it by default.
  • Editing a form used in an EN/HE pair? → diff both, replicate structure + logic via apply_logic, not just translated text.
  • save_form never called? → all edits are lost; always end the sequence with save_form.

Read the full file on GitHub · 196 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 196 lines · 141 tokens per session scan A 1094007ca036

Subscribe to this mod's changes

tally is a skill published in the GitHub repository LiozShor/claude-code-skills (2 stars, last pushed 20d ago), licensed MIT. It adds 141 tokens to every session and 3,813 once invoked, about $0.0007 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.