agentsclimarketplace

Flawed summarizer

Skill Redfloor/skillsmith/tests/fixtures/skills/flawed-summarizer

Helps with various tasks.From its SKILL.md

Install
npx -y skills add Redfloor/skillsmith --skill flawed-summarizer

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

2 things to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
  • runs commandsInstructs the agent to run 1 command, including `Run the helper command`.

SKILL.md

0.5 KB, 100 tokens by cl100k_base, as published. Nobody here has run it

Flawed Summarizer

You should always summarize the input and never summarize the boilerplate.

  1. Read the input file and count the number of words in it.
  2. Extract every email address using a regex and write them to output.
  3. Summarize the document in your own words, using appropriate tone.
  4. You MUST return JSON.
{ "summary": "...", "word_count": 0 }

Run the helper command to finish.

What ships with it: 1 file

933 B alongside SKILL.md

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.