mrkeyoor.com_
Wed 09 Sept 16:53 UTC
AI Toolsevaluationupdated 09 Sept 2026

skill review

Skill Store is a Chinese-first catalog and bundle of AI agent skills, plus a Python crawler that refreshes its indexes. An English README exists, but the bundled local skills and most authoring guides are written mainly in Chinese. It helps developers browse instructions for content work, software development, document handling, and automation without searching many repositories separately.

trackingstars / 7d
Verdict

Our Skill Store install took 17 seconds, but the build exited 1 after 8 seconds and there was no root test target to run. Use it as a Chinese-first discovery shelf, then inspect and copy individual skills with their dependencies, permissions, and licenses checked. Do not treat the 268 MB checkout as one installable, uniformly reviewed skill pack.

We ran it

Lab card: what happened when we ran skillScreenshot of skill (skill.miyucaicai.cn)
Install✓ · 17s47 packages · 52 MB
Build✗ · 8s
Testsn/ano test script
Known vulns0(pip-audit)
Repo1008 files~63,765 lines of source · 268 MB · 3 CI workflows

Answers from our run

Does skill build from source?

Dependencies installed in 17 seconds (47 packages), and the build failed. We cloned commit 47125d0 into a clean Debian container with 3 CPUs and no project-specific setup.

Does skill have tests you can run?

Not through a standard command: the project exposes no test script or target that our harness could run.

Does skill have known vulnerabilities in its dependencies?

pip-audit found none in the dependency tree at the time of our run.

Who should not use skill?

Teams that need a clear repository-wide license: the README badge says CC BY 4.0, its license section says MIT, and the measured commit has no root LICENSE file.

What are the alternatives to skill?

Awesome Agent Skills, Anthropic Skills, OpenAI Skills. Our Skill Store install took 17 seconds, but the build exited 1 after 8 seconds and there was no root test target to run.

Setup2/5Install took 17 seconds, but the build failed and tests were absent
Docs3/5English overview exists; deeper guides and output are mostly Chinese
Community3/56,444 stars and daily pushes, with 8 open pull requests
Maturity2/5No root tests, no release tags, and conflicting license claims

Who it’s for

Chinese-reading developers who want a large local collection of agent skill files to inspect and adapt.
Claude Code, Codex, Cursor, and other agent users looking for skill ideas across many job types.
Catalog maintainers who want JSON or CSV exports and a Python crawler for upstream lists.
Skill authors who need a basic SKILL.md template and a format validator.

Who it’s NOT for

Teams that need a clear repository-wide license: the README badge says CC BY 4.0, its license section says MIT, and the measured commit has no root LICENSE file.
English-only operators expecting every bundled skill and tool guide to be translated: the English README exists, while much of the local material and Python output remains Chinese.
Developers who install agent instructions without reviewing them: the documented validator checks format and required fields, not what scripts or tool permissions will do.
Linux-first teams expecting portable examples throughout: the README names D: backup directories, and our failed build ended on warnings from files containing a hard-coded C: ffmpeg path.
Buyers who require a tested root application: the repository exposes no test script or target, has no tests directory, and our build exited with code 1.

Setup reality

Our sandbox install at commit 47125d0 succeeded in 17 seconds, adding 47 packages and using 52 MB. The build failed with exit code 1 after 8 seconds. Its final lines showed two invalid-escape SyntaxWarnings in video documentation scripts that contain a C: ffmpeg path. No later cause appeared in the supplied tail.

The root updater needs Python and network access to the configured upstream README. Basic crawling uses no credential. Optional API synchronization requires editing the API URL and key in config.py; individual bundled skills may require their own tools, services, and secrets.

The checkout itself was 268 MB across 1,008 files and about 63,765 source lines. No test script or target was available, so tests were skipped. Pip-audit found 0 known vulnerabilities. The repository has no Dockerfile and its README retains Windows-specific backup paths.

The 268 MB checkout mixes a catalog with runnable projects

The measured commit of Skill Store occupied 268 MB before its Python dependencies were installed. Inside are bundled SKILL.md packages, a crawler, static web files, finance material, an antinet-agentteams project, and several more projects under projects/. The README describes 63 local skills and 182 entries copied into an "official" index from Awesome Agent Skills. A generated section then lists 3,529 community repositories from several sources. Those are different products: some entries are links, some are instruction files, and some directories contain runnable applications.

The root SKILL.md is not a store-wide installer. At commit 47125d0 it defines a Chinese-language virtual companion for OpenClaw, grants shell, read, and write tools, and expects a Zhipu API key. To use another item, you have to identify its directory, inspect its scripts and instructions, then place it where your agent expects skills.

What happened when we ran it

Our sandbox installed the root Python requirements in 17 seconds. That added 47 packages and consumed 52 MB on disk. Pip-audit found 0 known vulnerabilities among those installed packages. The dependency file covers the updater and an optional Flask API example, including Requests, Beautiful Soup, Schedule, lxml, Flask, and Flask-Cors. This result says the root Python environment resolves cleanly. It does not cover Node packages, media tools, models, or API clients inside individual skill and project directories.

The build command failed with exit code 1 after 8 seconds. The supplied log tail contained two Python SyntaxWarnings for an invalid \E escape in antinet-agentteams video documentation scripts; both lines mention a hard-coded Windows ffmpeg location. No traceback or later causal message appears in that tail, so the finding stops there. The harness found no root test script or target and skipped tests. Its repository scan also found no tests directory, though isolated files named as tests exist inside some nested projects.

The English README covers the store, while skill operation stays Chinese-first

README_EN.md gives English readers a substantial mirror of the catalog, including the 63 local-skill list, the Python quick start, data formats, and validator commands. It is enough to understand what the repository contains. The primary README, authoring specification, validator guide, command output, and many local skill bodies are Chinese.

The Python updater is modest compared with the 63,765 source lines measured across the full checkout. main.py can fetch once, run as a daemon, show statistics, or export CSV. Its crawler reads the Awesome Agent Skills README, parses Markdown list entries, and writes structured data. A scheduled GitHub workflow updates SKILL_SOURCES.json and the main README each day. That makes the large community index current, but daily link synchronization is different from installing or retesting every repository it names.

The validator checks file shape, not whether instructions are safe

The included validator enforces a small Agent Skills format. It requires YAML frontmatter, a lowercase name, a description of at least 10 characters, at least 10 body lines, and a Markdown heading. It warns on unknown fields, version formatting, and directory-name mismatches. The quick start offers a template, then asks contributors to run the validator before opening a pull request. Those checks catch broken packaging and missing metadata. They do not execute the skill's scripts, audit requested tool access, or confirm that an external API behaves as described.

The repository had 3 CI workflow files at commit 47125d0, and none supplied a root test target to our harness. One current open request, issue 14, proposes scanning pull requests for credentials, injection, SSRF, and unsafe deserialization; its companion pull request remains open. That proposal is report-only, according to the issue. For adoption, read every chosen SKILL.md, inspect referenced scripts, list required commands and secrets, and test it in a restricted directory before giving it access to real accounts.

Conflicting license text blocks a clean bulk-adoption decision

The English and Chinese READMEs display a CC BY 4.0 badge near the top, then say "MIT License" in the license section. GitHub returned no detected repository license, and commit 47125d0 had no root LICENSE file. Several nested skills do carry their own license files, which makes a checkout-wide answer even harder. A company that wants to redistribute a bundle cannot safely infer one license from the badge or footer. Resolve provenance for each selected skill and its assets before copying it into an internal catalog.

GitHub showed 6,444 stars, 6 open issues, 8 open pull requests, and a last push on September 9, 2026. Several recent commits came from daily synchronization bots, while the same day also included manual README edits. The project is active, but the open queue contains skill submissions, promotional spam, and pull requests dating back to April. There is no GitHub release listed. That pattern suits a living collection better than a versioned software product with a tested upgrade path.

Use the catalog to discover one skill, then review that skill alone

Skill Store earns a bookmark for Chinese-speaking builders because its local collection covers jobs that English-only lists often miss. Its 1,008-file measured repository is a poor unit of adoption, however. Start at the English or Chinese index, follow the original source, compare the bundled copy, and install only the directory you need. Awesome Agent Skills is a cleaner starting point for broad discovery. Anthropic Skills and OpenAI Skills narrow the choice to examples tied to their respective agent ecosystems.

The build failure, missing root tests, Windows paths, and license conflict keep Skill Store out of a trusted base image. None of those findings erase the value of a good individual skill. They change the buying decision: this is a lead list with some bundled material, not one verified package. Treat every skill as a separate dependency, record its source commit and license, and grant only the tools its stated job requires.

Alternatives

ProjectWhat it isPick it when
Awesome Agent Skills gh↗A curated cross-agent index that Skill Store itself uses as an upstream source.pick this instead when you want a cleaner link catalog with clearer MIT licensing and no bundled application projects.
Anthropic Skills gh↗Anthropic's public repository of agent skill examples and document-oriented skills.pick this instead when first-party Anthropic examples matter more than the breadth of a mixed catalog.
OpenAI Skills gh↗OpenAI's public skills catalog for Codex.pick this instead when you use Codex and want skills maintained for that environment.

What people are saying

  1. [github-trending] anbeime/skill
  2. [velocity-scout] mubix/cyber-resume-reviewer-skill
  3. [velocity-scout] HRuiCcc/RuiC-card-skill
  4. [velocity-scout] kajisho5/ffmpeg-skill
  5. [velocity-scout] op7418/guizang-yingzao-skill
  6. [velocity-scout] gozen3ji/consulting-pptx-skill

Sources

  1. Skill Store repository and Chinese README
  2. Skill Store English README
  3. Skill validator documentation
  4. Daily upstream synchronization workflow
  5. Pull-request security scan proposal
  6. Skill Store website

More ai tools reviews

GameFactory-3A · voicebox · gsd-core · pytorch-image-models · ChatGPT · GamePhanes · the whole board →