agentsclimarketplace

Findcoworkskills

Skill Invest-with-AI/findcoworkskills

Find skills you can install and use in Claude Cowork for a given topic. Use this skill whenever the user wants to discover existing skills before building their own — triggers include "find cowork skills for X", "what skills exist for X", "is there already a skill for X", "search for skills about X", "find me a skill that does X", or "before I build a skill, what's out there for X". Searches the open skill catalog, reads each result's actual SKILL.md to see which ones declare Cowork / Claude Desktop support, ranks everything by GitHub stars, and writes a single branded HTML report. No account or token needed.From its SKILL.md

Install
npx -y skills add Invest-with-AI/findcoworkskills

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

One thing 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.

SKILL.md

3.0 KB, 600 tokens by cl100k_base, as published. Nobody here has run it

findcoworkskills

Searches the open skill ecosystem for a topic and produces one ranked HTML report, so you can see what already exists before building a skill of your own.

When to use

The user is thinking about a skill for some task and wants to know what's already available: "find cowork skills for equity research", "is there already a DCF skill", "what's out there for SEO", "before I build this, search what exists".

What it does

  1. Searches the skillsmp.com catalog (2.2M+ skills) for the topic.
  2. Removes duplicate copies/forks, keeping the most-starred version of each.
  3. Reads each result's actual SKILL.md (and README) to see which ones declare Cowork / Claude Desktop support.
  4. Ranks by GitHub stars, cowork-ready first, and writes a branded HTML report.

Every skill in the report installs in Cowork the same way: Customize > Skills > upload, or open the source link. The report just helps you find and compare them.

How to run

python3 findcoworkskills.py "your topic here"

The report is written to findcoworkskills_report.html (or set FCS_OUT to choose the path). Open it in a browser.

FCS_OUT=~/Desktop/skills.html python3 findcoworkskills.py "discounted cash flow"

Reading the report

  • cowork-ready tag — the skill's docs mention Cowork / Claude Desktop directly.
  • green "official vendor" box — published by a known business (Anthropic, etc.).
  • Stars — the skill's GitHub repository stars (the one signal every skill shares). Note a big number can be the repo's stars when a skill lives inside a large repo.
  • Divider — separates the cowork-ready skills from the rest. Skills below the divider don't mention Cowork, but they still install; they're worth a look.
  • Show more — the report shows 25 skills at a time.

Notes

  • No account, login, or token is required. It uses public data over plain HTTP.
  • A run reads each result's SKILL.md, so expect roughly 20–40 seconds for ~50 skills.
  • Always review any third-party skill before enabling it, as you would any code.
  • The "official vendor" list is curated in the script (a BUSINESS set near the top); add names to it as you like.

Companion

For a skill that turns out to need changes for Cowork (it relies on Claude Code-only features like hooks), paste its URL into Cowork and ask Claude how to adapt it — see the adapt-for-cowork skill.

What ships with it: 6 files

294.8 KB alongside SKILL.md, 1 of them executable

docs/

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.