← Back to Skills Marketplace
ruodong

HiFi Advisor

by Ruodong · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
402
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install hifi-advisor
Description
Evaluate hi-fi and audio gear options, build system recommendations, guide installation and tuning, and analyze used-market pricing/resale value. Use when us...
README (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.

Usage 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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install hifi-advisor
  3. After installation, invoke the skill by name or use /hifi-advisor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: workflows for gear matching, setup/tuning checklists, and used-market price analysis with a price_stats helper script.
Metadata
Slug hifi-advisor
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 402 downloads so far.

How do I install HiFi Advisor?

Run "/install hifi-advisor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is HiFi Advisor free?

Yes, HiFi Advisor is completely free (open-source). You can download, install and use it at no cost.

Which platforms does HiFi Advisor support?

HiFi Advisor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created HiFi Advisor?

It is built and maintained by Ruodong (@ruodong); the current version is v1.0.0.

💬 Comments