Careful
技能 活跃Safety guardrails for destructive commands. Warns before rm -rf, DROP TABLE, force-push, git reset --hard, kubectl delete, and similar destructive operations. User can override each warning. Use when touching prod, debugging live systems, or working in a shared environment. Use when asked to "be careful", "safety mode", "prod mode", or "careful mode". (gstack)
To prevent accidental data loss or system instability by adding a confirmation layer to dangerous shell commands, especially in production or shared environments.
功能
- Warns before destructive commands (rm -rf, DROP TABLE, force-push, etc.)
- Allows overriding warnings for proceeding with commands
- Defines safe exceptions for common patterns like deleting build artifacts
- Session-scoped activation and deactivation
使用场景
- Use when working in production environments
- Use when debugging live systems
- Use when working in shared development environments
- Use when explicitly asked to activate 'safety mode' or 'prod mode'
非目标
- Performing destructive commands directly
- Providing granular control over individual file operations
- Replacing a full-fledged shell security policy
工作流
- User inputs a bash command.
- The 'careful' skill's hook intercepts the command before execution.
- The skill checks the command against a list of destructive patterns.
- If a destructive pattern is found, the skill warns the user and asks for confirmation.
- The user can choose to proceed or cancel the command.
先决条件
- Bash
- Read
Trust
- warning:Issues AttentionThere are 203 open issues and 194 closed issues in the last 90 days, suggesting a low closure rate and potentially slow maintainer response.
Code Execution
- info:LoggingThe skill includes basic local analytics logging for usage, which is helpful but not a comprehensive audit log of actions.
安装
npx skills add garrytan/gstack通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
类似扩展
Safe Mode
100Prevent destructive operations using Claude Code hooks. Three modes — cautious (warn on dangerous commands), lockdown (restrict edits to one directory), and clear (remove restrictions). Uses PreToolUse matchers for Bash, Edit, and Write.
Time Fetcher
100Instructions for fetching current Dubai time via bash command
Toprank Upgrade
100Upgrade toprank plugin to the latest version. Updates the marketplace repo, installs the new version to the plugin cache, and updates installed_plugins.json. Use when asked to "upgrade toprank", "update toprank", or "get latest version". Also handles inline upgrade prompts when a skill detects UPGRADE_AVAILABLE at startup.
Janitor Fix
100自动修复技能问题(首先进行安全预览)。也可与 --prune 一起使用,查找并移除损坏的符号链接、空目录和孤立的技能。
Trader Regime
100Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy
Setup
100Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow