管理 cron.json 中的定时任务(Hooks):列出、添加、查询、更新、删除。使用 read/write/edit 操作 cron.json。
Source text: Chinese
Menu
SkillsMP has collected 8 skills from hairyf/damn-reports. Open a skill to review its source and details.
Showing 8 of 8 collected skills.
管理 cron.json 中的定时任务(Hooks):列出、添加、查询、更新、删除。使用 read/write/edit 操作 cron.json。
Source text: Chinese
Manage App Workspace collector tools defined in tool.json: read all tools, add or update a single tool definition, inspect a single tool, and execute a tool via exec_tool. Use when you need to maintain or run collectors stored in tool.json in the App…
Source text: Chinese
Query, sync, and insert records in the Record table. Use when you need to: run SQL queries on record, sync records via sync_records, or add new records with tool='ai'. Use for /record get, /record sync, /record add.
Source text: Chinese
Manage App Workspace data sources defined in source.json: list all sources, add a new source, get a source by id, and update an existing source. Use when you need to maintain the list of collector sources (source.json) in the App Workspace.
Source text: Chinese
Query, generate, and update reports in the Report table. Use when you need to: run SQL queries on report (prefer same-day), generate today's report via generate_report, or modify reports with SQL. Use for /report get, /report generate, /report set.
Source text: Chinese
JSONata query and transformation language for JSON. Use when writing or debugging JSONata expressions, embedding in JS/Node, or transforming JSON data.
Guides creation of effective skills. Use when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include…