Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
adaptive-cards-authoring
Author Adaptive Cards for the current PiClaw web environment. Use when you need a prompt pattern, supported payload shape, or reusable card templates for structured web interactions.
rcarmo/piclaw 469
-
graphite-power-chart
Generate a Graphite chart (12h default) for a Zigbee device metric and post it to the web timeline.
rcarmo/piclaw 469
-
close-of-day
rcarmo/piclaw 469
-
export-timeline-pdf
Export a chat timeline to a PDF using the web UI renderer and Playwright.
rcarmo/piclaw 469
-
feed-digest
Build a deduped markdown digest from feeds.carmo.io (last N hours) and store links separately.
rcarmo/piclaw 469
-
schedule
Schedule a task to run later or on a recurring basis. Prefer the schedule_task tool; fallback to IPC only if needed.
rcarmo/piclaw 469
-
reload
Reinstall piclaw from workspace source and force-restart the running process. Use after making code changes to piclaw.
rcarmo/piclaw 469
-
timeline-cleanup
Delete low-value messages from the web timeline by keyword patterns. Protects messages with user-uploaded images. Optionally vacuums the DB afterward.
rcarmo/piclaw 469
-
setup
Initialize a new project in the workspace. Scaffolds files, Makefile, git, and AGENTS.md for the chosen project type.
rcarmo/piclaw 469
-
kanban-management
Manage the project workitems board end-to-end: ideation, implementation planning, quality scoring, and definition-of-done tracking.
rcarmo/piclaw 469
-
send-message
Send a message to the chat immediately without waiting for the current task to finish. Useful for acknowledging requests or sending progress updates while working.
rcarmo/piclaw 469
-
token-chart
Generate a 7-day token usage chart (all chats) and post it to the web UI timeline.
rcarmo/piclaw 469
-
extension-troubleshoot
Diagnose and fix piclaw extension issues (imports, DB init errors, watcher perms), update skel, and restart safely.
rcarmo/piclaw 469
-
extension-design
Design and audit Pi extensions safely (avoid workspace source imports).
rcarmo/piclaw 469
-
feature-refinement-flow
Run a structured 20-question refinement flow before implementation for feature requests.
rcarmo/piclaw 469
-
web-search-summary
Search via SearXNG, fetch top results, and return quick summaries plus markdown.
rcarmo/piclaw 469
-
playwright
Use Playwright for browser automation in this workspace. Install locally and run scripts as needed.
rcarmo/piclaw 469
-
go-naming
Go naming conventions and best practices. Use this skill when working with Go code and need to name packages, files, directories, structs, interfaces, functions, variables, or constants. Provides comprehensive naming guidelines following Go community standards.
infiniflow/ragflow 77,804
-
tanstack-query-best-practices
TanStack Query (React Query) best practices for data fetching, caching, mutations, and server state management. Activate when building data-driven React applications with server state.
infiniflow/ragflow 77,804
-
sync-gateway-docs
clawwork-ai/ClawWork 453
-
team-create
Create a collaborative agent team with roles, personalities, and skills. Use when: user says "create team", "build a team", "新建团队", "创建团队", "组建团队", "搭建团队". Do NOT use for managing existing teams or assigning tasks to teams.
clawwork-ai/ClawWork 453
-
evermind-ai-everos
Install and configure EverOS for OpenClaw natural-language memory.
Use when users say:
- "install everos"
- "setup everos"
- "install everos plugin"
- "enable everos memory"
- "remember my preferences in OpenClaw"
EverMind-AI/EverOS 3,724
-
implementation-strategy
Analyze change impact across services before starting implementation. Trigger before modifying runtime, API, or cross-service code — maps changed files to service ownership, outputs the dependency graph between affected services, and lists upstream/downstream sync points that may need coordinated updates.
tgoai/tgo 420
-
functional-verification
Use tgo-cli (staff) and tgo-widget-cli (visitor) to verify API and service changes at runtime, beyond static lint/build checks. Trigger after modifying backend API endpoints, service logic, chat flow, agent config, knowledge/RAG, workflow, or platform integration — requires local services to be running. Auto-detects changed services from git diff and runs the corresponding CLI smoke tests (system info, CRUD listing, chat e2e).
tgoai/tgo 420