Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add taxueseek/fund-investment-guide --skill invest-assetgit clone --depth 1 https://github.com/taxueseek/fund-investment-guideWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/taxueseek/fund-investment-guide/invest-asset)<a href="https://agentmods.dev/skills/taxueseek/fund-investment-guide/invest-asset"><img src="https://agentmods.dev/badge/skills/taxueseek/fund-investment-guide/invest-asset/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/taxueseek/fund-investment-guide/invest-asset"><img src="https://agentmods.dev/badge/skills/taxueseek/fund-investment-guide/invest-asset.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00266 | $0.01917 |
| Opus 5 | $0.00133 | $0.00958 |
| Sonnet 5 | $0.00053 | $0.00383 |
| Haiku 4.5 | $0.00027 | $0.00192 |
Grade A, and why
invest-asset scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.
invest-asset:单品种资产分析(债券/可转债/商品/REITs)
大道至简,三关审查:懂不懂?好不好?贵不贵?四种资产共用一套审查骨架,差异只在本技能的资产细则文件。
资产路由(先判断资产类型,再加载对应细则)
| 用户提到 | 资产 | 加载细则 |
|---|---|---|
| 「债券」「国债」「利率债」「信用债」「城投」「金融债」「债市」「收益率」「久期」「信用利差」「票面利率」 | 债券 | references/asset-bond.md |
| 「可转债」「转债」「转股价值」「溢价率」「债底」「下修」「回售」「到期赎回」 | 可转债 | references/asset-convertible.md |
| 「黄金」「白银」「原油」「商品」「大宗」「铜」「金银比」 | 商品 | references/asset-commodity.md |
| 「REIT」「REITs」「公募REIT」「分派率」「底层资产」 | REITs | references/asset-reit.md |
路由优先级:可转债 > REITs > 商品 > 债券(可转债与债券词面重叠时以「转债/转股/溢价」优先判为可转债;「REITs的底层资产是XX」判为 REITs 而非个股/商品)。
命中资产后只加载该资产的 reference 文件,不要预加载其他资产。一个资产走完三关再判断是否需要切换(如可转债需同时看正股 → invest-stock)。
通用三关骨架
所有资产的审查都走同一骨架,只是各关的具体问题与指标表不同(见对应细则文件):
第一关:懂不懂(资产结构与底层确定性) 未通过 → 停止,不配
第二关:好不好(收益质量与可持续性) 未通过 → 停止,不配
第三关:贵不贵(估值/溢价/位置) 未通过 → 等待;通过 → 可考虑配置
| 资产 | 第一关 | 第二关 | 第三关 | 特有环节 |
|---|---|---|---|---|
| 债券 | 懂偿付 | 收益好(与同等级比) | 收益率/利差位置贵不贵 | 债券分类表 |
| 可转债 | 懂条款与结构 | 债底与正股质量 | 溢价率与性价比 | 动态时间算法 + 策略匹配 |
| 商品 | 懂投资逻辑 | 位置与趋势 | 能承受波动与仓位 | 波动率表 + 黄金十维度(见 commodity-gold.md) |
| REITs | 懂底层资产 | 运营与财务 | 估值与折价 | 资产类型表 + 动态时间算法 |
输出格式(通用壳,细则文件给完整模板)
# [品种/标的] — 资产分析
资产类型:债券 / 可转债 / 商品 / REITs
## 三关审查
| 关卡 | 结果 | 关键发现 | 主要疑虑 |
|------|------|---------|---------|
| 懂不懂 | 通过/未通过 | ______ | ______ |
| 好不好 | 通过/未通过 | ______ | ______ |
| 贵不贵 | 通过/未通过/观望 | ______ | ______ |
**综合判断**:[ ] 三关全过,可考虑配置 [ ] 第__关未过,不配 [ ] 观望
## 关键数据
(按资产细则:指标 + 历史分位 + 判断)
## 风险与盲区
1. ______ 2. ______
## 结论
三关全过 + 估值/位置合理 → 可考虑;否则观望。
免责声明:基于公开信息的分析框架,不构成投资建议。
完整字段见对应 references/asset-*.md 的输出模板。
数据获取(invest-cli,统一走数据层)
取数统一走 invest-cli,不靠 web_search 猜数据。命令真源以 invest 主入口「场景 → invest-cli 取数映射」表为准:
| 资产 | 命令 | 运行时链 |
|---|---|---|
| 债券 | invest-cli intent deep bond <代码或名称> |
wind bond_data(get_bond_market_data) |
| 可转债 | 正股 invest-cli stock <正股代码>;转债条款/估值走权威源 |
hithink > eastmoney |
| 黄金/商品 | invest-cli intent deep commodity |
官方 TTFUND_GOLD_INFO(天天基金) |
| REITs | invest-cli fund <代码> |
hithink > eastmoney |
What ships with it
5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 126 lines · 266 tokens per session scan A 97f76caaefc6
invest-asset is a skill published in the GitHub repository taxueseek/fund-investment-guide (18 stars, last pushed 9d ago), licensed MIT. It adds 266 tokens to every session and 1,917 once invoked, about $0.0013 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.
Other skills, from other repositories
weekly-fno-trade-planner
Weekly F&O trade planning skill for Indian markets. Analyzes news/macro events, identifies trending sectors and instruments, determines probable direction, suggests option strategy with entry/exit levels, and manages stop-loss and profit booking after position entry. Use when user wants a weekly trade idea, F&O…
india-news-tracker
Track and analyze Indian stock market news, corporate announcements, SEBI circulars, bulk/block deals, and earnings calendars. Auto-fetches headlines from MoneyControl, Economic Times, LiveMint, BSE/NSE filings. Use when the user asks about recent news, corporate actions, upcoming events, or wants a daily market news…
options-strategy-advisor
Options strategy analysis for Indian F&O markets (NSE). Use when user requests options strategy recommendations, P/L analysis, Greeks calculation, risk management, or F&O strategy planning for Nifty, Bank Nifty, or stock options.
india-market-breadth
Analyze Indian market breadth health using advance/decline data, stocks above moving averages, new highs/lows, and sector participation. Use when assessing rally quality, market participation width, or equity exposure levels for NSE/BSE.
india-stock-analysis
Use when user requests analysis of Indian stocks, fundamental assessment, technical review, comparisons, or investment reports for NSE/BSE listed companies.
backtest-expert
Expert guidance for systematic backtesting of trading strategies on Indian markets (NSE/BSE). Use when developing strategies, testing robustness, avoiding overfitting, or validating trading ideas.