daily-report-reset

Reset investment daily report profile data in ~/.daily-report/profile.json.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Lost-in-mundane/cxt-invest-DailyReport --skill daily-report-reset
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-report-reset
Source: https://github.com/Lost-in-mundane/cxt-invest-DailyReport/tree/main/daily-report-reset
Command: npx skills add https://github.com/Lost-in-mundane/cxt-invest-DailyReport --skill daily-report-reset

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

清空或部分重置投资日报画像数据。当用户说“清空日报”、“重置日报”、“删除我的画像”等触发。支持全部清除、只清自选、只清持仓、只清偏好四种粒度,破坏性操作前会列出影响范围并等用户确认。

Core Features & Use Cases

  • 支持四种粒度清除并在执行前提示影响范围以获得用户确认。
  • 读取并修改本地画像文件 ~/.daily-report/profile.json,确保数据在本机控制。
  • 提供自然语言指令入口,方便在对话中执行清空操作。

Quick Start

说出“清空日报”即可清空所有数据,或说“只清持仓”仅清除持仓。

Frequently Asked Questions about daily-report-reset

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clear my investment daily report profile data?

You can clear your investment daily report profile by triggering a reset command in natural language. The Skill modifies the local profile file at ~/.daily-report/profile.json and requires your confirmation before executing any destructive actions.

Can I selectively reset only parts of my daily report profile?

Yes, you can selectively reset your daily report profile by choosing from four granularities: full reset, clear holdings, clear watchlist, or clear preferences. Each option targets specific data sections while preserving the rest of your profile.

What confirmation is required before resetting the daily report profile?

Before resetting the daily report profile, the system lists the specific impact scope of the destructive action and waits for your explicit confirmation. This safeguard ensures you understand which data sections will be cleared before any changes are applied.

Where is the investment daily report profile data stored?

The investment daily report profile data is stored locally in a JSON file located at ~/.daily-report/profile.json. The Skill reads and updates this local file directly to ensure your data remains under your machine's control.

Does the daily report reset support granularity-aware updates?

Yes, the daily report reset supports granularity-aware updates across all levels of the daily report. This allows you to target specific sections like holdings or preferences for clearing without affecting the entire profile structure.

Why should I not manually delete the daily report profile JSON file?

Manually deleting the daily report profile JSON file bypasses the structured reset process and confirmation checks. Using the Skill ensures granularity-aware updates and preserves the valid profile structure while securely clearing only the intended data sections.