بنقرة واحدة
blog-data-opt
博客数据查询与操作技能。覆盖博客、待办、运动、项目、读书 5 个业务域的查询、汇总和写操作。目标管理请使用 goal-management 技能。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
博客数据查询与操作技能。覆盖博客、待办、运动、项目、读书 5 个业务域的查询、汇总和写操作。目标管理请使用 goal-management 技能。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
项目部署技能。当用户需要部署项目、发布上线、执行部署流水线时使用此技能。
Generate a git commit with a concise Chinese commit message, stage all files (excluding binaries), commit with DeepSeek co-author, and push to origin. Use this skill whenever the user asks to commit code,提交代码,生成commit,提交并推送,commit and push, or any request involving creating a git commit.
Generate images, video, and audio with ComfyUI — install, launch, manage nodes/models, run workflows with parameter injection. Uses the official comfy-cli for lifecycle and direct REST/WebSocket API for execution.
目标管理技能。覆盖日/周/月/年 4 个层级的目标查询、任务管理和周期导航。
编码开发技能。当用户需要编写代码、创建项目、修复bug、重构、开发新功能时使用此技能。
Agent 发现与渐进式安装引导。当用户需要的功能对应 agent 未上线时,先确认缺口,再自然引导安装。
| name | blog-data-opt |
| description | 博客数据查询与操作技能。覆盖博客、待办、运动、项目、读书 5 个业务域的查询、汇总和写操作。目标管理请使用 goal-management 技能。 |
| summary | 范围查询优先 Range 接口,批量分析优先 ExecuteCode,修改前先查 id |
| tools | RawGetTodosByDate,RawGetTodosRange,RawAddTodo,RawToggleTodo,RawDeleteTodo,RawUpdateTodo,RawGetExerciseByDate,RawGetExerciseRange,RawGetExerciseStats,RawAddExercise,RawToggleExercise,RawDeleteExercise,RawUpdateExercise,RawRecentExerciseRecords,RawAllBlogName,RawAllBlogNameByDate,RawAllBlogNameByDateRange,RawAllBlogNameByDateRangeCount,RawGetBlogData,RawGetBlogDataByDate,RawGetBlogByTitleMatch,RawSearchBlogContent,RawCreateBlog,RawBlogsByAuthType,RawBlogsByTag,RawGetAllBooks,RawGetBooksByStatus,RawGetReadingStats,RawUpdateReadingProgress,RawGetBookNotes,RawAddBook,RawCreateProject,RawGetProject,RawListProjects,RawUpdateProject,RawDeleteProject,RawAddProjectGoal,RawUpdateProjectGoal,RawDeleteProjectGoal,RawAddProjectOKR,RawUpdateProjectOKR,RawDeleteProjectOKR,RawUpdateProjectKeyResult,RawGetProjectSummary |
| agents | blog,exec_code |
| keywords | 博客,待办,运动,todo,exercise,blog,数据,查询,记录,周报,统计,日记,锻炼,项目,project,读书,阅读,reading,book |
account 默认使用当前用户账号,不要向用户追问Range 接口,不要循环逐天调用单日接口id 再执行修改ExecuteCode,只输出最终结论RawGetTodosByDate、RawGetTodosRange、RawAddTodo、RawToggleTodo、RawDeleteTodo、RawUpdateTodoRawGetExerciseByDate、RawGetExerciseRange、RawGetExerciseStats、RawRecentExerciseRecords、RawAddExercise、RawToggleExercise、RawDeleteExercise、RawUpdateExerciseRawAllBlogName、RawAllBlogNameByDate、RawAllBlogNameByDateRange、RawAllBlogNameByDateRangeCount、RawGetBlogData、RawGetBlogDataByDate、RawGetBlogByTitleMatch、RawSearchBlogContent、RawCreateBlog、RawBlogsByAuthType、RawBlogsByTagRawGetAllBooks、RawGetBooksByStatus、RawGetReadingStats、RawUpdateReadingProgress、RawGetBookNotes、RawAddBookRawCreateProject、RawGetProject、RawListProjects、RawUpdateProject、RawDeleteProject、RawAddProjectGoal、RawUpdateProjectGoal、RawDeleteProjectGoal、RawAddProjectOKR、RawUpdateProjectOKR、RawDeleteProjectOKR、RawUpdateProjectKeyResult、RawGetProjectSummaryExecuteCode 中完成聚合、统计、排序和格式化。id,再调用对应的新增、更新、切换或删除接口。ExecuteCode + Range 接口RawCreateBlog 适用于直接创建博客;tags 用 | 分隔,authType 取值为 1/2/4/8/16RawAddExercise 的 intensity 常见值为 low、medium、highRawAddTodo 的 urgency 和 importance 取值为 1-4id 的修改操作前直接猜测或编造 idRawGetExerciseRange 拉区间数据,再在 ExecuteCode 中统计和整理id,再调用 RawToggleTodoRawCreateBlog,并按请求拼好 title、content、tags、authType