deep-dive

Autonomous deep research using the same DAG-based planning pattern as Google's Deep Research — but running entirely on C...

github

database-optimization

Always run EXPLAIN ANALYZE before optimizing. Read the output bottom-up. -- PostgreSQL EXPLAIN (ANALYZE, BUFFERS, FORMAT...

github

redis-patterns

async function getUser(userId: string): Promise<User> { const cacheKey = user:${userId}; const cached = await redis.get(...

github

microservices-design

Define services around business capabilities, not technical layers. Each service owns its data store and exposes a clear...

github

shaping

A structured approach for collaboratively defining problems and exploring solution options. --- Shaping produces documen...

github

kickoff-doc

Turn a kickoff call transcript into a builder-facing reference document for a shaped project. --- Ask the user: Who is t...

github

framing-doc

Produce a frame document from one or more conversation transcripts. The frame captures the "why" — what problem to solve...

github

harness

도메인/프로젝트에 맞는 하네스를 구성하고, 각 에이전트의 역할을 정의하며, 에이전트가 사용할 스킬을 생성하는 메타 스킬. 핵심 원칙: 에이전트 정의(.claude/agents/)와 스킬(.claude/skills/)...

github

skill

CLI only - Use refly <command>, never call API directly. Trust JSON - Only trust CLI JSON (ok, payload, error, hint). No...

github

wechat-article-downloader

This skill helps you download articles from WeChat official accounts using an MCP server that interfaces with a WeChat a...

github

clawtributor

Community incident reporting for AI agents. Contribute to collective security by reporting threats, vulnerabilities, and...

github

clawsec-suite

Required runtime: node, npx, openclaw, curl, jq, shasum, openssl, unzip Side effects: setup scripts install an advisory ...

github

clawsec-scanner

Comprehensive security scanner for agent platforms that automates vulnerability detection across multiple dimensions: De...

github

clawsec-nanoclaw

Security advisory monitoring that protects your WhatsApp bot from known vulnerabilities in skills and dependencies. Claw...

github

clawsec-clawhub-checker

Adds a reputation gate on top of the clawsec-suite guarded installer. Required runtime: node, clawhub, openclaw Depends ...

github

claw-release

Internal tool for releasing skills and managing the ClawSec catalog. An internal tool by Prompt Security --- Internal ma...

github

soul-guardian

Protects your agent's core files (SOUL.md, AGENTS.md, etc.) from unauthorized changes with automatic detection, restorat...

github

openclaw-audit-watchdog

You can get openclaw-audit-watchdog in two ways: If you've installed clawsec-suite, you may already have this! Openclaw-...

github

hermes-attestation-guardian

IMPORTANT SCOPE: This skill targets Hermes infrastructure only (CLI/Gateway/profile-managed deployments). This skill is ...

github

picoclaw-self-pen-testing

Purpose: keep Picoclaw posture-review checks isolated from the broader guardian package so moderation-sensitive checks c...

github

picoclaw-security-guardian

Detailed architecture/operator docs: wiki/modules/picoclaw-security-guardian.md. Provide Picoclaw with the same support-...

github

web-artifacts-builder

To build powerful frontend claude.ai artifacts, follow these steps: Initialize the frontend repo using scripts/init-arti...

github

cheapclaw-watchdog

Use this skill when the trigger reason or panel events indicate watchdog observations, stalled tasks, repeated fresh att...

github

pptx

| Task | Guide | |------|-------| | Read/analyze content | python -m markitdown presentation.pptx | | Edit or create fro...

github