Oh Xts Build Run
Automates OpenHarmony project builds, testing, and execution from command line using provided configurations.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add oh-xts-build-run npx -- -y @trustedskills/oh-xts-build-run
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"oh-xts-build-run": {
"command": "npx",
"args": [
"-y",
"@trustedskills/oh-xts-build-run"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows you to build and run OpenHarmony XTSE (eXtension Tool Set Environment) projects. It automates the process of compiling, linking, and executing code within the OpenHarmony development environment. Specifically, it handles tasks like creating build configurations and running tests on your OpenHarmony applications.
When to use it
- Automated Testing: Run automated test suites for OpenHarmony applications as part of a CI/CD pipeline.
- Local Development: Quickly compile and run your OpenHarmony code during local development cycles.
- Build Configuration Management: Generate and manage build configurations for different target devices or environments.
- Regression Testing: Execute regression tests to ensure new changes haven't introduced any issues.
Key capabilities
- Building OpenHarmony XTSE projects.
- Running OpenHarmony XTSE test suites.
- Generating build configurations.
- Executing code within the OpenHarmony development environment.
Example prompts
- "Run the unit tests for my OpenHarmony project."
- "Build the application for the Hi3838 device."
- "Create a debug build configuration."
Tips & gotchas
- Requires an understanding of OpenHarmony XTSE and its build system.
- Ensure your environment is properly configured with the necessary OpenHarmony development tools.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.