clawmart
/ catalog

Catalog

Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.

39,994 results · page 195 / 1,667
Skillq 0.46

estimate-and-scope

Estimate work and scope decisions in the AI-coding era. Boil the Lake, AI compression ratios, three-layer search before building.

skillsource-0xabrarskill-estimate-and-scope+9
free
Skillq 0.46

agent-management

Working with AI coding agents — User Sovereignty, agreement-as-signal, Karpathy/Willison framing, per-model overlays, and the rule to measure your prompt nudges.

skillsource-0xabrarskill-agent-management+9
free
Skillq 0.48

skill-scorer

Evaluates Agent Skills (Cursor / Claude / OpenClaw compatible) and produces a quantitative, rubric-based score with actionable improvement suggestions. Use when the user asks to review, rate, audit, grade, lint, or improve a SKILL.md file, a skill folder, or a skill archive, or s

skillsource-andrewnggirlskill-skill-scorer+12
free
Skillq 0.47

tushare

A股行情、历史K线、财务数据、宏观数据等证券财经信息获取;当用户提及Tushare或需要获取A股数据时使用

skillsource-lzwmeskill-tushare+2
free
Skillq 0.47

tdxquant

通达信量化数据获取技能。当用户提及 tdxquant、通达信、TdxQuant、tqcenter,并且需要获取A股数据(行情快照、K线、财务、板块、可转债、新股、交易数据等)、查询交易日历、执行通达信公式、订阅行情、交易下单时使用

skillsource-lzwmeskill-tdxquant+2
free
Skillq 0.47

rqalpha

RQAlpha 米筐开源事件驱动回测框架。支持A股和期货,模块化架构,可自由扩展;当用户需要使用 rqalpha 进行策略回测、模拟交易或Mod插件开发时使用。

skillsource-lzwmeskill-rqalpha+2
free
Skillq 0.47

qmt-docs

一个面向金融量化交易领域的 Agent Skills 技能维护仓库,主要聚焦A股量化交易。

skillsource-lzwmeskill-qmt-docs+2
free
Skillq 0.47

pywencai

同花顺问财数据查询:使用中文自然语言查询A股、指数、基金、港美股、可转债等市场数据;当用户需要通过自然语言从问财获取选股、财务、资金流、技术指标等数据时使用。

skillsource-lzwmeskill-pywencai+2
free
Skillq 0.47

miniqmt

MiniQMT 迅投量化交易接口,基于 XtQuant Python 库,支持 A 股/期货/期权的行情数据获取(K线、分笔、财务数据等)和交易下单(报单、撤单、查询资产/委托/持仓)。当用户需要获取miniqmt实时/历史行情、进行量化交易、回测数据时使用

skillsource-lzwmeskill-miniqmt+2
free
Skillq 0.47

jqdatasdk

聚宽A股行情、历史K线、财务数据、指标数据等证券财经信息获取;当用户提及聚宽、jqdata、jqdatasdk,并且需要获取A股数据时使用

skillsource-lzwmeskill-jqdatasdk+2
free
Skillq 0.47

baostock

BaoStock A股数据平台,免费开源,支持股票行情、K线、财务数据、行业分类、指数成分股查询;当用户需要获取A股历史行情、财务报表、交易日历等数据时使用

skillsource-lzwmeskill-baostock+2
free
Skillq 0.47

backtrader

Backtrader 开源量化回测框架,支持多数据源、多策略、多周期回测与实盘交易,纯Python实现。当用户明确提及backtrader相关策略开发时使用。

skillsource-lzwmeskill-backtrader+2
free
Skillq 0.47

akshare-docs

AKShare 开源金融数据接口库,提供股票、期货、期权、基金、外汇、债券、指数、加密货币等全品类金融数据;当用户需要获取各类金融市场数据时使用

skillsource-lzwmeskill-akshare-docs+2
free
Skillq 0.47

akquant

生成 akquant 框架的可执行量化策略代码,涵盖数据接口、事件驱动、风控与优化;当用户需要开发 akquant量化策略 时使用

skillsource-lzwmeskill-akquant+2
free
Skillq 0.46

forge

Run a Planner→Dev→Test→Learn workflow for feature development with automatic bug-fix loops and state checkpointing

skillsource-zjio26skill-forge+6
free
Skillq 0.46

string

Markdown that runs — one file, any agent.

skillsource-string-osskill-string+8
free
Skillq 0.46

st-validate

Validate Tonel file syntax before importing to Pharo. Use when suspecting syntax errors in .st files, or when a file was edited manually and correctness is uncertain.

skillsource-mumezskill-st-validate+9
free
Skillq 0.46

st-test

Run SUnit tests in the running Pharo image. Use when verifying changes after import, or when checking results for a specific test class or package.

skillsource-mumezskill-st-test+9
free
Skillq 0.46

st-setup-project

Pharo project boilerplate creator. Use when the user asks to create a new Pharo/Smalltalk project from scratch, when project structure is missing (no src/ directory or .project file), when the user wants to start a new Smalltalk development project, or when setting up BaselineOf,

skillsource-mumezskill-st-setup-project+9
free
Skillq 0.46

st-lint

Smalltalk best-practices linter for Tonel files. Use when validating .st files before importing to Pharo, checking code quality after editing, or diagnosing style issues in a package.

skillsource-mumezskill-st-lint+9
free
Skillq 0.46

st-init

Pharo Smalltalk development session initializer. Use when starting a new Smalltalk development session, when Pharo connection needs to be established or verified, when the user asks about the development workflow or available commands, when development environment setup is needed

skillsource-mumezskill-st-init+9
free
Skillq 0.46

st-import

Import Tonel package into running Pharo image. Use when loading edited .st files into Pharo after code changes.

skillsource-mumezskill-st-import+9
free
Skillq 0.46

st-export

Export package from Pharo image to Tonel files. Use when code was changed directly in Pharo (debugger, browser, or code generation) and needs to be synced back to Tonel files.

skillsource-mumezskill-st-export+9
free
Skillq 0.46

st-eval

Smalltalk code evaluator for Pharo via MCP. Use when executing Smalltalk expressions, verifying object state or intermediate values, debugging code incrementally, checking Pharo connection, or running quick experiments.

skillsource-mumezskill-st-eval+9
free