Task Executor

v1.0.0

任务执行器。接收用户需求,自动拆分任务,异步执行,返回结果。 **核心功能**: - 需求输入:用户直接说需求 - 任务拆分:AI 分析,自动拆分 - 自动执行:subagent 异步执行 - 进度跟踪:本地状态 **使用场景**: - "帮我分析AI发展趋势" - "调研某个话题" - "写一份报告

0· 187·1 current·1 all-time
byMao XiaoHei!@maoxiaohei2026-tech
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description describe a multi-agent task executor; the SKILL.md contains only orchestration instructions (task split, search, document, analysis, async execution). There are no declared env vars, binaries, or install steps that would be unrelated to the stated purpose.
Instruction Scope
Instructions are high-level orchestration guidance and mention spawning subagents (sessions_spawn), parallel execution, and storing simple local state (memory/tasks/active.json). This scope is consistent with the skill's purpose, but the instructions are vague about which external search endpoints or agents to call and how subagents are authenticated. The doc also mentions an optional Feishu (Lark) spreadsheet integration but does not declare required credentials.
Install Mechanism
No install spec and no code files — the skill is instruction-only, so nothing is written to disk by an installer and there are no third‑party packages to review.
Credentials
The skill declares no required environment variables or credentials, which is proportional. One caveat: it suggests optional Feishu table sync (which would require Feishu credentials if enabled) but does not declare or require those creds in the metadata; users should expect to supply such credentials only if they opt into that integration.
Persistence & Privilege
always is false and autonomous invocation is allowed (platform default). The skill proposes writing a local state file under memory/tasks/active.json — this is reasonable for progress tracking and is limited in scope. The skill does not request system‑wide modifications or other skills' configs.
Assessment
This skill is an instruction-only orchestration recipe for splitting and running sub‑tasks; it does not require credentials or install anything. Before installing: be aware it will ask the agent to spawn subagents and perform web searches, and it proposes writing a local state file (memory/tasks/active.json). If you enable the optional Feishu integration you will need to provide Feishu credentials — those are not included in the skill metadata, so only supply them if you trust the skill and understand where data will be sent. Because the instructions are high-level, monitor the first runs to see what external endpoints or prompts for credentials the agent produces and limit access to sensitive files or secrets during testing.

Like a lobster shell, security has layers — review code before you run it.

latestvk97d36zcjxkxb3m0y9tcssgsfd83cmve

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments