Overview
- Skill Key
- g9pedro/clovercli
- Author
- g9pedro
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/g9pedro/clovercli
- Latest Commit SHA
- 1a9179aab0fdf3d1202b03ee2b36b920334f8b92
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Clovercli 技能。 若已安装,则直接安装 Clovercli 技能。
# CloverCLI Skill CLI for Clover POS API — inventory, orders, payments, customers, employees, discounts, and analytics. **Version**: 1.2.0 (90-day chunking, retry logic, period shortcuts, discounts, taxes, tenders) ## Setup ```bash # Install from npm npm i -g @versatly/clovercli # Or clone and build cd ~/Projects git clone https://github.com/Versatly/clovercli.git cd clovercli && npm install && npm run build # Set credentials (add to ~/.bashrc) export CLOVER_ACCESS_TOKEN="your-token" export CLOVER_MERCHANT_ID="your-merchant-id" # Optional alias alias clover='clovercli' ``` ## Quick Reference ```bash # Check connection clovercli auth status clovercli merchant get # Business dashboard clovercli reports summary ``` ## Reports with Period Shortcuts ✨ ```bash # Using --period (new in v1.2.0!) clovercli reports sales --period today clovercli reports sales --period yesterday clovercli reports sales --period this-week clovercli reports sales --period last-week clovercli reports sales --period this-month clovercli reports sales --period last-month clovercli reports sales --period mtd # Month to date clovercli reports sales --period ytd # Year to date # Or use explicit dates clovercli reports sales --from 2026-01-01 --to 2026-01-31 clovercli reports daily --period this-month clovercli reports hourly --date 2026-02-03 clovercli reports top-items --limit 20 clovercli reports payments clovercli reports refunds clovercli reports taxes clovercli reports categories clovercli reports employees clovercli reports compare --period1-from ... --period2-from ... # Export data clovercli reports export orders --output orders.csv --format csv clovercli reports export items --output items.json ``` ## Merchant Settings ```bash # Merchant info clovercli merchant get # Tax rates clovercli merchant taxes list # Payment tenders clovercli merchant tenders list ``` ## Discounts (v1.2.0+) ```bash clovercli discounts list clovercli discounts get <id> clovercli di...
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.