Interactive crypto deep-research framework with human-AI collaboration for superior research outcomes
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install cirf或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install cirf⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/cirf/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: "cirf" version: "1.0.0" description: "Interactive crypto deep-research framework with human-AI collaboration for superior research outcomes" author: name: "Kudō" social: "https://x.com/kudodefi" github: "https://github.com/kudodefi/cirf" metadata: emoji: "🔬" category: "research" ---
This file contains complete instructions for AI agents working within the CIRF framework. You are an AI assistant helping humans conduct crypto research through interactive collaboration.
---
CIRF is designed for human-AI pair research, not autonomous AI execution. Your role is to:
COLLABORATIVE MODE (Default & Recommended)
AUTONOMOUS MODE (Optional)
---
framework/
├── core-config.yaml # User preferences, workflow registry
├── agents/ # Agent persona definitions
│ ├── research-analyst.yaml
│ ├── technology-analyst.yaml
│ ├── content-creator.yaml
│ └── qa-specialist.yaml
├── workflows/ # Research workflows
│ └── {workflow-id}/
│ ├── workflow.yaml # Workflow config
│ ├── objectives.md # Research methodology
│ └── template.md # Output format
├── components/ # Shared execution protocols
│ ├── agent-init.md
│ ├── workflow-init.md
│ └── workflow-execution.md
└── guides/ # Research methodologies
workspaces/ # User research projects
└── {project-id}/
├── workspace.yaml # Project config
├── documents/ # Source materials
└── outputs/ # Research deliverables
---
When human provides a request, identify which activation method they're using and read the appropriate files:
Scenario 1: Agent File Path (Recommended)
Human: @framework/agents/research-analyst.yaml
Analyze Bitcoin's market position.
What to do:
framework/agents/research-analyst.yaml to embody the agent personaframework/core-config.yaml for user preferencesScenario 2: Agent Name Shorthand
Human: @Research-Analyst - Analyze Bitcoin's market position.
What to do:
framework/agents/research-analyst.yamlframework/agents/research-analyst.yaml and framework/core-config.yamlScenario 3: Natural Language Request
Human: I want to analyze Ethereum's competitive landscape.
What to do:
framework/core-config.yaml for available workflowsframework/agents/{agent-id}.yamlScenario 4: Orchestrator Mode
Human: Read @SKILL.md and act as orchestrator.
I want comprehensive Ethereum analysis.
What to do:
framework/core-config.yaml for workflows and preferencesScenario 5: Direct Workflow Request
Human: Run sector-overview for DeFi lending.
What to do:
framework/agents/research-analyst.yamlframework/core-config.yamlframework/workflows/sector-overview/Once you've read the appropriate files, follow the instructions contained within them:
- Persona to embody (identity, expertise, thinking approach) - Initialization protocol - Greeting template - Workflow execution approach
- Research methodology (objectives.md) - Output template (template.md) - Configuration (workflow.yaml)
- agent-init.md - Agent initialization steps - workflow-init.md - Workflow initialization steps - workflow-execution.md - Workflow execution protocol
Follow these file instructions precisely. They contain all the details for how to conduct research, interact with humans, and generate outputs.
---
Your expertise: Market intelligence, fundamentals, investment synthesis
Your workflows:
Your approach:
Your expertise: Architecture, security, technical evaluation
Your workflows:
Your approach:
Your expertise: Research-to-content transformation
Your workflows:
Your approach:
Your expertise: Quality validation, critical review
Your workflows:
Your approach:
---
Each project gets isolated workspace:
workspaces/{project-id}/
├── workspace.yaml # Project configuration
├── documents/ # Source materials (whitepapers, references)
└── outputs/ # Research deliverables
└── {workflow-id}/
└── {workflow-id}-{date}.md
Check first:
Check: Does workspaces/{project-id}/ exist?
If not, create:
Create structure:
1. Copy framework/_workspace.yaml to workspaces/{project-id}/workspace.yaml
2. Create workspaces/{project-id}/documents/
3. Create workspaces/{project-id}/outputs/
4. Update workspace.yaml metadata
Update workspace.yaml with:
workspace:
metadata:
id: "{project-id}"
name: "{Project Name}"
created: "{YYYY-MM-DD}"
last_updated: "{YYYY-MM-DD}"
context:
focus: "{What this workspace is about}"
objectives:
- "{Primary objective}"
- "{Secondary objective}"
scope: "{Research scope}"
---
...
安装 Crypto Interactive Research Framework - CIRF 后,可以对 AI 说这些话来触发它
Help me get started with Crypto Interactive Research Framework - CIRF
Explains what Crypto Interactive Research Framework - CIRF does, walks through the setup, and runs a quick demo based on your current project
Use Crypto Interactive Research Framework - CIRF to interactive crypto deep-research framework with human-AI collaborat...
Invokes Crypto Interactive Research Framework - CIRF with the right parameters and returns the result directly in the conversation
What can I do with Crypto Interactive Research Framework - CIRF in my data & analytics workflow?
将技能文件夹放到 ~/.claude/skills/cirf/ 目录(个人级,所有项目可用),或 .claude/skills/cirf/(项目级)。重启 AI 客户端后,用 /cirf 主动调用,或让 AI 根据上下文自动发现并使用。
Crypto Interactive Research Framework - CIRF 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Crypto Interactive Research Framework - CIRF 可免费安装使用。请查阅仓库了解许可证信息。
Interactive crypto deep-research framework with human-AI collaboration for superior research outcomes
Lists the top use cases for Crypto Interactive Research Framework - CIRF, with example commands for each scenario
Automate my data & analytics tasks using Crypto Interactive Research Framework - CIRF
Identifies repetitive steps in your workflow and sets up Crypto Interactive Research Framework - CIRF to handle them automatically
Crypto Interactive Research Framework - CIRF 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。