← 返回 Skills 市场
73
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install superthink
功能描述
Deep-dive research and analysis engine. Triggered by /superthink. Runs an interrogate flow to narrow topic and scope, then executes a 4-stage fully automatic...
安全使用建议
This skill appears to do what it says: it needs an Anthropic API key and writes large generated documents to persistent storage. Before installing: (1) only provide ANTHROPIC_API_KEY if you intend to run large batch jobs; (2) be cautious about setting NOTIFY_WEBHOOK_URL or TELEGRAM_* vars — those will send pipeline outputs to external endpoints you configure; (3) ensure /data/superthink is an appropriate, isolated place to store potentially sensitive outputs and that you have disk quota for ~40–60k word files; (4) note the pipeline runs fully unattended after you confirm scope — if you want intermediate approvals, modify the cron/poller as described; (5) review or sandbox the required batch-worker and md2docx implementations if you plan to run them in a shared environment. If you want, I can list the exact files the skill will create or suggest minimal sandboxing/permissions to limit exposure.
功能分析
Type: OpenClaw Skill
Name: superthink
Version: 1.0.1
The 'superthink' skill implements a highly autonomous, multi-stage research pipeline that operates unattended for 6–12 hours using system cron jobs for state persistence and stage transitions. While the logic in SKILL.md and the supporting scripts (batch-worker.py and md2docx.py) appears aligned with the stated purpose, the skill requires high-risk permissions, including sensitive environment variables (ANTHROPIC_API_KEY, TELEGRAM_BOT_TOKEN), broad filesystem access, and the ability to send data to user-configurable network endpoints (NOTIFY_WEBHOOK_URL). The 'Cron Poller Pattern' is particularly sophisticated and risky, as it involves the agent dynamically creating, updating, and deleting its own scheduled tasks, which could be repurposed for persistence or unauthorized execution if the underlying prompts are compromised.
能力标签
能力评估
Purpose & Capability
Name/description (deep research + synthesis) match the declared dependencies and runtime actions: Anthropic API access for batch stages, optional notification channels, and local persistent storage for large outputs. Declaring the interrogate skill as a dependency is coherent with the trigger flow.
Instruction Scope
SKILL.md is explicit about what it will read/write (creates /data/superthink and ./batch-jobs/, stores pipeline-state and results, polls Anthropic). The only notable design choice is that after a single user confirmation the pipeline runs fully unattended with no further checkpoints unless manually changed; this is intentional but worth user awareness.
Install Mechanism
Instruction-only skill with no install spec and no bundled code — lowest install risk. Optional python-docx is installed via pip only if the user wants .docx output; that is reasonable and scoped to the md2docx component.
Credentials
Required envs are proportional: ANTHROPIC_API_KEY (required) for batch calls, optional BATCH_JOBS_DIR, webhook/Telegram settings for notifications. The presence of optional NOTIFY_WEBHOOK_URL and TELEGRAM_BOT_TOKEN means pipeline output can be posted to external endpoints if configured — this is by-design but a potential data-exfiltration vector depending on how the user configures it.
Persistence & Privilege
The skill requests read-write access to persistent storage (/data/superthink and ./batch-jobs/) to hold large outputs and job state; this is coherent with its function but means outputs (including potentially sensitive research text) will be stored persistently and processed unattended after one confirmation. always:false and no system-wide config changes are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install superthink - 安装完成后,直接呼叫该 Skill 的名称或使用
/superthink触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Superthink 1.0.1 Changelog
- Added sample spec file: batch-worker-spec.md.md
- Removed old spec file: batch-worker-spec.md
- Expanded SKILL.md to declare required environment variables and their usage
- Declared dependencies, filesystem, network requirements, and notification options in SKILL.md
- No changes to pipeline design or core logic
v1.0.0
superthink 1.0.0 — Initial Release
- Launches a deep research and synthesis engine triggered by `/superthink`.
- Fully automatic 4-stage pipeline: (1) master brief, (2) parallel deep-dive sections, (3) full synthesis, (4) executive brief.
- Integrates with the interrogate skill to determine precise topic and scope via adaptive questioning flow.
- Pipeline produces a comprehensive final document (~60,000 words) and a concise executive brief (~3,000 words), both delivered automatically.
- Uses Opus and Sonnet models by default, with model fallback and stage tracking.
- Stores all research outputs in a structured, persistent directory under `/data/superthink/`.
元数据
常见问题
SuperThink 是什么?
Deep-dive research and analysis engine. Triggered by /superthink. Runs an interrogate flow to narrow topic and scope, then executes a 4-stage fully automatic... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 73 次。
如何安装 SuperThink?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install superthink」即可一键安装,无需额外配置。
SuperThink 是免费的吗?
是的,SuperThink 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
SuperThink 支持哪些平台?
SuperThink 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SuperThink?
由 inxan3(@inxan3)开发并维护,当前版本 v1.0.1。
推荐 Skills