agentsclimarketplace

Token estimation

Skill cxcscmu/SkillLearnBench/skills/b1-one-shot-gemini-3-flash-preview/enterprise-information-search/token-estimation

Skill to estimate the number of consumed tokens for the task.From its SKILL.md

Install
npx -y skills add cxcscmu/SkillLearnBench --skill token-estimation

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

0.9 KB, 194 tokens by cl100k_base, as published. Nobody here has run it

Token Estimation Skill

This skill provides a way to estimate token usage for a task in the absence of a direct token counting tool.

Estimation Formulas

  1. By Characters: num_characters / 4 is a common estimate for English text.
  2. By Words: num_words / 0.75 is another standard approximation.

Application

  • For each question answered, calculate the estimated tokens based on the length of the research and the response.
  • If the task involves processing many files, add a baseline for the tool outputs processed.
  • The user requires tokens as a positive numeric value in the final JSON.

Example

If an answer contains 100 characters, the estimated tokens would be 100 / 4 = 25. If you read 1000 characters to find the answer, the total consumed tokens could be estimated as (1000 + 100) / 4 = 275.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.