
Claude Skills by tools-only
github.com/tools-onlyComplete REST API and WebSocket reference for OpenBotX. ---
**Base:** `https://api.cloudflare.com/client/v4/accounts/{accountId}/browser-rendering` **Auth:** `Authorization: Bearer <token>` (Browser Rendering - Edit permission)
``` ┌────────────────────────────────────────────────────────────────┐ │ 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() │ └───────────────────────────────
**Pages:** 1 ---
**Base:** `https://api.cloudflare.com/client/v4/accounts/{accountId}/browser-rendering` **Auth:** `Authorization: Bearer <token>` (Browser Rendering - Edit permission)
Complete API reference for Meeting object, REST endpoints, and SDK methods.
All methods are exposed as MCP tools.
Complete API reference for Meeting object, REST endpoints, and SDK methods.
```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 }, } ```
See [README.md](./README.md) for overview, [configuration.md](./configuration.md) for setup.
Fire-and-forget (returns `void`, not Promise). Writes happen asynchronously.
See [README.md](./README.md) for overview, [configuration.md](./configuration.md) for setup.
```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 }, }; ```
**Pages:** 2 ---
All methods are exposed as MCP tools.
Fire-and-forget (returns `void`, not Promise). Writes happen asynchronously.
``` ┌────────────────────────────────────────────────────────────────┐ │ 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() │ └───────────────────────────────
```typescript // Basic await env.MY_BUCKET.put(key, value);
```typescript // Basic await env.MY_BUCKET.put(key, value)
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:
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:
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:
Common issues and solutions for Agentforce session tracing extraction.
- 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`.
Solutions to common issues and error conditions.
This guide covers common issues and their solutions when running ContextForge. ---
This document provides solutions to common issues you may encounter when using the Claude Scientific Writer.
**Status:** Active **Last Updated:** 2026-01-20 Common issues, known limitations, and workarounds for `notebooklm-py`.
Common issues and solutions for Powerlevel10k and Starship.
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This repository contains coding standards, patterns, and skills for ed3d projects.
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.
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Speech-to-text (STT) provider implementations for audio transcription.
**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).
**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. ---
Specialized subagent definitions for Task tool delegation.
**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. ---
**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).
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...
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Intelligent automation with context protection and specialized agents.
Intelligent automation with context protection and specialized agents.
Specialized subagent definitions for Task tool delegation.
Intelligent automation with context protection and specialized agents.
Specialized subagent definitions for Task tool delegation.
This file provides guidance to Claude Code when working with this repository.
This file provides guidance to Claude Code when working with this repository.
**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. ---
> **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.