Skill Commands
Skills extend agent capabilities with specialized tools and knowledge. All skill commands are under theopenfang skill namespace.
Listing Skills
openfang skill list
List all installed skills.- NAME - Skill identifier (use this with
skill remove) - VERSION - Semantic version
- TOOLS - Number of tools provided by the skill
- DESCRIPTION - Human-readable description
Skills are loaded from
~/.openfang/skills/ plus bundled skills compiled into the binary.Installing Skills
openfang skill install
Install a skill from a local directory, git URL, or FangHub marketplace.Install from FangHub
FangHub is the OpenFang skill marketplace with curated, verified skills:Skills from FangHub pass through SHA256 verification and prompt injection scanning.
Install from Local Directory
Install from Git URL
OpenClaw Compatibility
OpenFang can auto-convert OpenClaw-format skills:Searching Skills
openfang skill search
Search the FangHub marketplace for skills.
Example:
- Use multiple keywords to refine results
- Search by category:
openfang skill search cloud - Search by language:
openfang skill search python - Search by use case:
openfang skill search api testing
Creating Skills
openfang skill create
Interactively scaffold a new skill project.Removing Skills
openfang skill remove
Remove an installed skill.
Example:
Skill Development
Skill Manifest (skill.toml)
Every skill requires askill.toml manifest:
Tool Implementation (Python)
Tool Implementation (Node.js)
Testing Skills Locally
Test your skill before installing:Bundled Skills
OpenFang includes 60+ bundled skills compiled into the binary:Development Skills
code-reviewer- Code review and analysisgit-expert- Git operationsdocker- Docker managementkubernetes- Kubernetes operationsci-cd- CI/CD pipeline toolsterraform- Infrastructure as code
Language Experts
python-expert- Python developmentrust-expert- Rust developmenttypescript-expert- TypeScript developmentgolang-expert- Go development
Cloud & Infrastructure
aws- AWS cloud operationsgcp- Google Cloud operationsazure- Azure cloud operationsansible- Configuration managementnginx- Web server configuration
Data & Databases
sql-analyst- SQL query generationpostgres-expert- PostgreSQL managementmongodb- MongoDB operationsredis-expert- Redis operationsdata-analyst- Data analysis
Web & APIs
web-search- Web search and scrapingapi-tester- REST API testingopenapi-expert- OpenAPI/Swaggergraphql-expert- GraphQL development
Collaboration
github- GitHub integrationjira- JIRA ticket managementslack-tools- Slack integrationnotion- Notion workspaceconfluence- Confluence docs
Security
security-audit- Security scanningcrypto-expert- Cryptographycompliance- Compliance checks