← 返回 Skills 市场
aytuncyildizli

RePrompter

作者 AytuncYildizli · GitHub ↗ · v7.0.0
cross-platform ⚠ suspicious
805
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install reprompter
功能描述
Transform messy prompts into well-structured, effective prompts — single or multi-agent. Use when: "reprompt", "reprompt this", "clean up this prompt", "stru...
安全使用建议
This skill appears to do what it says (improve prompts and optionally orchestrate multi-agent runs), but take these precautions before installing or invoking team-mode: 1) Repromptception mode expects tmux and an environment flag (CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1) although they are not declared — verify your runtime provides tmux and that you understand enabling the experimental env var. 2) The skill's interview/auto-detection reads local project files (package.json, tsconfig, etc.) and writes temp files to /tmp — avoid running it from directories with secrets or production credentials, or use the documented opt-out. 3) Multi-agent execution can spawn tmux sessions and run multiple agents in parallel; confirm you trust the agent runtime and have appropriate isolation. 4) If you require guarantees, ask the author or maintainer to update the skill metadata to declare required binaries/env vars and to document precise filesystem scopes and permissions.
功能分析
Type: OpenClaw Skill Name: reprompter Version: 7.0.0 The skill is classified as suspicious due to its extensive use of high-risk capabilities, specifically direct shell command execution via `tmux` and OpenClaw's `sessions_spawn` in `SKILL.md`. While these are intended for legitimate agent orchestration (e.g., `tmux new-session`, `tmux send-keys`, `ls`, `tmux kill-session`), the reliance on placeholders like `{session}`, `{taskname}`, `{domain}`, and `/path/to/workdir` creates a significant shell injection vulnerability if user input is not rigorously sanitized by the OpenClaw platform or the skill's internal logic. There is no evidence of intentional malicious exploitation (e.g., data exfiltration, persistence), but the inherent risk associated with these capabilities prevents a 'benign' classification.
能力评估
Purpose & Capability
Name/description match the files and templates: the repo contains many prompt templates, interview logic, and team orchestration docs, which align with a 'reprompter' purpose. However, SKILL.md describes a Repromptception orchestration mode that requires tmux and CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1, yet the skill metadata lists no required binaries or environment variables — a mismatch between claimed runtime needs and declared requirements.
Instruction Scope
SKILL.md instructs the agent to auto-detect project context by reading files like package.json/tsconfig/prisma, write artifacts to /tmp, run interactive AskUserQuestion flows, and (in team mode) create tmux-based agent teams and run agents in parallel. Reading project files and creating tmux sessions is coherent with the orchestration purpose, but these actions access local filesystem and spawn processes — they should be made explicit in metadata/permissions.
Install Mechanism
No install spec is provided (instruction-only), and included scripts are packaging/validation helpers. Nothing in the manifest downloads or executes external code during install, which keeps install risk low.
Credentials
The SKILL.md references an env var (CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS) and requires tmux for Repromptception mode, but the skill's declared requirements list zero env vars and zero required binaries. That under-declaration is a proportionality/visibility issue — using team mode likely needs additional runtime capabilities and possibly elevated access to the host environment.
Persistence & Privilege
always:false and no credentials/config paths are requested. The skill writes ephemeral files to /tmp per its docs; it does not request permanent system-wide presence or credentials. Team execution may spawn tmux sessions but that is transient.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install reprompter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /reprompter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v7.0.0
v7.0 — Score 9.1/10, Repromptception pipeline, Agent Teams support, 12 task templates, smart complexity routing
元数据
Slug reprompter
版本 7.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

RePrompter 是什么?

Transform messy prompts into well-structured, effective prompts — single or multi-agent. Use when: "reprompt", "reprompt this", "clean up this prompt", "stru... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 805 次。

如何安装 RePrompter?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install reprompter」即可一键安装,无需额外配置。

RePrompter 是免费的吗?

是的,RePrompter 完全免费(开源免费),可自由下载、安装和使用。

RePrompter 支持哪些平台?

RePrompter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 RePrompter?

由 AytuncYildizli(@aytuncyildizli)开发并维护,当前版本 v7.0.0。

💬 留言讨论