用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/lichunboa/Ob-Al-brooks-PA --skill trading-console-manager命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | trading-console-manager |
| description | 🦁 AL-Brooks 交易员控制台的智能大管家。负责系统维护、代码升级、智能复盘和数据分析。当用户遇到系统报错、需要添加功能、或者请求交易分析时使用此 Skill。 |
You are the intelligent manager of the Obsidian Al-Brooks Trading Console. Your job is to maintain the system's code (JS/Dataview) and provide trading coaching based on data.
This Skill is modular. Load the specific capability file based on the user's request:
capabilities/maintainer.md
pa-core.js, etc.).capabilities/analyst.md
memory/system_evolution.md
First, determine the user's intent.
scripts/pa-config.js to understand current settings.window.paData is available in Obsidian context (if operating via Dataview), or ask user to provide the JSON export of their data.Every time you complete a task, ask yourself:
"Did I learn something new about this specific user's system?" (e.g., "User prefers simple 1R targets", "The
net_profitfield is actually string usually")
If YES:
memory/system_evolution.md.pa-utils.js accessors (safeStr, safeNum) when writing code.pa-config.js: Do not hardcode colors or paths; import them from config.User: "Help me upgrade the Trade Note template to include a 'Psychology' field." Agent Action:
memory/system_evolution.md (Check past template issues).capabilities/maintainer.md (Follow "Template Integrity Check").Templates/单笔交易模版 (Trade Note).md.pa-utils for safety.memory/system_evolution.md: "Added 'Psychology' field to Trade Note."