Open Skills (besoeasy) skills
Battle-tested skill library — crypto, PDFs, search, web scraping utilities skills-hub.ai mirrors 40 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
3 installsRewrite AI-sounding text into natural, human writing by removing common LLM patterns while preserving meaning and tone.
Buildfrom Open Skills (besoeasy)03using-web-scraping
2 installsSearch and scrape public web content with headless Chrome and DuckDuckGo using safe practices.
Buildfrom Open Skills (besoeasy)04news-aggregation
1 installsAggregate and deduplicate recent news from multiple sources into concise topic summaries.
Buildfrom Open Skills (besoeasy)05using-youtube-download
1 installsDownload YouTube video or audio with yt-dlp and ffmpeg at highest available quality.
Buildfrom Open Skills (besoeasy)06presenton
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)07ip-lookup
Check an IP address across multiple public geolocation and reputation sources and return a best-matched location summary.
Buildfrom Open Skills (besoeasy)08age-file-encryption
Encrypt and decrypt files or streams using age — a simple, modern, and secure encryption tool with small explicit keys, passphrase support, SSH key support, post-quantum hybrid keys, and UNIX-style composability. No config options, no footguns.
Buildfrom Open Skills (besoeasy)09changelog-generator
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
Buildfrom Open Skills (besoeasy)10city-distance
Calculate line-of-sight and road distances between two cities using free OpenStreetMap services.
Buildfrom Open Skills (besoeasy)11get-crypto-price
Fetch current and historical crypto prices and compute ATH or ATL over common time windows.
Buildfrom Open Skills (besoeasy)12browser-automation-agent
Automate web browsers for AI agents using agent-browser CLI with deterministic element selection.
Buildfrom Open Skills (besoeasy)13check-crypto-address-balance
Check cryptocurrency wallet balances across multiple blockchains using free public APIs.
Buildfrom Open Skills (besoeasy)14d3js-data-visualization
Create interactive, custom data visualizations using d3.js — including charts, graphs, network diagrams, and geographic maps. Use when you need fine-grained control over visual elements, transitions, or interactions beyond what standard charting libraries offer, in any JavaScript environment (vanilla JS, React, Vue, Svelte, etc.).
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)16file-tracker
Log all file changes (write, edit, delete) to a SQLite database for debugging and audit. Use when: (1) Tracking code changes, (2) Debugging issues, (3) Auditing file modifications, or (4) The user asks to track file changes.
Buildfrom Open Skills (besoeasy)17generate-qr-code-natively
Generate QR codes locally without external APIs using native CLI and runtime libraries in Bash and Node.js.
Buildfrom Open Skills (besoeasy)18user-ask-for-report
Generate a clean white Tailwind CDN report page from user content, optionally password-gate viewing via client-side decryption, and deploy to Originless/IPFS.
Buildfrom Open Skills (besoeasy)19csv-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)20random-contributor
Pick a random contributor from a GitHub repository using the GitHub API or repository pages (no auth required for public repos).
Buildfrom Open Skills (besoeasy)21pdf-manipulation
Manipulate PDF files including merge, split, extract, redact, convert, and secure workflows.
Buildfrom Open Skills (besoeasy)22trading-indicators-from-price-data
Compute common trading indicators from OHLCV price data for analysis and strategy development.
Buildfrom Open Skills (besoeasy)23bulk-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)24web-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)
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: Jun 14, 2026, 4:09 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 40 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.