Help And Support
/install help-and-support
Help & Support
Get contextual help, onboarding guidance, and report issues with the Finance District agent wallet. This skill covers the human-facing support tools.
Help Narrative — Answer Questions
Use when the human has a specific question about how the wallet works:
fdx call helpNarrative --question "\x3Cquestion>"
Parameters
| Parameter | Required | Description |
|---|---|---|
--question |
Yes | The question to answer |
--locale |
No | Language/locale preference (e.g. en, zh) |
--tone |
No | Response tone (e.g. friendly, technical) |
Examples
fdx call helpNarrative --question "How do I send tokens?"
fdx call helpNarrative --question "What chains are supported?"
fdx call helpNarrative --question "How does the swap work?" --tone technical
Onboarding Assistant — Guide New Users
Use when the human is new or needs a walkthrough of a specific topic:
fdx call onboardingAssistant --question "\x3Cquestion>"
Parameters
| Parameter | Required | Description |
|---|---|---|
--question |
Yes | The onboarding topic or question |
--context |
No | Additional context about the user's situation |
--locale |
No | Language/locale preference |
--tone |
No | Response tone |
Examples
# First-time user
fdx call onboardingAssistant --question "I just signed up, what should I do first?"
# With context
fdx call onboardingAssistant \
--question "How do I start earning yield?" \
--context "I have USDC on Ethereum"
Report an Issue — Bug Reports
Use when the human encounters a problem:
fdx call reportIssue \
--title "\x3Cshort title>" \
--description "\x3Cdetailed description>"
Parameters
| Parameter | Required | Description |
|---|---|---|
--title |
Yes | Short summary of the issue |
--description |
Yes | Detailed description of what happened |
--severity |
No | Issue severity (e.g. low, medium, high, critical) |
--category |
No | Issue category (e.g. bug, feature, question) |
Examples
fdx call reportIssue \
--title "Swap fails on Polygon" \
--description "Attempting to swap USDC to ETH on Polygon returns a timeout error after 30 seconds" \
--severity high \
--category bug
Check App Version
fdx call getAppVersion
Useful for including version information in bug reports or verifying compatibility.
Flow for New Users
- Check current status:
fdx status - If not authenticated, guide them through
authenticateskill - Run onboarding:
fdx call onboardingAssistant --question "I'm new, what should I do first?" - Walk through the response with the human
- Help them explore: check wallet (
wallet-overviewskill), fund it (fund-walletskill)
Flow for Issue Reporting
- Ask the human to describe the problem
- Check app version:
fdx call getAppVersion - Check auth status:
fdx status - Submit the report:
fdx call reportIssue --title "..." --description "..." --severity \x3Clevel> - Confirm to the human that the issue has been reported
Prerequisites
helpNarrativeandonboardingAssistantwork even without authenticationreportIssuerequires authentication (fdx statusto check, seeauthenticateskill)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install help-and-support - 安装完成后,直接呼叫该 Skill 的名称或使用
/help-and-support触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Help And Support 是什么?
Get help, onboarding guidance, and report issues. Use when you or the user need help with the wallet, have questions about how things work, want a walkthroug... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 243 次。
如何安装 Help And Support?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install help-and-support」即可一键安装,无需额外配置。
Help And Support 是免费的吗?
是的,Help And Support 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Help And Support 支持哪些平台?
Help And Support 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Help And Support?
由 Rachid Jarray(@rachidjarray-hk-qa-fdt)开发并维护,当前版本 v0.1.0。