Topic: ai-agent
2,303 skills in this topic.
-
proxmox-management
Manage Proxmox VMs and USB passthrough using bundled helper scripts (status/inspect/start/stop/resume, USB discovery, USB mapping attach, and backup-restore moves).
rcarmo/piclaw 469
-
playwright
Use Playwright for browser automation in this workspace. Install locally and run scripts as needed.
rcarmo/piclaw 469
-
mcp-adapter
Use the bundled pi-mcp-adapter to connect MCP servers through .pi/mcp.json.
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
-
web-search-summary
Search via SearXNG, fetch top results, and return quick summaries plus markdown.
rcarmo/piclaw 469
-
web-search
Search the web via SearXNG and optionally convert result pages to Markdown.
rcarmo/piclaw 469
-
twitter-summary
Fetch a user's recent tweets (tweets, replies, retweets) using Playwright + Nitter fallbacks and produce compact JSON/Markdown summaries.
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
-
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
-
situate-daily-notes
Situate yourself by generating a 1-page situation report and maintaining Obsidian-style daily summary notes.
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
-
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
-
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
-
streaming-protocol-check
Check streaming protocol consistency across all producer and consumer services. Trigger when modifying code related to streaming, SSE, WuKongIM, json-render, or MixedStreamParser — lists all files in tgo-ai (producer), tgo-api (relay), tgo-web, tgo-widget-js, and tgo-widget-miniprogram (consumers) that handle the same protocol and may need coordinated updates.
tgoai/tgo 420
-
pr-draft-summary
Generate a PR change summary grouped by service after work is finished. Trigger when wrapping up a task and ready to commit or create a pull request — reads git diff and git log, groups changed files by service directory, and outputs a markdown-formatted summary with file lists, commit history, and diff stats.
tgoai/tgo 420
-
local-services
Start, stop, and check local development services with intelligent minimum-set management. Trigger when services need to be running for functional verification or manual testing — starts the minimum required set (infrastructure + tgo-api + tgo-ai) by default, with optional extras auto-detected from git diff or specified manually. Includes status checking and graceful shutdown.
tgoai/tgo 420
-
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
-
db-migration-check
Verify that SQLAlchemy model changes have corresponding Alembic migration files. Trigger when any file under models/*.py or models/**/*.py is modified — checks git diff for model changes and confirms matching alembic/versions/*.py files exist, failing if a service has model changes without a migration.
tgoai/tgo 420
-
cross-service-sync
Detect schema, type, or API interface changes and find files in other services that may need synchronized updates. Trigger when modifying files under schemas/, types/, or interfaces/ directories — extracts changed class/type names from the diff and searches all other services for references, outputting a list of potentially stale consumers.
tgoai/tgo 420
-
code-change-verification
Run lint, type-check, and build verification for changed services after code modifications are complete. Trigger after any code change to repos/*/ — auto-detects which services were touched via git diff and runs the appropriate static checks (mypy/flake8 for Python, type-check/lint/build for TypeScript, go vet for Go).
tgoai/tgo 420
-
file-processing
Data file processing utilities for CSV, JSON, and text files. Provides helpers for reading, transforming, and validating structured data.
baidu-baige/LoongFlow 408
-
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
baidu-baige/LoongFlow 408