Open Skills (besoeasy) skills
Battle-tested skill library — crypto, PDFs, search, web scraping utilities skills-hub.ai mirrors 50 skills from Open Skills (besoeasy) daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.
Upstream: github.com/besoeasy/open-skills
Installing a Open Skills (besoeasy) skill
Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.
# Install a Open Skills (besoeasy) skill
npx @skills-hub-ai/cli install <skill-slug>
# Browse all Open Skills (besoeasy) skills via API
curl https://skills-hub.ai/api/v1/skills?source=open-skills
# Browse all sources
open https://skills-hub.ai/sourcesTop Open Skills (besoeasy) skills
See all →The most-installed skills from Open Skills (besoeasy), ranked by adoption.
01using-telegram-bot
4 installsBuild and run Telegram bots in Node.js using Telegraf with practical command patterns.
Buildfrom Open Skills (besoeasy)02humanizer
4 installsRewrite AI-sounding text into natural, human writing by removing common LLM patterns while preserving meaning and tone.
Buildfrom Open Skills (besoeasy)03news-aggregation
3 installsAggregate and deduplicate recent news from multiple sources into concise topic summaries.
Buildfrom Open Skills (besoeasy)04using-youtube-download
2 installsDownload YouTube video or audio with yt-dlp and ffmpeg at highest available quality.
Buildfrom Open Skills (besoeasy)05using-web-scraping
2 installsSearch and scrape public web content with headless Chrome and DuckDuckGo using safe practices.
Buildfrom Open Skills (besoeasy)06crawl-websites-at-scale
1 installsScrape websites at scale using Scrapy, a Python web crawling and scraping framework. Use when: (1) Crawling multiple pages or entire sites, (2) Extracting structured data from HTML/XML, or (3) Building automated data pipelines from web sources.
Buildfrom Open Skills (besoeasy)07zeroclaw-telegram-channel
1 installsDiagnose and repair the ZeroClaw Telegram channel so the agent answers you from Telegram. Use when (1) Telegram pairing/bind codes loop forever, (2) the gateway websocket is in a restart loop, (3) channel doctor is healthy but messages/send fail with 401, or (4) you need to bind your Telegram identity to a channel alias.
Buildfrom Open Skills (besoeasy)08get-crypto-price
Fetch current and historical crypto prices and compute ATH or ATL over common time windows.
Buildfrom Open Skills (besoeasy)09bulk-github-star
Star all repositories from a GitHub user automatically. Use when: (1) Supporting open source creators, (2) Bulk discovery of useful projects, or (3) Automating GitHub engagement.
Buildfrom Open Skills (besoeasy)10trading-indicators-from-price-data
Compute common trading indicators from OHLCV price data for analysis and strategy development.
Buildfrom Open Skills (besoeasy)11check-crypto-address-balance
Check cryptocurrency wallet balances across multiple blockchains using free public APIs.
Buildfrom Open Skills (besoeasy)12free-weather-data
Get current weather, forecasts, and historical data using free Open-Meteo and wttr.in APIs. Use when: (1) Fetching weather conditions, (2) Weather alerts and monitoring, (3) Forecast data for planning, or (4) Climate analysis.
Buildfrom Open Skills (besoeasy)13generate-asset-price-chart
Generate candlestick price charts for any asset from existing OHLC data, without handling data fetching.
Buildfrom Open Skills (besoeasy)14web-interface-guidelines-review
Review UI files against accessibility, UX, and performance rules, then output terse findings grouped by file. Use when: (1) Auditing frontend code quality, (2) Enforcing design-system rules in PRs, or (3) Generating actionable file:line compliance reports.
Buildfrom Open Skills (besoeasy)15json-and-csv-data-transformation
Transform data between JSON, CSV, and other formats with filtering, mapping, and flattening. Use when: (1) Converting API responses to CSV, (2) Processing data pipelines, (3) Extracting specific fields, or (4) Flattening nested structures.
Buildfrom Open Skills (besoeasy)16chat-logger
Log all chat messages to a SQLite database for searchable history and audit. Use when: (1) Building chat history, (2) Auditing conversations, (3) Searching past messages, or (4) User asks to log chats.
Buildfrom Open Skills (besoeasy)17presenton
Generate AI-powered presentations locally using Presenton. Use when: (1) User asks to create a presentation or slideshow, (2) User wants to convert a document or prompt into slides, (3) User needs PPTX/PDF export with AI-generated content.
Buildfrom Open Skills (besoeasy)18freqtrade-plugin-activation
Audit and activate freqtrade bot add-ons: FreqUI web dashboard, API server credentials, Telegram alerts. Use when: (1) User asks what plugins/features are active on a freqtrade bot, (2) User wants browser monitoring or Telegram notifications enabled, or (3) User explicitly asks to harden a freqtrade config.
Buildfrom Open Skills (besoeasy)19phone-specs-scraper
Scrape phone specifications from GSM Arena, PhoneDB, and alternative sites. Use when: (1) Comparing smartphone specs, (2) Researching device features, or (3) Building phone comparison tools.
Buildfrom Open Skills (besoeasy)20anonymous-file-upload
Upload and host files anonymously using decentralized storage with Originless and IPFS.
Buildfrom Open Skills (besoeasy)21ip-lookup
Check an IP address across multiple public geolocation and reputation sources and return a best-matched location summary.
Buildfrom Open Skills (besoeasy)22web-search-api
Use free SearXNG web search APIs for agent-friendly, privacy-first, and high-volume search tasks.
Buildfrom Open Skills (besoeasy)23csv-data-summarizer
Analyzes CSV files and automatically generates comprehensive summaries with statistical insights, data quality checks, and visualizations using Python and pandas. No questions asked — just upload a CSV and get a full analysis immediately.
Buildfrom Open Skills (besoeasy)24city-distance
Calculate line-of-sight and road distances between two cities using free OpenStreetMap services.
Buildfrom Open Skills (besoeasy)
About this source
skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.
Last sync: Sep 13, 2026, 4:29 PM (success).
Open Skills (besoeasy) skills, frequently asked
What are Open Skills (besoeasy) skills?
Open Skills (besoeasy) skills are AI coding skills published by Open Skills (besoeasy) (Battle-tested skill library — crypto, PDFs, search, web scraping utilities) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.
How many Open Skills (besoeasy) skills are available?
skills-hub.ai indexes 50 skills from Open Skills (besoeasy), synced daily from the upstream GitHub repository (https://github.com/besoeasy/open-skills).
How do I install a Open Skills (besoeasy) skill?
Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.
Are these official Open Skills (besoeasy) skills?
Yes. Every skill from this source is mirrored from Open Skills (besoeasy)'s own GitHub repository (https://github.com/besoeasy/open-skills). Each skill page links back to the upstream source of truth, so you can verify the original.