ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 2/5

claude-skill

Use when user asks to leverage claude or claude code to do something (e.g. implement a feature design or review codes, etc). Provides non-interactive automation mode for hands-off task execution without approval prompts.

Why use this skill?

Integrate Claude Code into OpenClaw for autonomous software engineering. Perform automated coding, refactoring, and project management tasks directly from your CLI.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/feiskyer/claude-skill
Or

What This Skill Does

The claude-skill allows OpenClaw to directly leverage Claude Code, an advanced AI-powered CLI tool designed to assist with complex software engineering tasks. By integrating this skill, the AI agent can autonomously perform tasks such as refactoring code, implementing new features, debugging issues, and even reviewing pull requests directly within your terminal environment. It is designed for seamless, non-interactive automation, enabling hands-off task execution when you need to focus on higher-level system architecture while the agent handles implementation details.

Installation

To install this skill, run the following command via the ClawHub CLI: clawhub install openclaw/skills/skills/feiskyer/claude-skill

Ensure that you have claude installed globally (npm install -g @anthropic-ai/claude-code) and that tmux is available on your system, as it is required for the full interactive workflow. Verify installation by running claude --version.

Use Cases

  • Automated Refactoring: Task the agent with updating legacy codebases to use modern syntax or library standards.
  • PR Triage: Configure the agent to scan existing repositories, suggest fixes for failing tests, and draft code review summaries.
  • Feature Implementation: Provide a high-level design specification and let the agent manage the worktree, create files, and write implementation code.
  • Long-running Automation: Execute background tasks in non-interactive mode where the agent autonomously navigates directory structures and file edits.

Example Prompts

  1. "Use Claude Code to refactor the authentication module in the current directory to use the latest SDK version."
  2. "Review the open pull request in this project, generate a detailed summary of potential bugs, and suggest code improvements."
  3. "Implement a new unit test suite for the utility functions found in /src/utils and automatically fix any uncovered edge cases."

Tips & Limitations

  • Safety First: When running in --dangerously-skip-permissions mode, ensure you are operating within an isolated environment like a container or a dedicated VM.
  • Output Handling: Always use --output-format stream-json to ensure progress can be tracked via OpenClaw logs. Avoid setting hard timeouts; utilize background execution and polling instead to allow the agent the time it needs for complex reasoning.
  • Context awareness: Use the --append-system-prompt flag if you have specific company coding standards or architectural constraints that must be enforced during the agent's work session.

Metadata

Author@feiskyer
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-feiskyer-claude-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#coding#claude#automation#development#cli
Safety Score: 2/5

Flags: file-write, file-read, code-execution, external-api

Related Skills

nanobanana-skill

Generate or edit images using Google Gemini API via nanobanana. Triggers: "nanobanana", "generate image", "create image", "edit image", "AI drawing", "图片生成", "AI绘图", "图片编辑", "生成图片".

feiskyer 2387

codex-skill

Use when user asks to leverage codex, gpt-5, or gpt-5.1 to implement something (usually implement a plan or feature designed by Claude). Provides non-interactive automation mode for hands-off task execution without approval prompts.

feiskyer 2387

autonomous-skill

Use when user wants to execute long-running tasks that require multiple sessions to complete. This skill manages task decomposition, progress tracking, and autonomous execution using Claude Code headless mode with auto-continuation. Trigger phrases: "autonomous", "long-running task", "multi-session", "自主执行", "长时任务", "autonomous skill".

feiskyer 2387

youtube-transcribe-skill

Extract subtitles/transcripts from YouTube videos. Triggers: "youtube transcript", "extract subtitles", "video captions", "视频字幕", "字幕提取", "YouTube转文字", "提取字幕".

feiskyer 2387

deep-research

深度调研的多Agent编排工作流:把一个调研目标拆成可并行子目标,用 Claude Code 非交互模式(`claude -p`)运行子进程;联网与采集优先使用已安装的 skills,其次使用 MCP 工具;用脚本聚合子结果并分章精修,最终交付"成品报告文件路径 + 关键结论/建议摘要"。用于:系统性网页/资料调研、竞品/行业分析、批量链接/数据集分片检索、长文写作与证据整合,或用户提及"深度调研/Deep Research/Wide Research/多 Agent 并行调研/多进程调研"等场景。

feiskyer 2387