top skills
pricing
resources
install
github
sign in
sign up
back to leaderboard
LD
@ldxs001
contributor on implexa, with 2 skills ranked by
SkillRank
across 1 source.
ldxs001 on github
publishes to clawhub
skills, ranked by SkillRank
score
source
skill
6.2
clawhub
git-sync
git-sync automates skill code normalization, pushing to gitee and github, generating zip packages, and maintaining readme lists. includes sensitive information filtering, skill.md compliance checks, and version reconciliation across three sources.
—
clawhub
round-robin-allocator
均匀轮转分配工具。将 N 个对象在 T 个轮次中,按比例分配 K 种选项, 并通过贪心算法 + 迭代优化,尽量让每个对象每轮获得不同选项,最大化覆盖率。