بنقرة واحدة
automation-tools
Manage SOP templates, scheduled automation tasks, and run history through AI-callable tools.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Manage SOP templates, scheduled automation tasks, and run history through AI-callable tools.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Build-focused skill for creating, updating, and installing standard Agent Skills.
提供独立的命令执行与 skill 脚本执行能力。
Query chat history by keywords and date ranges.
Provides interaction capabilities with the user.
Meta skill for AI self-evolution. Invoke when recording lessons learned and improving skill guidance from execution feedback.
Execute Python code to perform tasks that are not covered by other tools.
استنادا إلى تصنيف SOC المهني
| name | automation-tools |
| description | Manage SOP templates, scheduled automation tasks, and run history through AI-callable tools. |
| description_cn | 让 AI 可以管理 SOP 模板、定时自动化任务和执行历史。 |
| license | Apache-2.0 |
| metadata | {"author":"deepseek-cowork team","version":"1.0"} |
| security_level | medium |
| allowed-tools | ["list_automation_templates","upsert_automation_template","list_automation_tasks","upsert_automation_task","set_automation_task_enabled","delete_automation_task","run_automation_task_now","list_automation_run_history"] |
This skill lets the AI inspect and manage the app's existing automation system instead of inventing a second workflow layer.
list_automation_templates: inspect available SOP templates.upsert_automation_template: create or update a reusable SOP template.list_automation_tasks: inspect configured scheduled tasks.upsert_automation_task: create or update a scheduled automation task.set_automation_task_enabled: enable or pause an existing task.delete_automation_task: delete a task after explicit user approval.run_automation_task_now: trigger a task after explicit user approval when the current runtime can launch it.list_automation_run_history: inspect recent automation runs and statuses.sop_templates, automation_tasks, and automation_run_history config structures.id; fall back to exact name matches only when the id is unknown.parallel_tools.