- Home
- /
- Categories
- /
- CLI Tools
CLI Tools
Command line utilities
eigen-skills
by zeeshan8281
"Query live EigenLayer data — restaking, operators, AVS, rewards, delegation, stakers, TVL, deposits, withdrawals, EigenCompute TEE, and EigenDA blob storage via EigenExplorer API"
claude-memory
by Jonwberg
Use when saving, updating, or retrieving memories across conversations. Use when user says "remember this", "forget that", or when you learn something worth preserving. Covers layer selection, save process, conflict resolution, and decay rules for the four-layer memory system.
webapp-testing
by zhongjis
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
bootstrapp
by apparata
Instantiate a project from a Bootstrapp template bundle
Agent Browser
by yuanxiao0115
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
capturing-events
by squirrel289
Capture workspace events (file modifications, terminal commands, diagnostics, skill invocations) into local memory for pattern detection and skill evolution. Provider-agnostic design supports GitHub Copilot, Codex, Cursor, and universal workspace-only mode.
gemini-cli
by zxhfighter
Integrate with Gemini CLI - an AI-powered command-line tool by Google. Provides access to Gemini models through CLI interface with advanced features like context awareness, memory management, and tool integration.
commit
by YPYT1
Creates git commits using conventional commit format with appropriate emojis, following project standards and creating descriptive messages that explain the purpose of changes.
media-downloader
by josepalacios02
智能媒体下载器。根据用户描述自动搜索和下载图片、视频片段,支持视频自动剪辑。 Smart media downloader. Automatically search and download images/video clips based on user description, with auto-trimming support. 触发方式 Triggers: "下载图片", "找视频", "download media", "download images", "find video", "/media"
github-pr-review-workflow
by uwe-schwarz
Complete workflow for handling GitHub PR reviews using gh pr-review extension
esp-idf-helper
by 547895019
Help develop, build, flash, and debug ESP32/ESP8266 firmware using Espressif ESP-IDF on Linux/WSL. Use when the user asks about ESP-IDF project setup, configuring targets, menuconfig, building, flashing via esptool/idf.py, serial monitor, partition tables, sdkconfig, troubleshooting build/flash/monitor errors, or automating common idf.py workflows from the command line.
install-skills-for-personal-work
by tkorays
Automatically install all personal development skills in a fresh environment. Use when setting up a new computer, workspace, or when the user asks to configure/initialize their dev environment with required skills.
context-doctor
by unhealthy-outlander317
Visualize and diagnose OpenClaw context window usage. Generates a terminal-rendered breakdown showing workspace files (status, chars, tokens), installed skills inventory, and token budget allocation across bootstrap components. Use when: (1) user asks about context window health or token usage, (2) debugging agent quality degradation ("agent got dumber"), (3) after editing workspace files to verify impact, (4) auditing bootstrap overhead. NOT for: conversation history analysis, model selection, or cost tracking.
agent-onboarding
by kaijie0074-art
新手上手 Agent 的交互式教程引擎。当用户想第一次体验 Agent 能干什么、需要被一步步带着完成一个真实任务、或说出"带我上手 / agent 上手 / 新手教程 / 教我用 agent / 我是新手不会用 / 体验一下 agent / 第一次用 / 手把手教我 / 我想做个微信群整理(文章转视频/竞品监控/经营日报/个人官网/自动作业/竞赛材料 等)但不会"时触发。本 skill 让 Agent 化身"上手教练",用选项卡带用户选项目→自检环境(缺工具自动装)→先用样例跑通→再用真实数据→一步步动手做完→可推飞书→做完讲清"你只说了X、Agent做了Y、下次你只要这句话"。面向零基础、尤其语音交互用户。不要用于:已经熟练的用户直接下指令做事(那就直接做,不用进教程)。
eve-cli-primitives
by Incept5
Core Eve CLI primitives and capabilities for app developers. Use as the quick reference for commands and flows.
prepare-changesets
by shaug
GitHub-specific workflow to recompose a large, review-ready source branch into an ordered chain of smaller changesets (stacked branches + GitHub PRs) that preserve behavior and improve reviewability. Use when working with GitHub PR stacks via the gh CLI to split monolithic branches, create stacked PRs, merge reviewed changesets, and propagate/update downstream PR bases after merges.
august
by CodeDraig
Control August smart locks and manage home access
git-commit-push
by pc-style
Stage changes, commit with conventional commits, and push to origin. Use when the user wants to commit and push in one go, save changes to GitHub, or after completing work on a branch. Combines staging, committing, and pushing into a single workflow.
chalk
by yusenthebot
Terminal string styling done right. Use when: Highly performant; Ability to nest styles; 256/Truecolor color support. NOT for: web browser UI rendering; server-side HTML generation.
polymarket-autopilot
by spoonbobo
Paper-trade Polymarket prediction markets — scan for opportunities using TAIL, BONDING, and SPREAD strategies, simulate trades, and track portfolio performance.
justfile
by iloveitaly
"Use when writing Justfiles to understand the latest syntax, features, and best practices"
webledgers
by solidpayorg
Maps URIs to balances for distributed ledger systems using JSON-LD. Use when querying balances across platforms, managing web-based ledgers, or working with URI-to-balance mappings.
observe
by diegosouzapw
Query and manage Observe using the Observe CLI. Use when the user wants to run OPAL queries, list datasets, manage objects, or interact with their Observe tenant from the command line.
shared-brain
by Noble-Shiva
Set up a shared context directory for multi-agent coordination. Use when you need multiple agents (main + sub-agents) to share priorities, outputs, and feedback without complex messaging. Implements the "one brain, many hands" pattern — agents read from and write to shared files instead of talking to each other. Works with any AI agent that can read/write files (OpenClaw, Claude Code, Codex, Cursor, Aider, etc.).