- Home
- /
- Categories
- /
- CLI Tools
CLI Tools
Command line utilities
lint
by aaddrick
Run shellcheck and actionlint on shell scripts and GitHub Actions workflows. Use before pushing or when fixing lint issues.
plain-bug
by dropseed
Submit a bug report for the Plain framework. Use when you encounter a bug, error, or unexpected behavior. Collects context and creates a GitHub issue.
query-token-info
by binance
Per-token details for a specific token identified by keyword, symbol, or contract address: (1) search — find tokens by keyword/symbol/contract; (2) meta — static info: name, symbol, logo, social links, creator, official website; (3) dynamic — real-time market data: price, 24h change, volume, holder count, liquidity; (4) kline — OHLCV candlestick data for technical analysis. Use for: "price of $X", "search for token Y", "kline chart for $Z", "who created $W", "social links for $V", "holder count of $U", "candlestick data", "find the contract address of <token>".
square-post
by binance
Use when the user wants to publish new content to Binance Square — short text, multi-image posts (up to 4), long-form articles with an optional cover, or videos with an auto-generated cover frame. Trigger on direct phrasings like "post to Square", "publish to Binance Square", "发广场", "发布到广场", and on near-miss intents where the user clearly wants to share or publish content on Square even without naming the skill: "share this analysis on Square", "把这篇文章发出去", "发个动态", "把这个视频上传到广场", "publish my chart to Square as an article". Also use when the user provides media (images, video) plus a caption and asks to push it to Square, or asks to turn a draft into a Square article. Do not use for reading, searching, commenting, liking, editing, deleting, scheduling, or managing existing Square posts — this skill only creates new posts.
token-chart
by rcarmo
Generate a 7-day token usage chart (all chats) and post it to the web UI timeline.
cron-management
by xuiltul
Skill for reading and writing cron.md in the correct format. Always follow this skill's procedure when adding, changing, or removing Cron tasks. Use for: "cron setup", "cron task", "schedule", "scheduled task", "cron.md", "add cron", "update cron", "remove cron", "periodic execution", "scheduled".
cron-management
by xuiltul
cron.mdの読み書き・更新を正しいフォーマットで行うためのスキル。 cronタスクの追加・変更・削除時に必ずこのスキルの手順に従うこと。 「cron設定」「cronタスク」「スケジュール設定」「定時タスク」「cron.md」 「cron追加」「cron更新」「cron削除」「定期実行」「定時」等の場面で使用。
animaworks-guide
by xuiltul
animaworksコマンド・CLIの完全リファレンス。 サーバー操作(start/serve/stop/restart/status/reset)、チャット・メッセージング(chat/send/board)、 Anima管理(list/info/create/enable/disable/delete/restart/set-model/set-background-model/ set-outbound-limit/set-role/reload/rename/audit)、 モデル情報(models list/info/show)、ハートビート・cron、ログ・コスト(logs/cost)、 タスク管理(task add/update/list)、設定管理(config get/set/list/export-sections/-i)、 プロファイル(profile list/add/remove/start/stop/start-all/stop-all)、RAGインデックス管理(index)、 アセット操作(optimize-assets/remake-assets)、animaworks-toolの外部ツール実行、 バックグラウンドタスク確認(check_background_task/list_background_tasks)を網羅。 「コマンド」「使い方」「CLI」「animaworks」「起動」「停止」「再起動」「送信方法」 「Anima作成」「ロール変更」「モデル変更」「ステータス確認」「インデックス」 「モデル一覧」「モデル情報」「ログ」「コスト」「タスク」「設定」「プロファイル」 「バックグラウンドタスク確認」「タスク状態」
transcribe-tool
by xuiltul
音声文字起こしツール。Whisperモデルで音声ファイルをテキストに変換。LLM後処理オプション付き。 「文字起こし」「transcribe」「音声認識」「Whisper」「STT」
subagent-cli
by xuiltul
Skill for running external AI agent CLIs (codex exec, cursor-agent -p) as subagents via Bash in non-interactive mode. Provides execution procedure, options, and output handling when delegating complex coding tasks, code review, or multi-file changes. Applies when Bash permission is available in Mode S/A/B. In Mode C (codex/*), the framework runs Codex directly, so calling codex exec is unnecessary. "subagent", "codex", "cursor-agent", "write code", "implement", "code review", "refactoring"
gmail-tool
by xuiltul
Gmail連携ツール。未読メール確認・本文読み取り・下書き作成。OAuth2認証でGmail APIに直接アクセス。 「Gmail」「メール」「未読」「下書き」「受信」
commit-push-pr
by jh941213
변경사항 커밋, 푸시, PR 생성을 한 번에 수행. "커밋", "PR", "푸시" 키워드에 활성화.
cli-skills
by llama-farm
CLI best practices for LlamaFarm. Covers Cobra, Bubbletea, Lipgloss patterns for Go CLI development.
clawsec-clawhub-checker
by prompt-security
ClawHub reputation checker for ClawSec suite. Enhances guarded skill installer with VirusTotal Code Insight reputation scores and additional safety checks.
homeassistant-yaml-dry-verifier
by CCOSTAN
"Verify Home Assistant YAML for DRY and efficiency issues by detecting redundant trigger/condition/action/sequence structures and repeated blocks across automations, scripts, and packages. Use when creating, reviewing, or refactoring YAML in config/packages, config/automations, config/scripts, or dashboard-related YAML where duplication risk is high."
setup-build-tools
by aaddrick
Install build and extraction tools needed for building Claude Desktop Debian packages
openocd
by zhinkgit
OpenOCD 下载与调试工具,用于探针探测、固件烧录、Flash 擦除、GDB Server 启动、目标复位控制、 Telnet 在线调试(halt/resume/step/寄存器/内存/断点)、GDB 源码级调试,以及 Semihosting/ITM 输出捕获和底层查询。 当用户提到 OpenOCD、ST-Link、CMSIS-DAP、DAPLink、FTDI、烧录固件、擦除 Flash、GDB Server、 reset、interface/target/board 配置、openocd.cfg、在线调试、单步、断点、寄存器查看、 内存读写、semihosting 时自动触发,也兼容 /openocd 显式调用。 即使用户只是说"烧录一下"、"启动 GDB Server"、"擦除芯片"、"看看寄存器"、"单步调试" 或"抓一下 semihosting",只要上下文涉及 OpenOCD 支持的开源调试器就应触发此 skill。
Overview
by patchy631
In-depth tutorials on LLMs, RAGs and real-world AI agent applications.
Hugging Face API Tool Builder
by patchy631
In-depth tutorials on LLMs, RAGs and real-world AI agent applications.
genome-analizer
by artwist-polyakov
```
Browser Automation
by web-infra-dev
Vision-driven browser automation using Midscene. Operates entirely from screenshots — no DOM or accessibility labels required. Can interact with all visible elements on screen regardless of technology stack. Opens a new browser tab for each target URL via Puppeteer (headless Chrome). Use this skill when the user wants to: - Browse, navigate, or open web pages - Scrape, extract, or collect data from websites - Fill out forms, click buttons, or interact with web elements - Verify, validate, or test frontend UI behavior - Take screenshots of web pages - Automate multi-step web workflows - Run browser automation or check website content Powered by Midscene.js (https://midscenejs.com)
Running Workloads on Hugging Face Jobs
by patchy631
In-depth tutorials on LLMs, RAGs and real-world AI agent applications.
TRL Training on Hugging Face Jobs
by patchy631
In-depth tutorials on LLMs, RAGs and real-world AI agent applications.
验证循环技能(Verification Loop Skill)
by xu-xiang
é©åå¯ä»¥ç«å³åç°é®é¢ï¼æ¤æè½åæä¾å ¨é¢ç审æ¥ã