跳到主要内容
知仓学习社ZHICANG

automation-advisor

Interactive automation decision advisor using the Automation Decision Matrix framework. Use when the user asks "should I automate this?", wants to e…

读凭据读文件严重 0 · 高危 5glebis/claude-skills

它会碰到什么

扫了多少16 个文本文件,127 KB
它会碰到什么读凭据读文件
命中总数8 处
命中统计严重 0 · 高 5 · 中 1 · 低 0
逐条看命中(5 条严重或高危)
  • server_web.py:36cred-envread
    app.secret_key = os.getenv("FLASK_SECRET_KEY", "automation-advisor-secret-key")
  • server.py:52cred-envread
    self.anthropic = Anthropic(api_key=os.getenv("ANTHROPIC_API_KEY"))
  • server.py:54cred-envread
    if os.getenv("GROQ_API_KEY"):
  • server.py:55cred-envread
    self.groq = Groq(api_key=os.getenv("GROQ_API_KEY"))
  • test_groq_tts.py:13cred-envread
    GROQ_API_KEY = os.getenv("GROQ_API_KEY")

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Automation Advisor

Help the user decide whether to automate a task using data, not gut feeling.

Process

  1. Gather task context through freeform conversation
  2. Score four dimensions using AskUserQuestion
  3. Calculate the automation score
  4. Apply override checks
  5. Recommend validation patterns for high-stakes automation
  6. Calculate break-even analysis
  7. Generate a markdown report + visualization (visualize.py)

Follow the full interactive flow in [prompt.md](prompt.md).

Output location: /Users/glebkalinin/Brains/brain/automation-decisions/

Optional web/voice interface

A voice-enabled (Groq TTS) web interface lives in server_web.py / server.py — see [docs/WEB_SERVER_GUIDE.md](docs/WEB_SERVER_GUIDE.md) and [docs/QUICKSTART.md](docs/QUICKSTART.md).

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。