next-open-ai
- 13 skills
- 0 followers
- 6 hours ago last updated
- ▌ Find Skills · next-open-aiHelps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
- ▌ Url Bookmark · next-open-ai根据用户指令将 URL 保存为收藏,并匹配系统中已维护的标签。当用户说「收藏这个链接」「把这条存到技术标签」「保存网址」等时使用。先调用 get_bookmark_tags 获取可用标签列表;若缺少用户想要的标签,可用 add_bookmark_tag 新增标签,再根据用户意图选择标签,最后用 save_bookmark 保存。
- ▌ Git Helper · next-open-aiAssists with git operations, such as checking branch status, creating commits, stashing changes, resolving conflicts, or analyzing git history.
- ▌ Code Review · next-open-aiReads and analyzes source code files or project structures, identifies bugs, and suggests structural architectural or security improvements.
- ▌ Code Runner · next-open-aiExecutes code snippets by saving them to a temporary file and running them via bash commands (e.g., node, python, go run) to test logic or compute results.
- ▌ File Search · next-open-aiSearches for files by name, extension, size, or content using powerful system tools like grep or find.
- ▌ Doc Processor · next-open-aiReads, parses, and generates documents in various formats like Markdown, PDF, docx, CSV, or HTML. Uses bash commands to invoke document conversion tools like pandoc or python scripts.
- ▌ News Fetcher · next-open-aiFetches top news, recent articles, or RSS feeds from the web using curl, wget or custom scripts to provide the user with the latest information on a given topic.
- ▌ Downloader · next-open-aiDownloads files, images, or media from URLs using curl, wget, or python scripts. Can handle bulk downloads and save them to a specified directory.
- ▌ File Converter · next-open-aiConverts files between formats (e.g., PDF to text, image OCR, docx to pdf) using system tools available in bash (like pandoc, tesseract, ImageMagick, or pdf2text).
- ▌ File Organizer · next-open-aiOrganizes, categorizes, and renames files in a directory based on user instructions. Uses bash commands to move, copy, or rename files.
- ▌ Web Summarizer · next-open-aiReads the content of an article or webpage, extracts the main points, and provides a concise, structured summary.
- ▌