FinResearchClaw
Use this skill to operate the FinResearchClaw repo as a finance-research engine.
Execution preference
Always prefer these execution modes in order:
- 1. Codex first
- Prefer Codex / ACP Codex for repo-driven execution, code edits, and iterative finance research runs.
- 2. Claude Code second
- Use Claude Code if Codex is unavailable or the user explicitly asks for Claude.
- 3. API mode last
- Use direct
researchclaw CLI / config / API-style execution only as fallback when coding-agent execution is unavailable or unsuitable.
Do not choose API mode first when Codex or Claude Code is available.
Core workflow
- 1. Ensure the FinResearchClaw repo exists locally.
- Default repo path:
~/.openclaw/workspace/AutoResearchClaw
- GitHub repo:
https://github.com/ChipmunkRPA/FinResearchClaw
- 2. Select the closest finance workflow:
- event study
- factor model
- accounting forecast error
- accounting panel regression
- valuation / investment research
- 3. Prefer a coding-agent run path first.
- Fall back to direct CLI/config mode only if coding-agent paths are unavailable.
- Use example configs and starter plans when they fit.
Local helper scripts
Use these scripts when helpful:
- -
scripts/install_or_update.sh — clone or update the repo locally - INLINECODE4 — print preferred execution order and basic availability
- INLINECODE5 — launch a chosen example in direct CLI mode
When the skill is installed from ClawHub, executable bits on bundled shell scripts may not be preserved on every system. If a direct script call fails with permission denied, run it with bash, for example:
CODEBLOCK0
Repo paths and examples
If needed, inspect:
It documents the main example configs, starter experiment plans, and preferred mode selection.
FinResearchClaw
使用此技能将FinResearchClaw仓库作为金融研究引擎运行。
执行偏好
请始终按以下顺序优先选择执行模式:
- 1. 优先使用Codex
- 优先使用Codex / ACP Codex进行仓库驱动执行、代码编辑和迭代式金融研究运行。
- 2. 其次使用Claude Code
- 当Codex不可用或用户明确要求使用Claude时,使用Claude Code。
- 3. 最后使用API模式
- 仅在编码代理执行不可用或不适用时,作为备用方案使用直接的researchclaw CLI/配置/API式执行。
当Codex或Claude Code可用时,不要优先选择API模式。
核心工作流程
- 1. 确保FinResearchClaw仓库已存在于本地。
- 默认仓库路径:~/.openclaw/workspace/AutoResearchClaw
- GitHub仓库:https://github.com/ChipmunkRPA/FinResearchClaw
- 2. 选择最匹配的金融研究工作流:
- 事件研究
- 因子模型
- 会计预测误差
- 会计面板回归
- 估值/投资研究
- 3. 优先选择编码代理运行路径。
- 仅当编码代理路径不可用时,回退到直接CLI/配置模式。
- 在适用时使用示例配置和启动计划。
本地辅助脚本
在需要时使用以下脚本:
- - scripts/installorupdate.sh — 在本地克隆或更新仓库
- scripts/chooserunner.sh — 打印首选执行顺序和基本可用性
- scripts/runfinance_example.sh — 以直接CLI模式启动所选示例
当从ClawHub安装此技能时,捆绑的shell脚本的可执行权限可能无法在所有系统上保留。如果直接调用脚本时出现permission denied错误,请使用bash运行,例如:
bash
bash scripts/choose_runner.sh
bash scripts/installorupdate.sh
仓库路径和示例
如有需要,请查看:
该文件记录了主要的示例配置、启动实验计划和首选模式选择。