{"id":51122688,"url":"https://github.com/taobaoaz/arkpilot","last_synced_at":"2026-06-25T04:30:25.781Z","repository":{"id":366565223,"uuid":"1276823240","full_name":"taobaoaz/arkpilot","owner":"taobaoaz","description":"ZCode plugin that drives HarmonyOS NEXT (ArkTS) development via 30 MCP tools — env check, build, device, UI automation, ArkTS scaffolding, and AppGallery app metadata scraping.","archived":false,"fork":false,"pushed_at":"2026-06-22T11:31:11.000Z","size":183,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-22T12:17:55.890Z","etag":null,"topics":["ai-agent","appgallery","arkts","deveco","harmonyos","harmonyos-next","huawei","mcp","model-context-protocol","typescript","zcode-plugin"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taobaoaz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-22T10:21:10.000Z","updated_at":"2026-06-22T11:30:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/taobaoaz/arkpilot","commit_stats":null,"previous_names":["taobaoaz/arkpilot"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/taobaoaz/arkpilot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taobaoaz%2Farkpilot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taobaoaz%2Farkpilot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taobaoaz%2Farkpilot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taobaoaz%2Farkpilot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taobaoaz","download_url":"https://codeload.github.com/taobaoaz/arkpilot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taobaoaz%2Farkpilot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34760218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-25T02:00:05.521Z","response_time":101,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agent","appgallery","arkts","deveco","harmonyos","harmonyos-next","huawei","mcp","model-context-protocol","typescript","zcode-plugin"],"created_at":"2026-06-25T04:30:23.887Z","updated_at":"2026-06-25T04:30:25.771Z","avatar_url":"https://github.com/taobaoaz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# arkpilot\r\n\r\n\u003e **⚠️ BREAKING in v0.3.0** — Plugin renamed from `harmonyos-dev` to `arkpilot`. Update your `~/.zcode/cli/config.json`:\r\n\u003e - `enabledPlugins: { \"harmonyos-dev@local\": true }` → `{ \"arkpilot@local\": true }`\r\n\u003e - `options: { \"harmonyos-dev@local\": { ... } }` → `{ \"arkpilot@local\": { ... } }`\r\n\u003e - The MCP server is now named `arkpilot` (tools are still `mcp__arkpilot__\u003ctool\u003e`).\r\n\r\n**arkpilot** is a ZCode plugin for model-driven HarmonyOS NEXT (ArkTS) app development.\r\n\r\nIt bundles **25 MCP tools** covering the full dev loop — environment check, project discovery, build, device, run, UI automation, ArkTS scaffolding, and version updates.\r\n\r\nThe model drives dev tools through MCP. You focus on the product.\r\n\r\n## Sister project: arkgallery\r\n\r\nAppGallery (`appstore_*`) tools were split out to a separate plugin in v0.3.0:\r\n**[taobaoaz/arkgallery](https://github.com/taobaoaz/arkgallery)** — 4 metadata tools + 1 icon proxy (`appstore_icon`).\r\n\r\nInstall both:\r\n\r\n```json\r\n{\r\n  \"plugins\": {\r\n    \"enabledPlugins\": {\r\n      \"arkpilot@local\": true,\r\n      \"arkgallery@local\": true\r\n    }\r\n  }\r\n}\r\n```\r\n\r\n## What's in this repo\r\n\r\n| Path | What it is |\r\n|---|---|\r\n| `harmonyos-dev/` | The actual ZCode plugin. `package.json`, MCP server source, vitest suites, the `arkpilot` skill, the slash command, and a stage-app ArkTS template. **Start here.** |\r\n| `deveco-cli/` | Documentation bridge — see its [INTEGRATION.md](deveco-cli/INTEGRATION.md). |\r\n| `docs/superpowers/` | Design specs and implementation plans (Keep a Changelog–style records for the v0.1.0 → v0.3.0 evolution). |\r\n\r\n## Install\r\n\r\nIn `~/.zcode/cli/config.json`:\r\n\r\n```json\r\n{\r\n  \"plugins\": {\r\n    \"enabledPlugins\": { \"arkpilot@local\": true },\r\n    \"options\": {\r\n      \"arkpilot@local\": { \"api_level\": \"12\", \"compatible_sdk\": \"5.0.0\" }\r\n    }\r\n  }\r\n}\r\n```\r\n\r\nThen load it:\r\n\r\n```bash\r\nzcode --plugin-dir /absolute/path/to/arkpilot/harmonyos-dev\r\n```\r\n\r\n## 25 MCP tools, in 6 capability groups\r\n\r\n| Group | Tools |\r\n|---|---|\r\n| **Env \u0026 version** | `harmony_preflight`, `harmony_check_updates` |\r\n| **Project** | `harmony_discover_project`, `harmony_create_app` |\r\n| **Build** | `harmony_build_app`, `harmony_build_and_run` |\r\n| **Device \u0026 run** | `harmony_list_devices`, `harmony_wait_for_device`, `harmony_install_app`, `harmony_uninstall_app`, `harmony_launch_app`, `harmony_terminate_app`, `harmony_open_url` |\r\n| **Inspect \u0026 automate** | `harmony_logs`, `harmony_screenshot`, `harmony_ui_status`, `harmony_ui_describe`, `harmony_ui_resolve`, `harmony_ui_tap`, `harmony_ui_type_text`, `harmony_ui_back` |\r\n| **Scaffold** | `harmony_create_page`, `harmony_create_component`, `harmony_create_ability`, `harmony_create_module` |\r\n\r\nFor full details, examples, and UI-automation recipes, see:\r\n\r\n- **[harmonyos-dev/README.md](harmonyos-dev/README.md)** — user-facing docs\r\n- **[harmonyos-dev/CHANGELOG.md](harmonyos-dev/CHANGELOG.md)** — what changed in each release\r\n- **[harmonyos-dev/skills/harmonyos-dev/SKILL.md](harmonyos-dev/skills/harmonyos-dev/SKILL.md)** — the model workflow\r\n\r\n## Releases\r\n\r\n| Tag | Date | Highlights |\r\n|---|---|---|\r\n| [`v0.3.0`](https://github.com/taobaoaz/arkpilot/releases/tag/v0.3.0) | 2026-06-23 | **BREAKING**: plugin renamed `harmonyos-dev` → `arkpilot`; AppGallery tools split out to [arkgallery](https://github.com/taobaoaz/arkgallery). |\r\n| [`v0.2.0`](https://github.com/taobaoaz/arkpilot/releases/tag/v0.2.0) | 2026-06-22 | 5 AppGallery tools, real `webEdge /uowap/index` API integration, Playwright browser fallback, weekly crawl workflow, 82 vitest tests. (Tools moved out in v0.3.0.) |\r\n| `harmonyos-dev-v0.1.0` | 2026-06-15 | Initial 25 tools covering the full HarmonyOS NEXT dev loop. |\r\n\r\n## License\r\n\r\n[MIT](LICENSE) — see [harmonyos-dev/package.json](harmonyos-dev/package.json) for the canonical declaration.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaobaoaz%2Farkpilot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaobaoaz%2Farkpilot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaobaoaz%2Farkpilot/lists"}