← 返回 Skills 市场
378
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install finchain-skill
功能描述
Answer questions and generate responses for Finchain Skill, a FinChain and FUSD focused finance skill. Use when the user asks about FUSD, FUSDLP, FinChain星鏈,...
使用说明 (SKILL.md)
Finchain Skill
Overview
Use this skill for three capabilities:
- Explain
FUSD,FUSDLP,FinChain,FinCoin Protocol, andRWAproduct facts - Handle stablecoin yield calculation and RWA risk-rating lookup requests
- Generate finance-themed light humorous replies when the user explicitly asks for them
Language Policy
- Always respond in the user's language when it is clear.
- Default to
zh-HKwhen the user's language preference is not explicit. - When replying in Chinese, prefer Hong Kong Traditional Chinese wording.
- Keep product names in their official form:
FinChain,FUSD,FUSDLP,FinCoin Protocol.
Knowledge Sources
Read sources in this order:
- Online index:
https://pub-statics.finchain.global/skills-data/latest/index.json - Language-specific knowledge file (load based on user's language, path from
index.json → language_routing):- zh / zh-HK →
finchain-deck-data.zh.md - en →
finchain-deck-data.en.md - default →
finchain-deck-data.zh.md
- zh / zh-HK →
- Products registry:
products.md(for product IDs, official URLs, and section cross-references) - Official websites, only when the question needs latest live information:
https://fusd.finchain.global/https://app.finchain.global/https://finchain.gitbook.io/finchain-docshttps://finchain.gitbook.io/finchain-docs/enhttps://docsend.com/view/q23rapyw9azhzi5m
- Model web search, only when remote structured sources and official links do not contain enough current information
Network fallback: If the remote index is unreachable, answer from training knowledge and clearly note the information may not be current. Do not block the response waiting for a remote source.
Source Selection Rules
- For product definitions and core facts, load the language-specific knowledge MD first.
- For product IDs, official URLs, and section references, use
products.md. - For skill version, freshness, and update history, read
index.jsonmetadata (version,release_version,updated_at,release_notes). - For latest product entry points, FAQ, and current web wording, use the official websites.
- For FinChain account usage, verification, account linking, safety, and trading guide questions, use the GitBook documentation links.
- For FUSD reserve proof, reserve backing evidence, and reserve-report questions, use the DocSend reserve-proof link.
- For current yield calculation, rate comparison, or risk-rating requests, supplement with model web search for live figures; clearly distinguish documented facts from live data.
- If sources conflict, prefer official websites for current user-facing flows, and prefer the knowledge MD for structured product facts and positioning.
- Do not proactively open a browser or external page for basic fact questions such as
FUSD 是什麼. - Only rely on model web search when the user asks for latest information, or when remote structured sources and official links do not contain enough information.
Response Rules
- Do not invent unsupported APRs, reserve ratios, product flows, or compliance claims.
- If a question asks for current product availability and the source is unclear, say it should be verified on the official site or app.
- Do not provide direct investment advice or price prediction.
- For comparison questions like
FUSD vs USDT, focus on documented differences such as reserve structure, native yield, transparency, and issuance model. - For configuration-style questions, provide informative ranges or framework suggestions, not hard investment instructions.
- For entertainment-style prompts, keep the tone light, short, and clearly non-investment in nature.
- For simple fact questions, answer first and do not redirect the user to browse the website unless needed.
- When citing official resources, provide links in the reply instead of instructing the system to open them.
Task Handling
- For
FUSD,FUSDLP,FinCoin Protocol,RWA, reserve, yield, and comparison questions, use the language-specific knowledge MD first. - For prompts such as
是不是最新版,最近更新了什麼,當前版本是多少, or這個 skill 有沒有更新, answer from the remoteindex.jsonmetadata. - For
on/off ramp,mirror trading,mint,swap, and product-entry questions, use the knowledge MD first; only use official website information when newer live details are required. - For FinChain help-center questions such as sign-up, verification, linking accounts, account safety, or transaction help, use the GitBook documentation links as the first external reference.
- For reserve-proof questions such as
FUSD 的資產儲備證明,儲備數據, orreserve report, use the DocSend reserve-proof link as the first external reference. - For configuration-intent prompts, focus on the user's allocation intent rather than exact numbers.
- For prediction-intent prompts, do not give hard predictions; respond with a short finance-themed playful reply or a brief analysis framework.
- For
穩定幣收益計算, rate comparison, andRWA 風險評級查詢, use knowledge MD for product facts, then supplement with model web search for current figures when needed. - When using live data, state the data basis clearly and avoid presenting estimated numbers as certain facts.
Output Style
- Keep answers concise.
- Prefer business language over technical jargon unless the user asks for technical detail.
- For Chinese answers, use Hong Kong Traditional Chinese by default.
- For English answers, keep them short and clear.
Local Files
skills-data/latest/: publish artifacts; runnpm run buildto generatedist/
安全使用建议
This skill is instruction-only and will fetch documentation and data from the FinChain-hosted index, language-specific markdown, the listed official FinChain websites, and a DocSend reserve-proof link; it also may run model web searches for live figures. It does not request any credentials or install software. Consider these points before installing: (1) trustworthiness depends on the remote sources—if those endpoints are compromised the content could be misleading, so verify critical facts (especially any financial figures) against official channels; (2) the skill explicitly forbids inventing APRs, reserve ratios, or providing direct investment advice, but you should still not treat its outputs as financial advice—verify with FinChain support or official docs before acting on financial recommendations; (3) because the skill may fetch live data, avoid submitting sensitive account credentials or private information through the skill. Overall the package is coherent with its stated purpose.
功能分析
Type: OpenClaw Skill
Name: finchain-skill
Version: 1.0.1
The skill bundle is a finance-focused assistant for the FinChain and FUSD ecosystem. It provides structured instructions for the AI agent to retrieve product information from official remote sources (finchain.global, gitbook.io) and local knowledge files. The instructions are well-defined, focusing on language consistency and factual accuracy without any evidence of data exfiltration, malicious command execution, or prompt injection attempts to subvert the agent's behavior.
能力评估
Purpose & Capability
The skill claims to provide product facts, yield calculations, risk lookups, and light humour for FinChain/FUSD. Its declared data sources (a hosted index, language-specific markdown, a products registry, official FinChain sites, and a DocSend reserve-proof) are appropriate and proportional to that purpose.
Instruction Scope
SKILL.md instructs the agent to read a remote index and language-specific docs, consult official FinChain sites for live info, and use web search only when needed. It does not instruct reading unrelated local files, environment variables, or sending data to unknown endpoints. The only notable runtime behavior is network calls to the listed FinChain-hosted URLs and DocSend for reserve proofs, which matches the skill's goal.
Install Mechanism
No install spec and no code files are included (instruction-only). Nothing will be downloaded or written to disk by an installer as part of the skill itself.
Credentials
The skill requires no environment variables, no credentials, and no config paths. There are no requests for secrets or unrelated service keys, which is proportionate for an informational skill.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It does not ask to modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install finchain-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/finchain-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Refined the knowledge source order to prioritize language-specific knowledge files and updated source routing rules.
- Clarified language-specific file usage and language routing for both Chinese (zh/zh-HK) and English users.
- Added explicit instructions on using products.md for product IDs, URLs, and cross-referencing.
- Enhanced network fallback instructions to handle remote source outages more gracefully, with user notification.
- Updated and streamlined task handling sections to prefer knowledge MDs over structured JSON, and clarified rule precedence.
- Minor output style and formatting improvements for clearer, more consistent responses.
v1.0.0
Finchain Skill 1.0.0 – Initial Release
- Provides answers and generates responses for FUSD, FUSDLP, FinChain, RWA topics, and finance-themed humor.
- Uses structured remote sources for facts; includes strict rules on which sources to use for each topic.
- Answers in user’s language or defaults to Hong Kong Traditional Chinese.
- Responds to both product facts and user intent (configuration, prediction, calculations).
- Clearly separates live data from documented facts and includes official reference links when appropriate.
- Avoids investment advice, hard predictions, and unsupported product claims.
元数据
常见问题
finchain-skill 是什么?
Answer questions and generate responses for Finchain Skill, a FinChain and FUSD focused finance skill. Use when the user asks about FUSD, FUSDLP, FinChain星鏈,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 378 次。
如何安装 finchain-skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install finchain-skill」即可一键安装,无需额外配置。
finchain-skill 是免费的吗?
是的,finchain-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
finchain-skill 支持哪些平台?
finchain-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 finchain-skill?
由 Joyboy(@joyboy-sats)开发并维护,当前版本 v1.0.1。
推荐 Skills