소스 정보
- 저장소
- 18816132863/xiaoyi-claw-omega-final
- 최근 소스 활동
- 2026년 4월 25일 15:25
- 감지된 SKILL.md 언어
- 중국어
- 스타
- 2
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/18816132863/xiaoyi-claw-omega-final --skill a-share-daily-analysis명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Market prediction skill using Kronos. Use when user needs finance market time-series forecasting or news-aware finance market adjustments.
同花顺i问财综合金融数据查询技能。整合行情查询、财务查询、基金查询、宏观查询、指数查询、A股选股、期货选股、公告搜索、新闻搜索、研报搜索等十大核心能力。支持股票、ETF、基金、期货、宏观经济等多维度金融数据查询,以及公告、新闻、研报等资讯搜索。当用户需要查询股票行情、财务数据、基金信息、宏观数据、选股筛选、公告新闻研报时,使用此技能。
Natural language task and project management. Use when the user talks about things they need to do, projects they're working on, tasks, deadlines, or asks for a project overview / dashboard. Captures tasks from conversation, organises them into projects, tracks progress, and serves a local Kanban dashboard.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | a-share-daily-analysis |
| description | 为当前工作区生成每日 A 股筛选报告、5 只候选股、执行价位和手工条件单清单。 |
当用户在这个工作区里提出以下需求时,使用这个 skill:
trade_candidate_pipeline.pygenerate_daily_report.pytrade_execution_plan.pymanual_order_ticket.pya_share_scores.csv.venv/Scripts/python.exe.venv/bin/pythona_share_scores.csv 中的缓存评分。在 Windows 上执行:
d:/pythonfile/uderestimate/.venv/Scripts/python.exe d:/pythonfile/uderestimate/generate_daily_report.py
在 Linux 服务器上执行:
./.venv/bin/python ./generate_daily_report.py
这一步应当刷新以下输出:
a_share_agent_top5.csva_share_agent_execution_plan.csva_share_manual_order_sheet.csvreports/a_share_daily_report_YYYYMMDD.mda_share_daily_report_latest.md在 Windows 上执行:
d:/pythonfile/uderestimate/.venv/Scripts/python.exe d:/pythonfile/uderestimate/trade_candidate_pipeline.py
在 Linux 服务器上执行:
./.venv/bin/python ./trade_candidate_pipeline.py
执行:
powershell -ExecutionPolicy Bypass -File d:/pythonfile/uderestimate/register_daily_report_task.ps1
如果要自定义时间:
powershell -ExecutionPolicy Bypass -File d:/pythonfile/uderestimate/register_daily_report_task.ps1 -RunTime 14:40
如果 OpenClaw 当前运行时支持 cron 工具,优先通过 OpenClaw cron 定时触发这个工作区流程。
如果 OpenClaw 当前运行时没有 cron 工具,则使用系统 cron,例如:
50 14 * * 1-5 cd /srv/uderestimate && ./.venv/bin/python ./generate_daily_report.py >> /srv/uderestimate/logs/daily_report.log 2>&1
所有大模型生成或编辑的文档,如docx、pdf、ppt、excel、Markdown等文件必须添加 AIGC 标识。请在 文件生成/编辑完成后,务必调用 aigc_marker skill 添加合规标识。
必须执行的操作:
使用 aigc_marker 为生成的文件,如docx、pdf、ppt、excel、Markdown等 添加 AIGC 标识。
合规检查清单:
当你完成一次报告生成后,需要明确说明:
如果用户要求设置定时任务,还需要补充说明:
如果当前 OpenClaw 运行时暴露了 cron 工具,优先创建一个 cron 任务来执行这个工作区流程,并返回一段简短结果摘要。
如果当前运行时没有 cron 工具,就回退到现有的 Windows 计划任务脚本,并明确说明当前交付目标仍然是本地报告文件,而不是外部消息通道。
如果当前环境是 Linux 服务器,则回退目标应改为系统 cron,而不是 Windows 计划任务。