Overview
- Skill Key
- craftslab/diffmanifests
- Author
- craftslab
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/craftslab/diffmanifests
- Latest Commit SHA
- 4aac439b4a29f5338a596a85ca66c33a1972715e
Compare manifest XML files via Gerrit and Gitiles APIs, producing JSON/txt/xlsx reports. Use when comparing Android or repo manifest versions, diffing manifest files, or when the user mentions diffmanifests, manifest comparison, or Gerrit/Gitiles manifest diffs.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 diffmanifests 技能。 若已安装,则直接安装 diffmanifests 技能。
# diffmanifests Skill (OpenClaw)
Use the **diffmanifests** CLI to compare two manifest XML files and get detailed commit/change reports. Install with `pip install diffmanifests`. Configuration lives in a JSON file; all four CLI arguments are required.
## Installation
```bash
pip install diffmanifests
```
Upgrade: `pip install diffmanifests --upgrade`
## Configuration
Configuration is read from a JSON file. **Bundled config** (packed with this skill for OpenClaw hub): use `config.json` in this skill directory. Reference structure:
| Section | Parameter | Type | Description |
|-----------|-------------|---------|-------------|
| **gerrit** | `url` | string | Gerrit instance URL |
| | `user` | string | Auth username |
| | `pass` | string | Password or API token |
| | `query.option` | array | e.g. `["CURRENT_REVISION"]` |
| **gitiles** | `url` | string | Gitiles instance URL |
| | `user` | string | Auth username |
| | `pass` | string | Password or API token |
| | `retry` | integer | Retry attempts (default: 1) |
| | `timeout` | integer | Timeout in seconds (-1 = no timeout) |
Example `config.json`:
```json
{
"gerrit": {
"url": "https://android-review.googlesource.com",
"user": "",
"pass": "",
"query": { "option": ["CURRENT_REVISION"] }
},
"gitiles": {
"url": "https://android.googlesource.com",
"user": "",
"pass": "",
"retry": 1,
"timeout": -1
}
}
```
## Parameters (CLI)
| Argument | Required | Description |
|---------------------|----------|-------------|
| `--config-file` | ✅ | Path to configuration JSON file |
| `--manifest1-file` | ✅ | Path to first (older) manifest XML |
| `--manifest2-file` | ✅ | Path to second (newer) manifest XML |
| `--output-file` | ✅ | Output path; format by extension: `.json`, `.txt`, `.xlsx` |
## Basic usage
Use the bund...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
camopel
Free multi-engine web search via ddgs CLI (DuckDuckGo, Google, Bing, Brave, Yandex, Yahoo, Wikipedia) + arXiv API search. No API keys required. Use when user needs web search, research paper discovery, or when other skills need a search backend. Drop-in replacement for web-search-plus.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.