besoeasy/open-skills Skills
(26)Browse AI agent skills from besoeasy/open-skills for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
age-file-encryption
besoeasy/open-skills
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.
anonymous-file-upload
besoeasy/open-skills
Upload and host files anonymously using decentralized storage with Originless and IPFS.
browser-automation-agent
besoeasy/open-skills
Automate web browsers for AI agents using agent-browser CLI with deterministic element selection.
bulk-github-star
besoeasy/open-skills
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.
changelog-generator
besoeasy/open-skills
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.
chat-logger
besoeasy/open-skills
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.
check-crypto-address-balance
besoeasy/open-skills
Check cryptocurrency wallet balances across multiple blockchains using free public APIs.
city-distance
besoeasy/open-skills
Calculate line-of-sight and road distances between two cities using free OpenStreetMap services.
city-tourism-website-builder
besoeasy/open-skills
Research and create modern, animated tourism websites for cities with historical facts, places to visit, and colorful designs.
csv-data-summarizer
besoeasy/open-skills
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.
d3js-data-visualization
besoeasy/open-skills
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.).
database-query-and-export
besoeasy/open-skills
Query SQLite, PostgreSQL, and MySQL databases and export results to CSV/JSON. Use when: (1) Extracting data for reports, (2) Database backup and migration, (3) Data analysis workflows, or (4) Automated database queries.
file-tracker
besoeasy/open-skills
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.
free-geocoding-and-maps
besoeasy/open-skills
Geocode addresses and get map data using free OpenStreetMap Nominatim API. Use when: (1) Converting addresses to coordinates, (2) Reverse geocoding coordinates to addresses, (3) Location-based features, or (4) Validating addresses.
free-translation-api
besoeasy/open-skills
Translate text using free LibreTranslate API. Use when: (1) Translating content between languages, (2) Creating multilingual documentation, (3) Processing international data, or (4) Building translation workflows.
free-weather-data
besoeasy/open-skills
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.
generate-asset-price-chart
besoeasy/open-skills
Generate candlestick price charts for any asset from existing OHLC data, without handling data fetching.
generate-qr-code-natively
besoeasy/open-skills
Generate QR codes locally without external APIs using native CLI and runtime libraries in Bash and Node.js.
get-crypto-price
besoeasy/open-skills
Fetch current and historical crypto prices and compute ATH or ATL over common time windows.
humanizer
besoeasy/open-skills
Rewrite AI-sounding text into natural, human writing by removing common LLM patterns while preserving meaning and tone.
ip-lookup
besoeasy/open-skills
Check an IP address across multiple public geolocation and reputation sources and return a best-matched location summary.
json-and-csv-data-transformation
besoeasy/open-skills
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.
news-aggregation
besoeasy/open-skills
Aggregate and deduplicate recent news from multiple sources into concise topic summaries.
nostr-logging-system
besoeasy/open-skills
Publish operational logs over Nostr with public events and private admin messages for sensitive logs.