agentskillexchange 的 Agent Skills(质量 Top 25)
agentskillexchange 在公开仓库中共收录了大量 Skills,下面是质量分最高的 25 条,已标注许可证与安全规则命中情况。
- 1
Academic Paper Citation Network Mapper
Builds citation networks from Semantic Scholar API and CrossRef DOI metadata. Visualizes paper influence graphs using NetworkX, identifies seminal works, and tracks research lineage across fields.
- 2
ACF Custom Fields REST Exposer
Exposes Advanced Custom Fields data through the WordPress REST API using register_rest_field and acf_format_value. Handles repeater fields, flexible content layouts, and gallery fields with proper serialization.
- 3
ACF Extended for Advanced Custom Fields Workflows
An ASE skill built around ACF Extended, the WordPress enhancement suite for Advanced Custom Fields that adds field types, admin improvements, front-end forms, options pages, and developer tooling. It is a practical fit for agents working i…
- 4
ACF to Gutenberg Block Migrator
Converts Advanced Custom Fields field groups into native Gutenberg blocks using the ACF Block API v2 and @wordpress/scripts build pipeline. Maps ACF repeaters, groups, and flexible content to InnerBlocks and block attributes with server-si…
- 5
act Local GitHub Actions Runner
act is an open-source CLI tool that runs GitHub Actions workflows locally using Docker, enabling fast feedback on workflow changes without pushing to GitHub. It is a standard tool for local Actions development and testing.
- 6
Activepieces Open Source Workflow Automation
Activepieces is an open-source, self-hostable workflow automation platform with 200+ integrations. It provides a visual builder for creating automated workflows and exposes all its connectors as MCP servers for AI agent use.
- 7
ActivityWatch Cross-Platform Automated Time Tracker and Productivity Analyzer
ActivityWatch is a privacy-first, open-source automated time tracker that records application usage, browser activity, and AFK status across Windows, macOS, and Linux. With 16k+ GitHub stars, it provides detailed productivity analytics wit…
- 8
Add a browser review checkpoint before risky agent actions with AgentClick
Use AgentClick when an agent should pause before risky commands, plans, drafts, or code changes so a human can inspect, edit, approve, or reject them in a purpose-built browser UI.
- 9
Add executable smoke tests for shell scripts and CLIs before refactors ship
Use Bats-core when an agent needs to turn fragile shell scripts or command-line workflows into something it can verify repeatedly after edits. The agent writes focused Bash tests for success paths, failure paths, and output contracts, then…
- 10
Add graph-backed memory and context retrieval to agent workflows
Use Cognee to ingest project knowledge into graph and vector memory so agents can retrieve durable context across sessions and workflows.
- 11
Add IDE-style semantic code navigation and symbol-safe refactors to coding agents through Serena
Give a coding agent symbol-aware lookup, cross-file rename, and structural edit tools before it starts making brittle text-only changes.
- 12
Add managed long-term memory to LangGraph agents with LangMem
Give LangGraph agents memory management and search tools so they can store, retrieve, and update durable facts across sessions.
- 13
Add multimodal lifelong memory to MCP and Python agents with SimpleMem
Use SimpleMem to store, compress, index, and retrieve text or multimodal memories for agents through MCP or Python integrations.
- 14
Add persistent project memory and hook-driven synthesis with Claude Memory Kit
Keep Claude Code sessions grounded in prior decisions, project context, and daily handoff notes instead of starting from zero every time.
- 15
Add Postgres-native vector retrieval to agent and RAG workflows with pgvector
Store embeddings beside application data in Postgres, create vector indexes, and query nearest neighbors for semantic search, RAG, recommendations, or agent memory retrieval.
- 16
Add runtime guardrails to TypeScript agents with VoltAgent
Use VoltAgent to intercept, validate, and enforce input/output policies in TypeScript agent workflows.
- 17
Add temporal context memory to agent workflows with Zep
Use Zep as an external context layer for agents that need to store events, assemble temporal graph context, and retrieve relevant memory before model calls.
- 18
Address GitHub PR review comments from the current branch with gh-address-comments
Find the open PR for the current branch, gather unresolved review comments, and drive a focused comment-resolution workflow with gh-authenticated context.
- 19
Adobe Firefly API Batch Image Generator
Calls Adobe Firefly's text-to-image and generative fill APIs for batch asset creation. Manages Adobe IMS OAuth tokens and enforces Content Credentials (C2PA) metadata on all outputs.
- 20
Adobe Photoshop API Batch Processor
Automates image editing workflows via the Adobe Photoshop API (Firefly Services). Supports smart object replacement, action playback, and PSD layer manipulation at scale.
- 21
Advance GitOps app manifests to newer container tags with Argo CD Image Updater
Track approved container images and write back the matching GitOps manifest changes instead of hand-editing tags across Argo CD applications.
- 22
Advanced Custom Fields REST Schema Mapper
Maps ACF field groups into predictable REST responses using `acf_add_local_field_group`, `get_field_objects`, and `register_rest_field`. Useful when you need cleaner payloads than the default ACF exposure and want WordPress clients to cons…
- 23
aerc Extensible Terminal Email Client with IMAP JMAP and Notmuch
aerc is a terminal-based email client written in Go with first-class support for IMAP, SMTP, JMAP, Maildir, and Notmuch. It features Vim-like keybindings, email threading, HTML rendering, built-in patch management, and deep UNIX integratio…
- 24
AFFiNE Knowledge Base and Collaborative Workspace Platform
AFFiNE is an open source workspace that combines docs, whiteboards, and lightweight databases in one product. This skill is useful when an agent needs to structure notes, maintain linked knowledge, or automate content workflows around AFFi…
- 25
age Modern File Encryption Tool
Encrypt and decrypt files with age (FiloSottile/age), a simple, modern encryption tool with small explicit keys, post-quantum support, no config options, and UNIX-style composability. A practical replacement for GPG in most workflows.