skill-factory

v1.0.0

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capa...

0· 138·0 current·0 all-time
byStav Cohen@stavc

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for stavc/factory.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "skill-factory" (stavc/factory) from ClawHub.
Skill page: https://clawhub.ai/stavc/factory
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install factory

ClawHub CLI

Package manager switcher

npx clawhub@latest install factory
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name/description (skill-factory / guide for creating skills) aligns with the SKILL.md: guidance about logging learnings, errors, feature requests and promoting useful items into project docs is coherent for a self-improvement / skill-authoring helper.
!
Instruction Scope
The instructions tell the agent to log errors, user corrections, API failures, feature requests, and other learnings into markdown files under `.learnings/` and to promote broadly applicable items into repo-level docs (CLAUDE.md, AGENTS.md, .github/copilot-instructions.md, TOOLS.md, etc.). This is within the stated purpose but has two risks: (1) it will persist arbitrary user-provided or tool output content to disk (which can include secrets or PII) and (2) it explicitly directs promotion to project-wide files which can change repo/agent behavior. The SKILL.md does not include safeguards (redaction, filtering, approval flow) or limits on what to log.
Install Mechanism
Instruction-only skill with no install steps, no downloads, and no code files — lowest install risk.
Credentials
The skill requests no environment variables, credentials, or config paths. The absence of requested secrets is proportionate to its stated purpose. Note: despite no creds being requested, the instructions could cause sensitive data to be written to disk if the agent logs inputs that contain secrets.
Persistence & Privilege
always:false and no special privileges are requested, but the instructions explicitly recommend modifying/promoting content to repository-level files. That behavior gives the skill the practical ability to persist changes that affect other agents or project documentation; consider requiring manual review/approval before promotion.
Assessment
This skill is a coherent guide for logging learnings, but it will tell the agent to write potentially sensitive content into repository files and to promote entries into project-level documents. Before installing or enabling it: (1) decide where logs should live (private sandbox vs project repo), (2) implement or require redaction/filtering of secrets/PII, (3) require human review/approval before promoting changes to CLAUDE.md/AGENTS.md/.github files, and (4) restrict write permissions or run the skill in an isolated workspace if you do not want repo-wide changes.

Like a lobster shell, security has layers — review code before you run it.

latestvk97e4rnng5k958t4f80d2bawf583w73k
138downloads
0stars
1versions
Updated 4w ago
v1.0.0
MIT-0

Self-Improvement Skill

Log learnings and errors to markdown files for continuous improvement. Coding agents can later process these into fixes, and important learnings get promoted to project memory.

Quick Reference

SituationAction
Command/operation failsLog to .learnings/ERRORS.md
User corrects youLog to .learnings/LEARNINGS.md with category correction
User wants missing featureLog to .learnings/FEATURE_REQUESTS.md
API/external tool failsLog to .learnings/ERRORS.md with integration details
Knowledge was outdatedLog to .learnings/LEARNINGS.md with category knowledge_gap
Found better approachLog to .learnings/LEARNINGS.md with category best_practice
Simplify/Harden recurring patternsLog/update .learnings/LEARNINGS.md with Source: simplify-and-harden and a stable Pattern-Key
Similar to existing entryLink with **See Also**, consider priority bump
Broadly applicable learningPromote to CLAUDE.md, AGENTS.md, and/or .github/copilot-instructions.md
Workflow improvementsPromote to AGENTS.md (OpenClaw workspace)
Tool gotchasPromote to TOOLS.md (OpenClaw workspace)
Behavioral patternsPromote to SOUL.md (OpenClaw workspace)

Comments

Loading comments...