Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

open-skills

open-skills에는 besoeasy에서 수집한 skills 40개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
40
Stars
127
업데이트
2026-05-17
Forks
30
직업 범위
직업 카테고리 9개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

anonymous-file-upload
소프트웨어 개발자

Upload and host files anonymously using decentralized storage with Originless and IPFS.

2026-05-17
browser-automation-agent
소프트웨어 개발자

Automate web browsers for AI agents using agent-browser CLI with deterministic element selection.

2026-05-17
file-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.

2026-05-17
get-crypto-price
소프트웨어 개발자

Fetch current and historical crypto prices and compute ATH or ATL over common time windows.

2026-05-17
static-assets-hosting
소프트웨어 개발자

Host static websites and assets via zip upload to Originless IPFS. Use when: (1) Deploying static sites, (2) Hosting HTML/CSS/JS projects, (3) Sharing web assets publicly, or (4) User asks to host static files.

2026-05-17
torrent-search
소프트웨어 개발자

Search for torrents by title or IMDB ID via a Torznab-compatible API. Use when: (1) User asks to find a torrent for a movie or show, (2) You need a magnet link for a given title, or (3) User provides an IMDB ID and wants download options.

2026-03-21
crawl-websites-at-scale
소프트웨어 개발자

Scrape 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.

2026-03-11
presenton
소프트웨어 개발자

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.

2026-02-26
age-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.

2026-02-26
csv-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.

2026-02-26
d3js-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.).

2026-02-26
changelog-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.

2026-02-26
chat-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.

2026-02-18
bulk-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.

2024-04-24
check-crypto-address-balance
소프트웨어 개발자

Check cryptocurrency wallet balances across multiple blockchains using free public APIs.

2024-04-24
city-distance
소프트웨어 개발자

Calculate line-of-sight and road distances between two cities using free OpenStreetMap services.

2024-04-24
city-tourism-website-builder
웹 개발자

Research and create modern, animated tourism websites for cities with historical facts, places to visit, and colorful designs.

2024-04-24
database-query-and-export
데이터베이스 아키텍트

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.

2024-04-24
free-geocoding-and-maps
소프트웨어 개발자

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.

2024-04-24
free-translation-api
소프트웨어 개발자

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.

2024-04-24
free-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.

2024-04-24
generate-asset-price-chart
소프트웨어 개발자

Generate candlestick price charts for any asset from existing OHLC data, without handling data fetching.

2024-04-24
generate-qr-code-natively
소프트웨어 개발자

Generate QR codes locally without external APIs using native CLI and runtime libraries in Bash and Node.js.

2024-04-24
humanizer
기술 작가

Rewrite AI-sounding text into natural, human writing by removing common LLM patterns while preserving meaning and tone.

2024-04-24
ip-lookup
소프트웨어 개발자

Check an IP address across multiple public geolocation and reputation sources and return a best-matched location summary.

2024-04-24
json-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.

2024-04-24
news-aggregation
시장조사 분석가·마케팅 전문가

Aggregate and deduplicate recent news from multiple sources into concise topic summaries.

2024-04-24
nostr-logging-system
소프트웨어 개발자

Publish operational logs over Nostr with public events and private admin messages for sensitive logs.

2024-04-24
pdf-manipulation
데스크톱 출판 전문가

Manipulate PDF files including merge, split, extract, redact, convert, and secure workflows.

2024-04-24
phone-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.

2024-04-24
random-contributor
소프트웨어 개발자

Pick a random contributor from a GitHub repository using the GitHub API or repository pages (no auth required for public repos).

2024-04-24
send-email-programmatically
소프트웨어 개발자

Send emails via SMTP, free APIs, or privacy-focused services. Use when: (1) Sending notifications and alerts, (2) Automated reports and summaries, (3) User communication workflows, or (4) Error logging via email.

2024-04-24
trading-indicators-from-price-data
데이터 과학자

Compute common trading indicators from OHLCV price data for analysis and strategy development.

2024-04-24
user-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.

2024-04-24
using-nostr
소프트웨어 개발자

Post notes, send encrypted messages, and interact with relays using the Nostr protocol.

2024-04-24
using-telegram-bot
소프트웨어 개발자

Build and run Telegram bots in Node.js using Telegraf with practical command patterns.

2024-04-24
using-web-scraping
소프트웨어 개발자

Search and scrape public web content with headless Chrome and DuckDuckGo using safe practices.

2024-04-24
using-youtube-download
소프트웨어 개발자

Download YouTube video or audio with yt-dlp and ffmpeg at highest available quality.

2024-04-24
web-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.

2024-04-24
web-search-api
소프트웨어 개발자

Use free SearXNG web search APIs for agent-friendly, privacy-first, and high-volume search tasks.

2024-04-24