Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

ckvd-researchCVD 研究

Agent Skill

ckvd-research 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

282

周安装

12

GitHub Stars

公开资料未说明

下载量

99
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ckvd-research(CVD 研究)
来源仓库:https://github.com/terrylica/crypto-kline-vision-data
仓库路径:skills/ckvd-research
安装命令:
npx skills add https://github.com/terrylica/crypto-kline-vision-data --skill ckvd-research
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/terrylica/crypto-kline-vision-data --skill ckvd-research

简介

深度研究 crypto-kline-vision-data 代码库结构与实现细节。

  • 解析 FCP 故障转移逻辑、提供者接口及流式数据处理机制。
  • 帮助理解市场约束、时间戳处理和 DataFrame 工具链用法。
  • 回答问题时需引用源码位置,避免依赖未文档化的内部约定。
  • ckvd-research 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

CKVD Codebase Research

Research the crypto-kline-vision-data codebase to answer questions about: $ARGUMENTS

Research Focus

Key Areas to Investigate

  1. FCP Implementation (src/ckvd/core/sync/crypto_kline_vision_data.py)

- How failover decisions are made - Cache → Vision → REST priority

  1. Provider Implementations (src/ckvd/core/providers/binance/)

- Vision API client - REST API client - Cache manager

  1. Utilities (src/ckvd/utils/)

- Market constraints and validation - Timestamp handling - DataFrame utilities

  1. Streaming Implementation (src/ckvd/core/streaming/)

- KlineStream class and stream lifecycle - KlineUpdate dataclass structure - StreamConfig configuration options - WebSocket client connection handling - Async message loop patterns

Research Instructions

  1. Use Glob to find relevant files
  2. Use Grep to search for specific patterns
  3. Read key files to understand implementation
  4. Summarize findings with specific file:line references

Expected Output

Provide:

  • Summary: Brief answer to the research question
  • Key Files: Files most relevant to the topic
  • Code References: Specific file:line references
  • Related Topics: Other areas worth investigating

TodoWrite Task Templates

Template A: Investigate FCP Flow

1. Read src/ckvd/core/sync/crypto_kline_vision_data.py get_data() method
2. Trace cache check logic (get_cache_lazyframes in ckvd_cache_utils)
3. Trace Vision fetch logic (_fetch_from_vision)
4. Trace REST fallback logic (_fetch_from_rest)
5. Document FCP decision points with file:line references

Template B: Trace Data Source

1. Identify the data source module (Vision, REST, Cache)
2. Read the provider client implementation
3. Trace data flow from API call to DataFrame return
4. Document error handling and retry logic
5. Summarize with file:line references

Template C: Map Exception Handling

1. Read rest_exceptions.py and vision_exceptions.py
2. Grep for exception catch/raise patterns in core/
3. Map which exceptions trigger FCP fallback
4. Identify any silent failures or bare excepts
5. Document exception flow with file:line references

Template D: Investigate Streaming Architecture

1. Read src/ckvd/core/streaming/kline_stream.py (KlineStream class)
2. Understand stream lifecycle: create → subscribe → iterate → close
3. Research KlineUpdate dataclass (fields: open_time, close, open, high, low, volume, symbol, interval, is_closed)
4. Trace async context manager patterns (__aenter__, __aexit__)
5. Study WebSocket client initialization and message handling
6. Document stream state management and error handling
7. Summarize async patterns with file:line references

Post-Change Checklist

After modifying this skill:

  • Key areas to investigate still match actual file paths
  • Research instructions reference available tools
  • Append changes to references/evolution-log.md

References

  • @references/evolution-log.md - Skill change history

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.35%
按下载量换算34

Claude

31.74%
按下载量换算31

Cursor

18.94%
按下载量换算19

Gemini CLI

9.76%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills