← 返回 Skills 市场
rachidjarray-hk-qa-fdt

Help And Support

作者 Rachid Jarray · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
243
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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

  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 \x3Clevel>
  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)
安全使用建议
This skill appears coherent and low-risk: it only calls your wallet's CLI for help, onboarding, and bug reports. Before installing, confirm that the fdx CLI and the related skills (authenticate, reportIssue, etc.) are from a trusted source (there is no homepage/source URL in the metadata). Avoid including secrets (private keys, seed phrases, API keys) in any bug report descriptions. If you want extra assurance, review the authenticate and reportIssue skill implementations (or their provenance) to confirm how authentication and report submission are handled.
功能分析
Type: OpenClaw Skill Name: help-and-support Version: 0.1.0 The skill bundle provides standard help, onboarding, and bug reporting functionality for a 'Finance District' (fdx) wallet CLI. The SKILL.md file defines restricted bash commands (e.g., 'fdx call helpNarrative', 'fdx call reportIssue') that align with the stated purpose, and there is no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description (help, onboarding, report issues) align with the runtime instructions which call fdx CLI subcommands (helpNarrative, onboardingAssistant, reportIssue, getAppVersion) and refer to related agent skills. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
SKILL.md confines behavior to running fdx CLI commands and coordinating with other named skills (authenticate, wallet-overview, fund-wallet). It does not instruct reading arbitrary files, other env vars, or exfiltrating data. It does instruct including app version and status in reports (reasonable for bug reports).
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The only operational requirement is the fdx CLI and other internal skills, which is proportional to a wallet help/support skill.
Persistence & Privilege
The skill is not marked always:true and model invocation is allowed (the platform default). It does not request persistent system-wide changes or modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install help-and-support
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /help-and-support 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of the help-and-support skill. - Provides contextual help, onboarding guidance, and issue reporting for the Finance District agent wallet. - New commands to answer user questions, guide onboarding, and report bugs or problems. - Includes capability to check app version for support and troubleshooting. - Step-by-step flows for new users and issue reporting described. - Support for unauthenticated help and onboarding; issue reporting requires authentication.
元数据
Slug help-and-support
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论