Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
http-api-client
Make HTTP requests to any URL or API endpoint. Use when the user needs to call a REST API, fetch data from a URL, send webhooks, or test HTTP endpoints. Supports GET, POST, PUT, PATCH, DELETE methods with custom headers and JSON body.
binome-dev/humcp 1
-
processing-data
Processes CSV files and pandas DataFrames. Use when working with CSV files, tabular data, spreadsheets, or when the user asks to query, analyze, or manipulate structured data.
binome-dev/humcp 1
-
persistent-memory
Store, search, and retrieve persistent memories and conversation history using Mem0 or Zep. Use when the user needs to remember facts, maintain context across sessions, or manage conversational memory.
binome-dev/humcp 1
-
storage
Use these tools for S3-compatible object storage operations with MinIO
binome-dev/humcp 1
-
social-media
Interact with X (Twitter) for searching tweets, posting tweets, and fetching user profiles and timelines.
binome-dev/humcp 1
-
image-tools
Image processing tools including OCR text extraction. Use when you need to extract text from images.
binome-dev/humcp 1
-
managing-local-system
Manages local filesystem operations, runs shell commands, and performs calculations. Use when working with local files, directories, executing shell commands, or doing mathematical calculations.
binome-dev/humcp 1
-
searching-web
Searches the web using Tavily API for real-time information. Use when the user needs current information, wants to search the internet, or asks questions requiring up-to-date web data.
binome-dev/humcp 1
-
audio-tools
Text-to-speech synthesis, audio transcription, and music search. Use when the user needs to generate speech audio, transcribe audio files, or search for music on Spotify.
binome-dev/humcp 1
-
media-tools
Media generation and manipulation tools for creating images, videos, and GIFs. Use when the user needs to generate, search for, or transform visual media content.
binome-dev/humcp 1
-
project-management
Tools for interacting with project management, issue tracking, wiki, and code hosting services. Use when the user needs to create, read, or search issues, tasks, tickets, pages, or repositories across services like Jira, Linear, ClickUp, Todoist, Trello, Confluence, Notion, Bitbucket, GitHub, or Zendesk.
binome-dev/humcp 1
-
academic-research
Search and retrieve academic papers and knowledge articles from arXiv, PubMed, and Wikipedia. Use when the user needs scientific papers, biomedical research, or encyclopedic knowledge.
binome-dev/humcp 1
-
weather-data
Fetches current weather conditions and forecasts using the OpenWeatherMap API. Use when the user asks about weather, temperature, or forecasts for any city.
binome-dev/humcp 1
-
custom-tool-builder
Create custom tools with sandboxed Python code. Use when you need to define new tools dynamically without modifying the codebase.
binome-dev/humcp 1
-
ecommerce
Ecommerce tools for managing Shopify products and retrieving brand data. Use when the user needs to list, view, or create Shopify products, or look up brand assets like logos and colors.
binome-dev/humcp 1
-
cloud-infrastructure
Manage cloud infrastructure, serverless functions, containers, and development sandboxes. Use when the user needs to invoke AWS Lambda functions, send emails via SES, manage Docker containers, create Daytona workspaces, run code in E2B sandboxes, or interact with Apache Airflow DAGs.
binome-dev/humcp 1
-
messaging-communication
Send messages and notifications across messaging platforms including Slack, Discord, Telegram, and WhatsApp. Use when the user needs to send messages, list channels, search messages, or retrieve chat history.
binome-dev/humcp 1
-
web-scraping-crawling
Scrape, crawl, and extract content from web pages. Use when the user needs to extract text, articles, or structured data from websites, or crawl multiple pages from a site.
binome-dev/humcp 1
-
processing-files
Converts PDF files to markdown text. Use when the user wants to extract text from PDFs, convert PDFs to readable format, or process PDF documents.
binome-dev/humcp 1
-
managing-google-workspace
Manages Google Workspace services including Gmail, Drive, Docs, Sheets, Slides, Calendar, Forms, Tasks, and Chat. Use when the user wants to interact with Google services, manage emails, documents, spreadsheets, presentations, or calendar events.
binome-dev/humcp 1
-
querying-postgresql-database
Connects to PostgreSQL databases to execute SQL queries and explore schema. Use when the user asks to query a database, list tables, describe table structure, or perform any database operations.
binome-dev/humcp 1
-
finance
Financial data tools for stock prices, company information, financial statements, and blockchain queries. Use when the user needs stock market data, company fundamentals, historical prices, or EVM blockchain information.
binome-dev/humcp 1
-
add-new-file
Guide for adding new files to this codebase while respecting architectural principles including Separation of Concerns, Common Closure Principle, small composable functions (max 20 lines), and externalizing constants. Use when creating new modules, utilities, or any new source files in the project.
felixAnhalt/opencode-worktree-session 26
-
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.
felixAnhalt/opencode-worktree-session 26