name: reporting version: 0.1 kind: skill summary: Creates daily summaries of signals and trades triggers:
- cron: "0 0 * * *" inputs:
- trades outputs:
- report providers:
- hf_space_llm tools:
- hf_storage steps:
- id: summarize provider: hf_space_llm with: prompt: "Summarize the trading day from this JSON: ${trades}"
- id: store_report tool: hf_storage with: record: "${report}" notes:
- "Replace with PDF/CSV generator when ready"