← Back to Skills Marketplace
73
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install superthink
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install superthink - After installation, invoke the skill by name or use
/superthink - Provide required inputs per the skill's parameter spec and get structured output
Version History
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/`.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 73 downloads so far.
How do I install SuperThink?
Run "/install superthink" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SuperThink free?
Yes, SuperThink is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SuperThink support?
SuperThink is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SuperThink?
It is built and maintained by inxan3 (@inxan3); the current version is v1.0.1.
More Skills