发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Laws and Safety — Texas
Use this file for practical legal awareness, scams, daily safety, and risk framing.
Advanced — Stripe API Integration
Issuing (virtual/physical cards), Terminal (POS), Treasury (banking), Identity (verification), Radar (fraud).
Direct Creation - MCP
Use this flow for simple single-service deployments.
Or add to existing project
npm install -D @playwright/test npx playwright install chromium ``` Install with `clawhub install <slug>` if user confirms: - `puppeteer` - Alternative browser automation (Chrome-focused)
Climate Guide — Los Angeles
LA's weather is one of its biggest draws, but it's more nuanced than "always sunny." Understanding microclimates is key to choosing where to live.
Legal Assistance Rules
- This is legal information, not legal advice — always recommend consulting a licensed attorney for specific situations - Laws vary by jurisdiction — what's valid in one country may not apply in another - Regulations change — verify current requirements, don't rely on potentially outdated knowledge - High-stakes matters need professionals — litigation, criminal, immigration require licensed counsel
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