CtrlK
BlogDocsLog inGet started
Tessl Logo

ttfund-skills

天天基金官方 Skills 网关调用封装。 Use when: 查询天天基金/天天财富基金数据、基金搜索、基金净值、基金持仓、基金经理、指数、黄金、债市、活期宝或官方 ttfund skills。 Not for: 交易执行、券商/银行账户操作、FRED/Tushare/yfinance/AKShare 结构化数据源、投资建议。 Output: 通过官方网关返回的结构化 JSON 事实数据,带 source/asOf 后再进入 F207 数据层。 GOTCHA: 必须有本机 `TTFUND_APIKEY`,且 key 只放环境变量或 gitignored `.env`,绝不写入 git 或回复全文。

73

Quality

91%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Quality

Content

82%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A strong, actionable connector skill body with executable examples and a real backing script, well-structured into clear sections. Main weaknesses are a duplicated .env line, no explicit validation checkpoint in the workflow, and a large inline skill-id table that could live in a reference file.

Suggestions

Fix the duplicated '仓库根目录 .env' entry in the env-loading list (lines 59-60) — it appears twice with no distinction.

Add an explicit numbered workflow with a validation checkpoint (e.g. '1. set TTFUND_APIKEY; 2. verify with `list`; 3. invoke; 4. confirm response has source/asOf') so the sequence and its verification are unambiguous.

Consider moving the Skill IDs table into a references/ file (e.g. SKILL_IDS.md) and linking to it from the body to keep SKILL.md a leaner overview.

DimensionReasoningScore

Conciseness

Mostly lean and assumes Claude's competence (no explanation of what funds/net value are), but the env-loading list duplicates '仓库根目录 .env' on consecutive lines and the repeated full script path is slightly verbose.

4 / 5

Actionability

Quick Reference gives copy-paste-ready bash commands backed by a real verified script (scripts/ttfund-call.mjs), and the Skill IDs table maps each id to a concrete version and purpose covering the common cases.

5 / 5

Workflow Clarity

Clear usage path (set TTFUND_APIKEY → `list` → invoke with payload) with the Common Mistakes table acting as guardrails, but there is no explicit numbered sequence or validation checkpoint confirming the key loaded or the response parsed.

4 / 5

Progressive Disclosure

Well-organized sections (When to Use, Quick Reference, Skill IDs, Common Mistakes, 下一步) with one-level-deep references to a real script, though the sizable Skill IDs table is inlined rather than split into a reference file.

4 / 5

Total

17

/

20

Passed

Description

100%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

An exemplar description: third-person, concrete, with explicit Use when/Not for/Output/GOTCHA clauses and clear conflict boundaries against sibling macro-data skills. No padding or over-claims.

DimensionReasoningScore

Specificity

Lists multiple concrete data domains/actions — '基金搜索、基金净值、基金持仓、基金经理、指数、黄金、债市、活期宝' plus '官方网关调用封装' — giving comprehensive concrete coverage rather than vague language.

5 / 5

Completeness

Explicitly answers both what ('天天基金官方 Skills 网关调用封装') and when ('Use when: 查询天天基金...'), with concrete trigger phrases and an explicit 'Not for:' boundary.

5 / 5

Trigger Term Quality

Includes natural user-facing terms with synonyms — '天天基金/天天财富基金数据', '基金搜索', '基金净值', 'ttfund' — covering the phrases a user would actually say.

5 / 5

Distinctiveness Conflict Risk

Clear niche with explicit conflict disambiguation — 'Not for: FRED/Tushare/yfinance/AKShare 结构化数据源' sharply separates it from sibling data-source skills.

5 / 5

Total

20

/

20

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
zts212653/clowder-ai
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.