← 返回
沟通协作 中文

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...
获取帮助、新手引导及反馈问题。适用于您或用户需要钱包帮助、存在使用疑问或希望获取操作指引时。
rachidjarray-hk-qa-fdt
沟通协作 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 493
下载
💾 4
安装
1
版本
#latest

概述

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 "<question>"

Parameters

ParameterRequiredDescription
----------------------------------------------------------------
--questionYesThe question to answer
--localeNoLanguage/locale preference (e.g. en, zh)
--toneNoResponse 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 "<question>"

Parameters

ParameterRequiredDescription
-----------------------------------------------------------------
--questionYesThe onboarding topic or question
--contextNoAdditional context about the user's situation
--localeNoLanguage/locale preference
--toneNoResponse 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 "<short title>" \
  --description "<detailed description>"

Parameters

ParameterRequiredDescription
--------------------------------------------------------------------------------
--titleYesShort summary of the issue
--descriptionYesDetailed description of what happened
--severityNoIssue severity (e.g. low, medium, high, critical)
--categoryNoIssue 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

  1. Check current status: fdx status
  2. If not authenticated, guide them through authenticate skill
  3. Run onboarding: fdx call onboardingAssistant --question "I'm new, what should I do first?"
  4. Walk through the response with the human
  5. Help them explore: check wallet (wallet-overview skill), fund it (fund-wallet skill)

Flow for Issue Reporting

  1. Ask the human to describe the problem
  2. Check app version: fdx call getAppVersion
  3. Check auth status: fdx status
  4. Submit the report: fdx call reportIssue --title "..." --description "..." --severity
  5. Confirm to the human that the issue has been reported

Prerequisites

  • helpNarrative and onboardingAssistant work even without authentication
  • reportIssue requires authentication (fdx status to check, see authenticate skill)

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-30 00:28 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Slack

steipete
当需要通过 slack 工具从 Clawdbot 控制 Slack 时使用,包括在频道或私信中回复消息或置顶/取消置顶项目。
★ 157 📥 47,680
communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,587
communication-collaboration

imap-smtp-email

gzlicanyi
使用IMAP/SMTP读取和发送邮件;检查新/未读邮件、获取内容、搜索邮箱、标记已读/未读、发送带附件的邮件。支持...
★ 114 📥 52,420