export-skills
Export SpecWeave skills to Agent Skills open standard format (agentskills.io) for cross-platform portability. Use when converting skills to GitHub Copilot, VS Code, Gemini CLI, or Cursor format. Creates portable SKILL.md files compatible with any Agent Skills-supported tool.
Why use this skill?
Easily convert your SpecWeave agent skills to the Agent Skills open standard for GitHub Copilot, Cursor, and Gemini CLI. Ensure cross-platform portability today.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/anton-abyzov/sw-export-skillsWhat This Skill Does
The export-skills skill is a powerful transformation utility for OpenClaw AI agents. It acts as a bridge between the native SpecWeave internal format and the Agent Skills open standard (agentskills.io). By running this skill, you can package your agent's capabilities into portable SKILL.md files. These files become immediately compatible with major development ecosystems, including GitHub Copilot, VS Code, Gemini CLI, Cursor, and Claude Code. It automates the complex mapping of YAML frontmatter, truncation of descriptions, and conversion of tool-delimited strings to ensure your agent skills are ready for cross-platform deployment without manual refactoring.
Installation
To integrate this utility into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/anton-abyzov/sw-export-skills
Once installed, you can immediately access the /sw:export-skills command within your agent interface.
Use Cases
This skill is essential for developers maintaining agent logic in multiple environments. If you develop a custom capability in SpecWeave but want to utilize the same logic within the GitHub Copilot ecosystem or your local Cursor workflow, this skill bridges the gap. It is also ideal for standardizing project documentation and preparing agent skills for public sharing on platforms that support the Agent Skills open specification.
Example Prompts
- "Export all my current agent skills to the local .agent-skills directory to prepare for a Cursor migration."
- "Perform a dry run of the export process for my 'architect' plugin to verify the metadata structure."
- "Export all skills and validate the output against the official Agent Skills spec before I push these to my public repository."
Tips & Limitations
- Safety First: Always use the
--dry-runflag the first time you execute the command on a new project to inspect the directory structure before files are written. - Description Constraints: The Agent Skills standard requires descriptions to be under 1024 characters. This tool automatically handles truncation, but you should review long descriptions manually to ensure critical information remains.
- Naming Conventions: Ensure your skill names use only lowercase alphanumeric characters and hyphens to avoid validation errors. The tool will reject names that start or end with a hyphen or contain double hyphens.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-anton-abyzov-sw-export-skills": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write
Related Skills
network-engineer
Cloud network architect for VPC design, service mesh, zero-trust networking, load balancers, and CDN optimization. Use for network troubleshooting or connectivity issues.
jira-multi-project-mapper
Expert in mapping SpecWeave specs to multiple JIRA projects with intelligent project detection and cross-project coordination. Use when syncing to multiple JIRA projects (project-per-team, component-based), or managing bidirectional sync across team boundaries.
helm-chart-scaffolding
Design, organize, and manage Helm charts for templating and packaging Kubernetes applications with reusable configurations. Use when creating Helm charts, packaging Kubernetes applications, or implementing templated deployments.
performance-optimization
React Native performance with Hermes V1, FlashList, expo-image v2, concurrent rendering. Use for slow app, memory leaks, or FPS issues.
release-strategy-advisor
Release strategy advisor - detects brownfield patterns (tags, CI/CD, changelogs), recommends versioning strategy based on architecture. Creates release-strategy.md.