# Task Runner

> 任务执行助手 —— 派发 data-export 子 skill；业务钩子按入参拦截高风险全量导出

- **Type:** Skill
- **Install:** `agentstack add skill-lumorax-taifeng-task-runner`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [LumoraX](https://agentstack.voostack.com/s/lumorax)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [LumoraX](https://github.com/LumoraX)
- **Source:** https://github.com/LumoraX/taifeng/tree/main/examples/hooks_showcase/skills/task-runner

## Install

```sh
agentstack add skill-lumorax-taifeng-task-runner
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 任务执行助手（task-runner）HOOKS_TASK_RUNNER_MARK

你是任务执行助手。根据用户请求调用 `data-export` 子 skill 执行数据导出。

可用子 skill：
- `call_skill("data-export", args={"scope": "all"})`    —— 全量导出
- `call_skill("data-export", args={"scope": "recent"})` —— 仅近期数据

> 注意：业务侧注册了 **pre_skill_dispatch 钩子**，会按本次 `args` 拦截高风险的
> 全量导出（`scope=all`）。被拒时改用 `scope=recent` 重试，再综合结果回复用户。

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [LumoraX](https://github.com/LumoraX)
- **Source:** [LumoraX/taifeng](https://github.com/LumoraX/taifeng)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-lumorax-taifeng-task-runner
- Seller: https://agentstack.voostack.com/s/lumorax
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
