All authors
tools-only avatar

Claude Skills by tools-only

github.com/tools-only
2,834 skillsA× 2,629B× 118C× 26D× 36F× 2510 installs1,106 views
076 Api 08930e20A

Complete REST API and WebSocket reference for OpenBotX. ---

securitypythonapi
0
4
076 Api 0f346bfcA

**Base:** `https://api.cloudflare.com/client/v4/accounts/{accountId}/browser-rendering` **Auth:** `Authorization: Bearer <token>` (Browser Rendering - Edit permission)

developmenttypescriptgo
0
4
076 Api 21b14484A

``` ┌────────────────────────────────────────────────────────────────┐ │ CRITICAL: Workers Cache API ≠ Cache Reserve │ │ │ │ • Workers caches.default / cache.put() → edge cache ONLY │ │ • Cache Reserve → zone-level setting, automatic, no per-req │ │ • You CANNOT selectively write to Cache Reserve from Workers │ │ • Cache Reserve works with standard fetch(), not cache.put() │ └───────────────────────────────

businesstypescriptgo
0
4
076 Api 23838117A

**Pages:** 1 ---

content-marketinggoreact
0
4
076 Api 271747ffA

**Base:** `https://api.cloudflare.com/client/v4/accounts/{accountId}/browser-rendering` **Auth:** `Authorization: Bearer <token>` (Browser Rendering - Edit permission)

developmenttypescriptgo
0
4
076 Api 37020e61A

Complete API reference for Meeting object, REST endpoints, and SDK methods.

developmenttypescriptbash
0
4
076 Api 3d2f8b33A

All methods are exposed as MCP tools.

databasessqlapi
0
4
076 Api 421b2a05A

Complete API reference for Meeting object, REST endpoints, and SDK methods.

developmenttypescriptbash
0
4
076 Api 58b4b84dA

```typescript export default { async fetch(request: Request, env: Env, ctx: ExecutionContext): Promise<Response> { const url = new URL(request.url) if (request.method === 'POST' && url.pathname === '/api') { const body = await request.json() return new Response(JSON.stringify({ id: 1 }), { headers: { 'Content-Type': 'application/json' }, }) } return fetch(request) // Subrequest to origin }, } ```

businesstypescripttesting
0
4
076 Api 5eb669f0A

See [README.md](./README.md) for overview, [configuration.md](./configuration.md) for setup.

databasestypescriptgo
0
4
076 Api 74b14417A

Fire-and-forget (returns `void`, not Promise). Writes happen asynchronously.

datatypescriptbash
0
4
076 Api 7e7bb032A

See [README.md](./README.md) for overview, [configuration.md](./configuration.md) for setup.

databasestypescriptgo
0
4
076 Api 96dafb63A

```typescript export default { async fetch(request: Request, env: Env, ctx: ExecutionContext): Promise<Response> { const url = new URL(request.url); if (request.method === 'POST' && url.pathname === '/api') { const body = await request.json(); return new Response(JSON.stringify({ id: 1 }), { headers: { 'Content-Type': 'application/json' } }); } return fetch(request); // Subrequest to origin }, }; ```

businesstypescripttesting
0
4
076 Api 9b6c81cfA

**Pages:** 2 ---

documentationgoreact
0
4
076 Api A71b2d70A

All methods are exposed as MCP tools.

databasessqlapi
0
4
076 Api Ae82c22eA

Fire-and-forget (returns `void`, not Promise). Writes happen asynchronously.

datatypescriptbash
0
4
076 Api C0db13dcA

``` ┌────────────────────────────────────────────────────────────────┐ │ CRITICAL: Workers Cache API ≠ Cache Reserve │ │ │ │ • Workers caches.default / cache.put() → edge cache ONLY │ │ • Cache Reserve → zone-level setting, automatic, no per-req │ │ • You CANNOT selectively write to Cache Reserve from Workers │ │ • Cache Reserve works with standard fetch(), not cache.put() │ └───────────────────────────────

businesstypescriptgo
0
4
076 Api D229e1d5A

```typescript // Basic await env.MY_BUCKET.put(key, value);

securitytypescriptbash
0
4
076 Api F3f2999dA

```typescript // Basic await env.MY_BUCKET.put(key, value)

securitytypescriptbash
0
4
080 Workflows 999c4f77A

For complex tasks, break operations into clear, sequential steps. It is often helpful to give you an overview of the process towards the beginning of SKILL.md:

business
0
4
080 Workflows A52616fcA

For complex tasks, break operations into clear, sequential steps. It is often helpful to give Claude an overview of the process towards the beginning of SKILL.md:

business
0
4
080 Workflows Ba49e91fA

For complex tasks, break operations into clear, sequential steps. It is often helpful to give the agent an overview of the process towards the beginning of SKILL.md:

business
0
4
081 Troubleshooting 2b861638A

Common issues and solutions for Agentforce session tracing extraction.

devopspythongo
0
4
081 Troubleshooting 4d012cf7A

- Cause: size not supported by model, or seconds not in 4/8/12. - Fix: match size to model; use only "4", "8", or "12" seconds (see `references/video-api.md`). - If you see `invalid_type` for seconds, update `scripts/sora.py` or pass a string value for `--seconds`.

ai-agentspythonshell
0
4
081 Troubleshooting 4f47dc6bA

Solutions to common issues and error conditions.

databasespythonshell
0
4
081 Troubleshooting 7c93e51bA

This guide covers common issues and their solutions when running ContextForge. ---

databasespythongo
0
4
081 Troubleshooting B9bfd1a1F

This document provides solutions to common issues you may encounter when using the Claude Scientific Writer.

toolspythongo
0
4
081 Troubleshooting E7889707B

**Status:** Active **Last Updated:** 2026-01-20 Common issues, known limitations, and workarounds for `notebooklm-py`.

developmentjavascriptpython
0
4
081 Troubleshooting F0bae3a1D

Common issues and solutions for Powerlevel10k and Starship.

toolspythonshell
0
4
082 Claude 14137e06A

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

content-marketinggoshell
0
4
082 Claude 16d4485fA

This repository contains coding standards, patterns, and skills for ed3d projects.

documentationgoshell
0
4
082 Claude 19c32142A

This repository is the **comprehensive documentation for Claude Code** (Anthropic's CLI tool). It teaches users how to use Claude Code effectively through guides, examples, and templates.

documentationgoshell
0
4
082 Claude 1ac80fcbD

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

toolsjavascriptpython
0
4
082 Claude 2615c082A

Speech-to-text (STT) provider implementations for audio transcription.

developmentpythongo
0
4
082 Claude 292d0832A

**Response style**: Concise, precise, direct answer only. No introductions, summaries, or opinions unless explicitly asked. **Engineering stance**: Every edit improves product design. Errors and linting issues are architectural signals — identify the systemic cause and log it. Patch symptoms only as a last resort. **Repository**: Claude Code Marketplace Plugin with modular skills (specialized knowledge, workflows, tools).

developmentjavascriptpython
0
4
082 Claude 3945e665A

**Last Updated:** February 19, 2026 (v1.11.0 — Memory ownership, named sessions, background processing) You are **Dex**, a personal knowledge assistant. You help the user organize their professional life - meetings, projects, people, ideas, and tasks. You're friendly, direct, and focused on making their day-to-day easier. ---

businesspythonrust
0
4
082 Claude 5fbcf393A

Specialized subagent definitions for Task tool delegation.

toolsrustgo
0
4
082 Claude 65d440a7A

**Last Updated:** January 28, 2026 (Added Career Development System) You are **Dex**, a personal knowledge assistant. You help the user organize their professional life - meetings, projects, people, ideas, and tasks. You're friendly, direct, and focused on making their day-to-day easier. ---

documentationpythongo
0
4
082 Claude 6ad65500A

**Response style**: Concise, precise, direct answer only. No introductions, summaries, or opinions unless explicitly asked. **Engineering stance**: Every edit improves product design. Errors and linting issues are architectural signals — identify the systemic cause and log it. Patch symptoms only as a last resort. **Repository**: Claude Code Marketplace Plugin with modular skills (specialized knowledge, workflows, tools).

developmentjavascriptpython
0
4
082 Claude 75852b0dA

These instructions are for AI assistants working in this project. Always open `@/openspec/AGENTS.md` when the request: - Mentions planning or proposals (words like proposal, spec, change, plan) - Introduces new capabilities, breaking changes, architecture shifts, or big performance/security work - Sounds ambiguous and you need the authoritative spec before coding Use `@/openspec/AGENTS.md` to learn: - How to create and apply change proposals - Spec format and conventions - Project structure a...

developmenttypescriptpython
0
4
082 Claude 773f1b19D

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

toolsjavascriptpython
0
4
082 Claude 78ea03d8A

Intelligent automation with context protection and specialized agents.

toolspythonrust
0
4
082 Claude 83a3abcdA

Intelligent automation with context protection and specialized agents.

toolspythonrust
0
4
082 Claude 85dde09fA

Specialized subagent definitions for Task tool delegation.

toolsrustgo
0
4
082 Claude 998ca922A

Intelligent automation with context protection and specialized agents.

toolspythonrust
0
4
082 Claude 9a2b640bA

Specialized subagent definitions for Task tool delegation.

toolsrustgo
0
4
082 Claude 9a7c17dcA

This file provides guidance to Claude Code when working with this repository.

developmentjavascriptpython
0
4
082 Claude A0274342A

This file provides guidance to Claude Code when working with this repository.

developmentjavascriptpython
0
4
082 Claude Af7544bbA

**Last Updated:** January 28, 2026 (Added Career Development System) You are **Dex**, a personal knowledge assistant. You help the user organize their professional life - meetings, projects, people, ideas, and tasks. You're friendly, direct, and focused on making their day-to-day easier. ---

businesspythongo
0
4
082 Claude Bd86cf0cA

> **Last Updated:** 2026-01-31 09:01:58 This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

developmenttypescriptpython
0
4