idea-refine transforms raw, ambiguous ideas into structured, actionable concepts through automated analysis, assumption testing, and refinement.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install idea-refine
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install idea-refine using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
idea-refine is an AI agent skill for turning unstructured ideas into clearer, more actionable concepts. It supports structured input processing, divergent and convergent thinking, assumption validation, result analysis, and workflow organization so teams can evaluate ideas before committing development time.
As part of Openclaw Skills, idea-refine is designed for compatible AI agent platforms such as Claude Code, Cursor, Codex, and Gemini CLI. It accepts JSON, plain text, or Markdown input, returns structured results with execution metadata, and includes retry, fallback, validation, and traceability capabilities for repeatable idea refinement workflows.
options.batch_size configuration.content value containing the raw idea or ideas to process.json, text, or markdown using the optional format parameter.batch_size and output_format control batch execution and the preferred result format.The specification does not define a package manager, standalone executable, or fixed installation directory. Register the provided SKILL.md in the skill directory or configuration mechanism used by your AI agent:
mkdir -p /path/to/agent/skills/idea-refine
cp SKILL.md /path/to/agent/skills/idea-refine/SKILL.md
Restart or reload the agent, then confirm that idea-refine appears among the available skills. Replace /path/to/agent/skills with the path required by your agent platform.
Set the LLM or service credential using the environment-variable convention required by your agent. The exact variable name is platform-specific and is not defined in the skill specification:
export YOUR_AGENT_API_KEY="replace-with-your-api-key"
Provide the required content field and optionally specify the input format and processing options. A conceptual request payload is:
{
"content": "A raw product or development idea to refine",
"format": "text",
"options": {
"output_format": "markdown",
"batch_size": 1
}
}
For production use, verify the API permissions, input format, file paths, network access, and agent-specific command syntax before processing sensitive or large inputs.
| Field | Type | Required | Description |
|---|---|---|---|
content |
string | Yes | Raw idea or source content sent to idea-refine. |
format |
string | No | Input format: json, text, or markdown. |
options |
object | No | Advanced settings such as output style and batch size. |
options.batch_size |
number | No | Number of items processed in a batch. |
options.output_format |
string | No | Output format: json, text, or markdown. |
{
"success": true,
"data": {
"result": "Refined idea result",
"metadata": {
"skill": "idea-refine",
"version": "1.0.0",
"pricing_tier": "L2-advanced"
}
},
"error": null
}
Large files should be processed in chunks to reduce memory consumption. Sensitive content should use encrypted connections and controlled storage, with API access configured according to least-privilege principles.
options.batch_size for repeated or multi-item workflows.Loading
Interview-me turns vague requests into structured, actionable intent through an adaptive one-question-at-a-time interview.

A Jira API integration skill that automates issue creation, status synchronization, and conditional workflow operations for AI agents.

A JoinQuant-focused Openclaw skill that generates ready-to-run quantitative strategy backtest code for multifactor stock selection and technical signal timing.

Convert one or more local videos into clean, timestamped TXT transcripts without modifying the original media.

Publish Webpage turns a user's idea into a polished, shareable static website and deploys it to goclawgo without requiring code or hosting knowledge.

Frontend UI Engineer automates production-quality, accessible, responsive UI development and related engineering workflows with structured outputs and built-in error recovery.








































