crypto-trading-logger
Crypto Trading Logger
此技能用于将加密货币交易活动持久化到本地日志中。日志按日期分类存储在 logs/YYYY-MM-DD.md 中。
核心流程
每当你(交易员)执行以下操作时,请调用此技能:
- 分析市场:记录你的逻辑、观察到的信号和风险评估。
- 下达指令:记录具体的买入/卖出/挂单操作。
- 获取结果:记录订单是否成功、错误信息或成交价格。
使用方法
使用提供的脚本 scripts/log_trade.sh 进行记录。
脚本参数
- Thinking: 详细的思考逻辑。
- Action: 采取的具体动作。
- Result: 最终的执行结果或状态。
示例调用
./scripts/log_trade.sh "RSI超卖,支撑位稳固" "市价买入 0.1 BTC" "✅ 成功,订单号 #123"
日志存储路径
所有日志均存储在当前工作目录下的 logs/ 文件夹中。
More from escapewu/skills
project-analysis
深度项目分析工具。用于在现有 docs 不足、代码链路复杂、需要梳理系统架构、模块数据流、时序或性能风险时进行只读取证和结构化分析。常与 `project-docs-workflow` 配套使用,作为其升级步骤;也可在用户明确要求架构分析、数据流分析、时序图、调用链梳理或性能排查时直接使用。默认应落文档:优先新建或更新 `docs/` 下合适文档,不再停留在仅终端输出的 analysis-only 模式。
19pdf
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.
1xlsx
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like \"the xlsx in my downloads\") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
1canvas-design
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
1webapp-testing
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
1mcp-builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
1