用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill cirf命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use this skill to create a Polymarket wallet for your agent and trade on prediction markets. Browse markets, place bets, manage positions — all without exposing private keys.
ClawSec suite manager with embedded advisory-feed monitoring, cryptographic signature verification, approval-gated malicious-skill response, and guided setup for additional security skills.
Automated daily security audits for OpenClaw agents with email reporting. Runs deep audits and sends formatted reports.
基于 SOC 职业分类
正在显示 SKILL.md
| 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:
Agent files contain:
Workflow files contain:
Component files provide shared protocols:
agent-init.md - Agent initialization stepsworkflow-init.md - Workflow initialization stepsworkflow-execution.md - Workflow execution protocolFollow 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}"
AI: I'm not confident I understand {workflow-id} requirements correctly.
From objectives.md, I see:
• Research question A
• Research question B
But I'm unclear on:
• [Specific uncertainty]
Can you clarify what you'd like me to focus on?
AI: I'm unable to find reliable data on {topic}.
Attempted sources:
• {Source 1} - No data
• {Source 2} - Outdated (2022)
Should I:
a) Note data gap and continue
b) Use best available proxy
c) Pause until data available
AI: This research scope is quite extensive and may take 10+ hours.
Recommend breaking into phases:
• Phase 1: Core analysis (4h)
• Phase 2: Extended analysis (4h)
• Phase 3: Synthesis (2h)
Start with Phase 1 and evaluate before committing to full scope?
When activated, read files in this order:
framework/agents/{agent-id}.yamlframework/core-config.yamlframework/workflows/{workflow-id}/workflow.yamlframework/workflows/{workflow-id}/objectives.mdframework/workflows/{workflow-id}/template.mdframework/components/ (agent-init, workflow-init, workflow-execution)workspaces/{project-id}/workspace.yaml (if exists)Framework Version: 1.0.0 Last Updated: 2025-02-09 Created by: Kudō