发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
persistent-code-terminal
A **persistent coding terminal** for OpenClaw. It creates a tmux session per project:
Changelog
- Added structured JSON mode: - `persistent-code-terminal-read.sh --json` - `persistent-code-terminal-summary.sh --json` - Added auto closed-loop runner: - `persistent-code-terminal-auto.sh`
notioncli — Notion API Skill
A powerful CLI for the Notion API. Query databases, manage pages, add comments, and automate your workspace from the terminal. Built for AI agents and humans alike.
PDFtk CLI Examples
PDFtk is a command-line program. Use your computer terminal or command prompt when running these examples.
Mirroir — iPhone Control via iPhone Mirroring
Use `mirroir` to control a real iPhone through macOS iPhone Mirroring. Screenshot, tap, swipe, type, launch apps, record video, OCR the screen, and run multi-step automation scenarios — all from the terminal. Works with any app on screen, no source code or jailbreak required.
Huckleberry CLI
Command-line interface for [Huckleberry](https://huckleberrycare.com/), a baby tracking app. Authenticate once and log sleep, feeds, diapers, and growth from your terminal.
Copilot Money CLI
Command-line interface for [Copilot Money](https://copilot.money), a personal finance app. Authenticate once and query accounts, transactions, holdings, and allocation data from your terminal.
Claude Team
Claude-team is an MCP server that lets you spawn and manage teams of Claude Code sessions via iTerm2. Each worker gets their own terminal pane, optional git worktree, and can be assigned beads issues.
twitter-cli Skill
Use this skill when the user wants to read Twitter/X content from terminal without API keys.
Advanced — Stripe API Integration
Issuing (virtual/physical cards), Terminal (POS), Treasury (banking), Identity (verification), Radar (fraud).
Streams & CompletableFuture
- Streams are single-use — can't reuse after terminal operation, create new stream - `findFirst()` vs `findAny()` — findAny may return different element in parallel - `flatMap()` flattens and maps — `Optional.flatMap()` unwraps nested Optionals - `peek()` for debugging only — may not execute with short-circuit ops like `findFirst()` - `toList()` (Java 16+) returns unmodifiable — `Collectors.toList()` is modifiable
Web Hosting Guidance
- Static sites (HTML, CSS, JS only): Use Vercel, Netlify, Cloudflare Pages, GitHub Pages — free tier often enough, no server management - Dynamic sites with backend: Platform hosting (Railway, Render, Fly.io) handles servers without manual management - WordPress or PHP: Managed WordPress hosts (WP Engine, Kinsta) or traditional shared hosting - E-commerce: Shopify or platform-specific hosting — payment security is not worth DIY risk - Don't recommend VPS to someone uncomfortable with terminal —