Interview-me turns vague requests into structured, actionable intent through an adaptive one-question-at-a-time interview.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install interview-me
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 interview-me using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
interview-me is an AI agent skill for discovering what users actually need rather than simply executing an unclear initial request. It conducts a focused, sequential interview and continues asking targeted questions until it reaches approximately 95% confidence in the underlying intent.
As part of Openclaw Skills, it can support development automation, data processing, workflow organization, format conversion, and downstream skill integrations. The skill accepts JSON, text, or Markdown input and returns a structured success response with the processed result, execution metadata, and error information.
content and optional format and options parameters.json, text, or markdown.success, data.result, metadata, and an error value when applicable.SKILL.md, such as Claude Code, Cursor, Codex, or Gemini CLI.The source document does not specify a package-manager installation command. Install or copy the interview-me skill directory into the skills location supported by your agent, ensuring that SKILL.md remains at the expected path.
mkdir -p ~/.openclaw/skills/interview-me
cp SKILL.md ~/.openclaw/skills/interview-me/SKILL.md
Register or reload the skill from your agent's configuration, then verify that the agent can discover interview-me and its read and exec tool permissions.
Provide the LLM API credentials through the agent platform's supported secret or environment-variable mechanism. Do not commit API keys to the skill directory.
export LLM_API_KEY="your-api-key"
Invoke the skill with required content and optional format and options values. Confirm that the source data is reachable, permissions are correct, and logs are enabled for troubleshooting and auditing.
| Field | Type | Required | Description |
|---|---|---|---|
content |
string | Yes | User content or request to clarify and process. |
format |
string | No | Input format: json, text, or markdown. |
options |
object | No | Advanced settings such as output style, batch size, and processing behavior. |
{
"success": true,
"data": {
"result": "Clarified and structured interview-me result",
"metadata": {
"skill": "interview-me",
"version": "1.0.0",
"pricing_tier": "L2-advanced"
}
},
"error": null
}
content is the source request being analyzed.format identifies how the input should be parsed and normalized.options stores optional execution preferences and batch-processing controls.data.result contains the clarified, structured output produced by the interview workflow.data.metadata records skill identity, version, and pricing tier for traceability.error is null for successful execution and contains failure information when processing does not complete.options for output style, batch size, and advanced processing behaviorLoading
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.

A Python-based Openclaw Skills tool that downloads official CFFEX member-position XML data and produces validated A-share index futures position reports.

idea-refine transforms raw, ambiguous ideas into structured, actionable concepts through automated analysis, assumption testing, and refinement.

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








































