automation-advisor
Interactive automation decision advisor using the Automation Decision Matrix framework. Use when the user asks "should I automate this?", wants to e…
它会碰到什么
扫了多少16 个文本文件,127 KB
它会碰到什么读凭据读文件
命中总数8 处
命中统计严重 0 · 高 5 · 中 1 · 低 0
逐条看命中(5 条严重或高危)
- 高
server_web.py:36cred-envreadapp.secret_key = os.getenv("FLASK_SECRET_KEY", "automation-advisor-secret-key") - 高
server.py:52cred-envreadself.anthropic = Anthropic(api_key=os.getenv("ANTHROPIC_API_KEY")) - 高
server.py:54cred-envreadif os.getenv("GROQ_API_KEY"): - 高
server.py:55cred-envreadself.groq = Groq(api_key=os.getenv("GROQ_API_KEY")) - 高
test_groq_tts.py:13cred-envreadGROQ_API_KEY = os.getenv("GROQ_API_KEY")
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
Automation Advisor
Help the user decide whether to automate a task using data, not gut feeling.
Process
- Gather task context through freeform conversation
- Score four dimensions using AskUserQuestion
- Calculate the automation score
- Apply override checks
- Recommend validation patterns for high-stakes automation
- Calculate break-even analysis
- 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 拉。许可未声明的技能只给原始仓库链接,不打包。