Co-Pilot
Updated 25 days ago

my-skills-writer

Fflying3615
0.0k
flying3615/my-skills-writer
72
Agent Score

💡 Summary

My Skills Writer is a project for managing and enhancing custom AI skills for automation tasks.

🎯 Target Audience

AI developers looking to enhance their assistantsContent creators needing automation toolsInvestors wanting stock analysis toolsNews enthusiasts seeking automated summariesTech hobbyists interested in custom scripts

🤖 AI Roast:Powerful, but the setup might scare off the impatient.

Security AnalysisMedium Risk

Risk: Medium. Review: shell/CLI command execution; outbound network access (SSRF, data egress). Run with least privilege and audit before enabling in production.

My Skills Writer

这是一个用于存放和管理自定义 AI Skill 的项目。通过这些 Skill,可以增强 AI 助手的自动化能力,例如规范化 Skill 编写流程或自动化下载任务。

已包含的 Skill

1. Skill Writer

专门用于辅助创建、更新和优化 AI Skill 的工具。它定义了本项目中 Skill 的标准目录结构和编写规范。

2. Video Downloader

自动化视频下载工具,基于 nre (N_m3u8DL-RE) 命令。

  • 功能: 自动从用户提供的链接中提取视频并以指定名称保存。
  • 依赖: 需要安装 N_m3u8DL-RE

3. News Summarizer

每日新闻聚合与翻译工具。

  • 功能: 自动采集新西兰、国际及市场新闻,并支持针对用户指定主题执行深度搜索,提供中文摘要与链接。

4. Stock Value Scanner

股票价值投资分析与实时股价查询工具。

  • 功能:
    • 价值分析: 基于 Yahoo Finance (yfinance) 分析股票估值(P/B, P/E, ROE)。
    • 趋势分析: 分析历史高点回撤、52周幅度及长期均线趋势。
    • 市场异动: 实时查看美股涨幅榜、跌幅榜及热门交易股。

目录结构

. ├── README.md ├── skill-writer/ # Skill 编写规范 │ └── SKILL.md ├── video-downloader/ # 视频下载工具 │ ├── SKILL.md │ └── scripts/ │ └── download.sh └── news-summarizer/ # 新闻摘要工具 └── SKILL.md └── stock-value-scanner/ # 股票价值分析工具 ├── SKILL.md └── scripts/ ├── scanner.py ├── scanner.py ├── stock_price.py └── market_movers.py

如何贡献

如果你想添加新的 Skill,请参考 skill-writer 中的规范进行创建,并将其放置在独立的文件夹中。

5-Dim Analysis
Clarity8/10
Novelty6/10
Utility7/10
Completeness7/10
Maintainability8/10
Pros & Cons

Pros

  • Provides a structured approach to skill development.
  • Includes various automation tools for different tasks.
  • Encourages community contributions.

Cons

  • Limited documentation on usage for each skill.
  • Dependency on external tools may complicate setup.
  • Lacks detailed examples for implementation.

Related Skills

pytorch

S
toolCode Lib
92/ 100

“It's the Swiss Army knife of deep learning, but good luck figuring out which of the 47 installation methods is the one that won't break your system.”

agno

S
toolCode Lib
90/ 100

“It promises to be the Kubernetes for agents, but let's see if developers have the patience to learn yet another orchestration layer.”

nuxt-skills

S
toolCo-Pilot
90/ 100

“It's essentially a well-organized cheat sheet that turns your AI assistant into a Nuxt framework parrot.”

Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.

Copyright belongs to the original author flying3615.