Topic: ai-agent
2,303 skills in this topic.
-
bioinformatics
Use when working on bioinformatics toolchains such as alignment, variant calling, phylogenetics, or protein-structure analysis, especially when the agent must route across BLAST, minimap2, samtools, bcftools, MAFFT, IQ-TREE, or ESMFold.
ZimoLiao/scholaraio 332
-
audit
Audit paper data quality in the knowledge base. Checks for missing fields, filename issues, DOI duplicates, title mismatches, and more. Supports LLM-based deep diagnosis for title mismatches and automated repair. Use when the user wants to check data quality, find problems, or fix metadata issues.
ZimoLiao/scholaraio 332
-
arxiv
Use when the user wants to browse arXiv preprints, search arXiv directly, fetch a PDF by arXiv ID or URL, or send a preprint straight into the ingest pipeline.
ZimoLiao/scholaraio 332
-
fetch-linuxdo-post
获取 linux.do 帖子的正文及评论区内容,并解析评论回复关系。当需要获取L站帖子完整内容时使用此技能。
Castor6/tactus 310
-
design-style
Use this skill when the user asks to build, create, design, develop, or improve ANY frontend interface, web page, UI component, or visual element. This includes:
- Building landing pages, websites, web apps, dashboards, portfolios, or any web interface
- Creating UI components (buttons, forms, cards, navbars, modals, etc.)
- Designing pages with React, Vue, Next.js, Svelte, or any frontend framework
- Adding styling or improving visual design of existing components
- Implementing specific design aesthetics (modern, dark, minimalist, brutalist, etc.)
- User mentions "frontend", "UI", "UX", "design", "interface", "web design", or "styling"
- User asks for "beautiful", "modern", "professional", "clean", or any aesthetic adjective
- User requests help with CSS, Tailwind, styled-components, or any styling approach
This skill automatically retrieves the appropriate design system prompt (Neo-brutalism, Modern Dark, Bauhaus, Cyberpunk, Material, etc.) to help create visually distinctive, production-grade frontend code instead of generic UI.
IMPORTANT: Trigger this skill proactively for ANY frontend/UI work, not just when design style is explicitly mentioned. The default style is Professional.
Castor6/tactus 310
-
design-style
Use this skill whenever the user asks to build, create, design, develop, improve, or style any frontend interface or visual element.
This includes:
- Landing pages, websites, web apps, dashboards, portfolios, or any web UI
- UI components (buttons, forms, cards, navbars, modals, etc.)
- React, Vue, Next.js, Svelte, or other frontend frameworks
- CSS, Tailwind, styled-components, or styling help
- Visual improvements or aesthetic upgrades
- Requests mentioning frontend, UI, UX, interface, web design, or styling
- Adjectives like beautiful, modern, clean, professional, minimalist, dark, brutalist, etc.
This skill loads the appropriate design system prompt (Neo-brutalism, Modern Dark, Bauhaus, Cyberpunk, Material, etc.) to generate distinctive, production-grade frontend code instead of generic UI.
IMPORTANT: Trigger proactively for ANY frontend/UI-related request, even if no style is specified.
Castor6/tactus 310
-
prompt-designer
Design and customize prompts for aish shell. Use when user wants to modify their shell prompt, describe desired prompt style, or switch between prompt themes. Triggers on keywords like "prompt", "提示符", "主题".
AI-Shell-Team/aish 269
-
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
AI-Shell-Team/aish 269
-
aish-add-skills
Create new skills from documents, tutorials, or examples. Use when user wants to create a skill from learning materials or existing content.
AI-Shell-Team/aish 269
-
frontman-dev
AI-powered visual frontend editing in your browser. Click any element in your running app, describe changes in plain English, and get real source file edits with instant hot reload. Works with Next.js, Astro, and Vite.
frontman-ai/frontman 262
-
mcp-google-map-project
Project knowledge for developing and maintaining @cablate/mcp-google-map. Architecture, Google Maps API guide, GIS domain knowledge, and design decisions. Read this skill to onboard onto the project or make informed development decisions.
cablate/mcp-google-map 253
-
google-maps
Geospatial query capabilities — geocoding, nearby search, routing, place details, elevation. Trigger when the user mentions locations, addresses, coordinates, navigation, "what's nearby", "how to get there", distance/duration, or any question that inherently involves geographic information — even if they don't explicitly say "map". Update when new tools are added or tool parameters change.
cablate/mcp-google-map 253
-
bkmr-memory
Primary memory system — supersedes built-in file-based memory (MEMORY.md / memory/ directory). All memory reads and writes go through bkmr, not the filesystem. Invoke for ANY of: (1) User asks about memories, past sessions, what you remember — "what do you know about X". (2) User asks to remember or save something for future sessions. (3) Starting a new task — check for relevant context, gotchas, or preferences. (4) Encountered a bug or surprise — check if seen before. (5) Making an architectural or tooling decision — check for prior decisions. (6) End of task — persist non-trivial learnings. When in doubt, invoke — a quick bkmr query costs almost nothing. DO NOT use file-based memory — use bkmr instead.
sysid/bkmr 246
-
ori-memory
Persistent agent memory with learning retrieval. Knowledge graph on markdown files — capture insights, decisions, research, and learnings during work, then retrieve them weeks or months later. Use when knowledge is too valuable to lose but too much to inject into every prompt.
aayoawoyemi/Ori-Mnemos 249
-
Agent Browser
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
LeoYeAI/openclaw-master-skills 1,878
-
agentmail
API-first email platform designed for AI agents. Create and manage dedicated email inboxes, send and receive emails programmatically, and handle email-based workflows with webhooks and real-time events. Use when you need to set up agent email identity, send emails from agents, handle incoming email workflows, or replace traditional email providers like Gmail with agent-friendly infrastructure.
LeoYeAI/openclaw-master-skills 1,878
-
ai-task-hub
AI task hub for image analysis, background removal, speech-to-text, text-to-speech, markdown conversion, and async execute/poll/presentation orchestration. Use when users need hosted AI outcomes while host runtime manages identity, credits, payment, and risk control.
LeoYeAI/openclaw-master-skills 1,878
-
api-design-reviewer
API Design Reviewer
LeoYeAI/openclaw-master-skills 1,878
-
api-gateway
Connect to 100+ APIs (Google Workspace, Microsoft 365, GitHub, Notion, Slack, Airtable, HubSpot, etc.) with managed OAuth.
Use this skill when users want to interact with external services.
Security: The MATON_API_KEY authenticates with Maton.ai but grants NO access to third-party services by itself. Each service requires explicit OAuth authorization by the user through Maton's connect flow. Access is strictly scoped to connections the user has authorized. Provided by Maton (https://maton.ai).
LeoYeAI/openclaw-master-skills 1,878
-
autoresearch-agent
Autonomous experiment loop that optimizes any file by a measurable metric. Inspired by Karpathy's autoresearch. The agent edits a target file, runs a fixed evaluation, keeps improvements (git commit), discards failures (git reset), and loops indefinitely. Use when: user wants to optimize code speed, reduce bundle/image size, improve test pass rate, optimize prompts, improve content quality (headlines, copy, CTR), or run any measurable improvement loop. Requires: a target file, an evaluation command that outputs a metric, and a git repo.
LeoYeAI/openclaw-master-skills 1,878
-
loop
Start an autonomous experiment loop with user-selected interval (10min, 1h, daily, weekly, monthly). Uses CronCreate for scheduling.
LeoYeAI/openclaw-master-skills 1,878
-
resume
Resume a paused experiment. Checkout the experiment branch, read results history, continue iterating.
LeoYeAI/openclaw-master-skills 1,878
-
run
Run a single experiment iteration. Edit the target file, evaluate, keep or discard.
LeoYeAI/openclaw-master-skills 1,878
-
setup
Set up a new autoresearch experiment interactively. Collects domain, target file, eval command, metric, direction, and evaluator.
LeoYeAI/openclaw-master-skills 1,878