Loading...
Loading...
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 walkthrough, are getting started for the first time, or need to report a bug or problem. Covers "how do I use this?", "help me get started", "I'm new", "something is broken", "report a bug", "what version is this?".
npx skill4agent add financedistrict-platform/fd-agent-wallet-skills help-and-supportfdx call helpNarrative --question "<question>"| Parameter | Required | Description |
|---|---|---|
| Yes | The question to answer |
| No | Language/locale preference (e.g. |
| No | Response tone (e.g. |
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 technicalfdx call onboardingAssistant --question "<question>"| Parameter | Required | Description |
|---|---|---|
| Yes | The onboarding topic or question |
| No | Additional context about the user's situation |
| No | Language/locale preference |
| No | Response tone |
# 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"fdx call reportIssue \
--title "<short title>" \
--description "<detailed description>"| Parameter | Required | Description |
|---|---|---|
| Yes | Short summary of the issue |
| Yes | Detailed description of what happened |
| No | Issue severity (e.g. |
| No | Issue category (e.g. |
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 bugfdx call getAppVersionfdx statusauthenticatefdx call onboardingAssistant --question "I'm new, what should I do first?"wallet-overviewfund-walletfdx call getAppVersionfdx statusfdx call reportIssue --title "..." --description "..." --severity <level>helpNarrativeonboardingAssistantreportIssuefdx statusauthenticate