← 返回 Skills 市场
ruodong

HiFi Advisor

作者 Ruodong · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
402
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install hifi-advisor
功能描述
Evaluate hi-fi and audio gear options, build system recommendations, guide installation and tuning, and analyze used-market pricing/resale value. Use when us...
使用说明 (SKILL.md)

HiFi Advisor

Overview

Deliver practical, decision-ready guidance for hi-fi purchase, setup, tuning, and pricing tasks. Prioritize low-risk recommendations, explicit trade-offs, and actionable next steps.

Quick Workflow Decision

  1. Identify user intent:
    • Buy/compare gear -> run Review + Matching workflow.
    • Install or improve sound -> run Setup + Tuning workflow.
    • Check second-hand deal value -> run Price Analysis workflow.
  2. Gather minimum inputs (ask only missing essentials):
    • Budget range
    • Listening distance / room size
    • Existing gear and connection constraints
    • Music preference and loudness target
  3. Return output in this order:
    • Recommendation
    • Why it fits
    • Risks / caveats
    • Next action checklist

Review + Matching Workflow

  1. Capture system context: room, source, use-case (music/movie/desk), volume habits.
  2. Match core chain first: transducer (speaker/headphone) -> amp power/current -> source/DAC.
  3. Penalize mismatch risks:
    • Low-sensitivity speakers with underpowered amps
    • Bright speaker + bright amp in reflective room
    • Nearfield setup with large floorstanders in tiny rooms
  4. Produce 2-3 ranked options:
    • Best value
    • Balanced
    • Stretch option
  5. Give upgrade path that preserves resale liquidity.

Use references/workflows.md for the detailed template.

Setup + Tuning Workflow

  1. Start with placement before EQ:
    • Symmetry, toe-in, listener triangle, wall distance
  2. Solve biggest acoustic problems first:
    • First reflections, bass boom/nulls, desk bounce (for nearfield)
  3. Apply light EQ only after physical setup is reasonable.
  4. Validate with repeatable test tracks and one objective check (if available).
  5. End with a short "do not change all at once" iteration plan.

Use references/checklists.md for step-by-step checklists.

Price Analysis Workflow (Used Market)

  1. Normalize listing data by region, condition, accessories, and shipping inclusion.
  2. Build a fair-price band using robust statistics (median + IQR).
  3. Apply adjustments:
    • No box/accessories: discount
    • Cosmetic issues: discount
    • Recent service with proof: premium
    • Local pickup vs shipped risk: adjust confidence, not only price
  4. Output:
    • Fair range
    • Strong-buy threshold
    • Walk-away threshold
    • Risk flags

If user provides tabular listing data, run:

python3 scripts/price_stats.py listings.csv

Expected columns: price plus optional platform,condition,model,date,notes.

Output Quality Standard

Always provide:

  • A clear recommendation (not just raw data)
  • 3-5 bullet rationale
  • Top risk factors
  • Concrete next steps the user can execute today

Use concise language. Avoid mystical audiophile claims. Prefer testable, practical guidance.

安全使用建议
This skill appears coherent and low-risk: the included Python script performs only local CSV parsing and summary printing and the markdown workflows/checklists are on-topic. Before running the script, only run it on CSVs you trust (it reads local files but doesn't transmit data). If you plan to let an agent run skills autonomously, remember it could execute the provided script—ensure your runtime environment restricts untrusted code execution. If you want extra assurance, open and review scripts/price_stats.py yourself (it's short and readable) before use.
功能分析
Type: OpenClaw Skill Name: hifi-advisor Version: 1.0.0 The skill is classified as suspicious due to the explicit instruction in `SKILL.md` to execute a local Python script (`python3 scripts/price_stats.py listings.csv`) with user-provided data. While the `scripts/price_stats.py` script itself appears benign, performing statistical analysis without malicious code, the direct execution of a shell command with user-derived input (`listings.csv`) represents a significant vulnerability risk. Depending on how the OpenClaw agent handles the creation and naming of `listings.csv` and constructs the shell command, this could lead to path traversal, arbitrary file operations, or even shell injection if the filename or path were user-controllable. This is a risky capability, even without clear malicious intent within the script itself.
能力评估
Purpose & Capability
Name/description match the provided assets: workflow templates, checklists, and a small price-stats script for used-market analysis. Nothing requested (no env vars, no binaries, no config paths) is unrelated to giving audio advice and pricing analysis.
Instruction Scope
SKILL.md stays on topic: it lists question flows, checklists, and instructs running the included script only when the user supplies a CSV. It does not instruct the agent to read arbitrary system files, contact unknown endpoints, or exfiltrate data.
Install Mechanism
No install spec included (instruction-only plus one benign script). The Python script is small, local, and non-obfuscated; there are no downloads or archive extraction steps.
Credentials
The skill requires no environment variables or credentials. The only runtime action is optionally running a local Python script against user-provided CSV data, which is proportional to the stated price-analysis purpose.
Persistence & Privilege
always is false and the skill doesn't request system-wide modification or persistent privileges. Autonomous invocation is allowed by default but combined with the limited scope there is no elevated privilege request.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hifi-advisor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hifi-advisor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: workflows for gear matching, setup/tuning checklists, and used-market price analysis with a price_stats helper script.
元数据
Slug hifi-advisor
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

HiFi Advisor 是什么?

Evaluate hi-fi and audio gear options, build system recommendations, guide installation and tuning, and analyze used-market pricing/resale value. Use when us... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 402 次。

如何安装 HiFi Advisor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install hifi-advisor」即可一键安装,无需额外配置。

HiFi Advisor 是免费的吗?

是的,HiFi Advisor 完全免费(开源免费),可自由下载、安装和使用。

HiFi Advisor 支持哪些平台?

HiFi Advisor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 HiFi Advisor?

由 Ruodong(@ruodong)开发并维护,当前版本 v1.0.0。

💬 留言讨论