Overview
- Skill Key
- dorukardahan/skeall
- Author
- dorukardahan
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/dorukardahan/skeall
- Latest Commit SHA
- 928515e56d6b5bc2cb0b8e16f7eced70c16fa807
Agent Skills (SKILL.md) builder, auditor, and improver for cross-platform LLM agents. Use for "skeall", "build a skill", "create skill", "improve skill", "audit skill", "skill review", or any SKILL.md question. Follows agentskills.io standard.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 skeall 技能。 若已安装,则直接安装 skeall 技能。
# Skeall
Create, improve, and audit Agent Skills following the [Agent Skills open standard](https://agentskills.io). This skill encodes lessons from real-world skill development and cross-platform compatibility testing.
## Quick start
```text
/skeall --create # Interview, then scaffold new skill
/skeall --improve <path> # Analyze and improve existing skill
/skeall --scan <path> # Audit only, no changes (report)
/skeall --scan . # Audit skill in current directory
/skeall --scan-all # Batch scan all skills in ~/.claude/skills/
/skeall --scan-all <dir> # Batch scan all skills in custom directory
/skeall --healthcheck <path> # Runtime check single skill (orphans, deps, env, URLs)
/skeall --healthcheck-all # Runtime check all skills in ~/.openclaw/skills/
/skeall --healthcheck-all <dir> # Runtime check all skills in custom directory
```
---
## Mode 1: Create (scaffold a new skill)
### Process
1. Interview the user (ask questions 1-4 always, then 5-6 if user hasn't already specified complexity or distribution scope):
- What does this skill do? (one sentence)
- What category? Reference / Task / MCP Enhancement / Hybrid. See [references/advanced-patterns.md](references/advanced-patterns.md)
- What triggers should activate it? (keywords users would type)
- Does it accept arguments? (e.g., file path, topic — use `$ARGUMENTS` or `$ARGUMENTS[N]` in body)
- How complex is it? (single file vs references/ needed)
- Will this skill be shared? (personal / project / public) — affects README, license, metadata
2. Generate the skill structure:
```text
{skill-name}/
├── SKILL.md # Core instructions (always loaded)
├── references/ # On-demand detail files
│ ├── {topic-1}.md
│ └── {topic-2}.md
└── README.md # GitHub-facing (optional)
```
3. Write SKILL.md following these rules:
- YAML frontmatter with `name` and `description` (see Frontmatter...
# Skeall Build, improve, and audit [Agent Skills](https://agentskills.io) for cross-platform LLM coding agents. Skeall encodes real-world lessons from building and restructuring production skills across Claude Code, OpenAI Codex, Cursor, Gemini CLI, OpenClaw, and 20+ other platforms that support the Agent Skills open standard. ## What it does - **Create** new skills from scratch with guided interviews and scaffolding - **Improve** existing skills with specific before/after edit proposals - **Scan** skills for spec compliance, LLM-friendliness, and cross-platform issues - **Batch scan** your entire skill collection at once - **Health check** runtime issues that static scan misses: orphans, duplicates, broken deps, stale endpoints ## Installation ```bash # Claude Code git clone https://github.com/dorukardahan/skeall ~/.claude/skills/skeall # OpenAI Codex git clone https://github.com/dorukardahan/skeall ~/.agents/skills/skeall # OpenClaw git clone https://github.com/dorukardahan/skeall ~/.openclaw/skills/skeall ``` ## Usage ```text /skeall --create # Interview + scaffold new skill /skeall --improve <path> # Analyze and improve existing skill /skeall --scan <path> # Audit only, severity-tagged report /skeall --scan-all # Batch scan all skills /skeall --healthcheck <path> # Runtime check single skill /skeall --healthcheck-all # Runtime check all skills ``` ## What it checks **Static scan:** 42 checklist items across 6 categories: | Category | Checks | Examples | |----------|--------|---------| | Structure | 8 | SKILL.md exists, name matches dir, references/ dir, no junk files | | Frontmatter | 6 | Description length (spec + recommended), trigger phrases, naming | | Content | 11 | Token budget, redundancy, framing style, routing table, count consistency, stale refs | | LLM-friendliness | 8 | Tables vs bullets, emoji, heading style | | Security | 5 | No XML injection, no reserved names, no secrets, credential pattern d...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.