Topic: codex
8,457 skills in this topic.
-
mysearch
Install, verify, debug, and use MySearch MCP/Skill. Aggregates Tavily, Firecrawl, Exa, and X search (via xAI) behind one workflow. Use when the user shares a MySearch repo/skill URL, wants MySearch installed or repaired, or wants current web search, social/X search, document-oriented search, URL content extraction, or a small multi-source research pack with citations. When MySearch is available, prefer it over generic web search for external lookup tasks.
skernelx/MySearch-Proxy 104
-
mysearch
DEFAULT search skill for OpenClaw. Aggregates Tavily, Firecrawl, Exa, and optional X/social search behind one search path. Use for ANY external lookup that needs current web results, docs, GitHub, changelog, pricing, URL extraction, or X discussion. Prefer this over legacy Tavily-only skill or raw web_search when MySearch is healthy.
skernelx/MySearch-Proxy 104
-
session-history
Show what happened in recent past sessions on this project. Use when user asks "what did we do last time", "session history", "past sessions", or wants an overview of previous work.
rohitg00/agentmemory 755
-
remember
Explicitly save an insight, decision, or learning to agentmemory's long-term storage. Use when the user says "remember this", "save this", or wants to preserve knowledge for future sessions.
rohitg00/agentmemory 755
-
recall
Search agentmemory for past observations, sessions, and learnings about a topic. Use when the user says "recall", "remember", "what did we do", or needs context from past sessions.
rohitg00/agentmemory 755
-
forget
Delete specific observations or sessions from agentmemory. Use when user says "forget this", "delete memory", or wants to remove specific data for privacy.
rohitg00/agentmemory 755
-
development workflow
workflow patterns for planning, subagents, self-improvement, and verification
rcarmo/agentbox 96
-
Building Native macOS CLI Apps with SwiftUI Visualization
CLI apps with SwiftUI visualization
rcarmo/agentbox 96
-
Tag-based releases
GitHub releases with autogenerated notes
rcarmo/agentbox 96
-
Python project conventions
Project conventions for install, lint, test, format, and coverage via Make
rcarmo/agentbox 96
-
GitHub Actions CI patterns
CI patterns that call Make targets
rcarmo/agentbox 96
-
Frontend bundling via Bun/Node
Bundling via Bun/Node with Make targets for typecheck and bundling
rcarmo/agentbox 96
-
Go project conventions
Project conventions with module caching, linting, security checks, and tests via Make
rcarmo/agentbox 96
-
Copilot instruction layering
instruction layering with reusable, conditional instruction files
rcarmo/agentbox 96
-
Docker image publishing
multi-arch image publishing to GHCR via GitHub Actions
rcarmo/agentbox 96
-
git-branch-cleanup
Analyzes and safely cleans up local Git branches. Categorizes branches by merge status,
staleness, and remote tracking. Provides interactive selection with safety guards.
Use when the user wants to clean up branches, delete old branches, organize Git branches,
or asks about which branches can be safely deleted.
gotalab/skillport 374
-
opus-4-5-migration
Migrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Use when the user wants to update their codebase, prompts, or API calls to use Opus 4.5. Handles model string updates and prompt adjustments for known Opus 4.5 behavioral differences. Does NOT migrate Haiku 4.5.
gotalab/skillport 374
-
skill-evaluator
Evaluates agent skills against Anthropic's best practices. Use when asked to review, evaluate, assess, or audit a skill for quality. Analyzes SKILL.md structure, naming conventions, description quality, content organization, and identifies anti-patterns. Produces actionable improvement recommendations.
gotalab/skillport 374
-
dream-memory
Consolidate recent logs, sessions, and existing memory files into durable topic memories, normalize dates, prune stale entries, and keep MEMORY.md short enough for prompt use.
LearnPrompt/cc-harness-skills 200
-
kairos-lite
Build a lightweight proactive mode with scheduled checks, sleep intervals, concise user briefs, and expiry safeguards so an agent can work in the background without becoming an uncontrolled daemon.
LearnPrompt/cc-harness-skills 200
-
memory-extractor
Extract durable memories from recent conversation turns into user, feedback, project, and reference categories while avoiding stale code-state facts.
LearnPrompt/cc-harness-skills 200
-
structured-context-compressor
Compress a long agent conversation into a nine-part continuation summary that preserves request, files, errors, user messages, current work, and the next aligned step.
LearnPrompt/cc-harness-skills 200
-
swarm-coordinator
Coordinate multiple agents by splitting work into research, synthesis, implementation, and verification, assigning ownership, and keeping the coordinator focused on integration rather than raw exploration.
LearnPrompt/cc-harness-skills 200
-
verification-gate
Run a read-only verification pass after implementation to check whether completion claims are real, validation actually ran, and obvious edge cases or regressions were missed.
LearnPrompt/cc-harness-skills 200