Cifang Fund Data

PassAudited by ClawScan on Apr 23, 2026.

Overview

The skill is internally consistent with an ETF/LOF data-fetching purpose and primarily needs a single CIFANG_API_KEY to call https://www.cifangquant.com; the main issue is a metadata mismatch where the registry claims no required env vars while SKILL.md and the code require an API key.

This skill appears to be what it says: a client for 次方量化's fund-data API. Before installing: 1) Note the inconsistency — the registry metadata omits required env vars but SKILL.md and the scripts require CIFANG_API_KEY; expect to provide that API key. 2) Only provide the API key if you trust https://www.cifangquant.com and are comfortable with the provider's terms/privacy; the key will be sent as x-api-key to that domain. 3) Test first with the included mock_data.py (no real key) or run the scripts locally with --api-key to confirm behavior. 4) If you do not want the agent to call the API autonomously, disable/limit automatic invocation in your agent policies. 5) Verify the publisher/source (homepage and repository) if you need stronger provenance, and correct the registry metadata discrepancy before relying on automated tooling that reads those fields.