重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
godot-mechanic-secrets by thedivergentai/gd-agentic-skills
npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-mechanic-secrets此技能提供了可复用的组件,用于将内容隐藏在特定的玩家操作(例如科乐美秘技、重复交互)之后,并管理这些发现的持久性。
用于在所有存档配置文件中保存全局解锁和发现标志的专家级逻辑。
使用优化的点积计算进行视点相关的隐藏墙壁检测。
用于检测复杂作弊组合和序列的专业级时间敏感输入缓冲区。
用于追踪重复玩家操作以触发基于好奇心的彩蛋的逻辑。
用于在封闭或隐藏区域动态调整音频总线效果的空间逻辑。
基于百分比的元内容和“真结局”触发器的解锁器。
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
用于最稀有等级实体和秘密商人遭遇的加权随机系统。
用于保护秘密完整性的反暴力破解锁定管理器。
用于提示隐藏可交互对象的微妙程序化视觉线索。
使用缓冲区匹配器实现的标志性科乐美秘技的专门实现。
# 在你的游戏管理器或玩家控制器中
@onready var cheat_watcher = $InputSequenceWatcher
func _ready():
# 定义 上,上,下,下...
cheat_watcher.sequence = [
"ui_up", "ui_up", "ui_down", "ui_down"
]
cheat_watcher.sequence_matched.connect(_on_cheat_unlocked)
func _on_cheat_unlocked():
print("上帝模式已启用!")
SecretPersistence.unlock_secret("god_mode")
_process 中硬编码输入检查 — 依赖于帧的轮询对于快速组合键是不可靠的。始终使用像 secret_sequence_combo_matcher.gd 这样基于事件的缓冲区。secret_visibility_detector.gd 中的点积方法以提高效率。secret_meta_persistence.gd。PlayerPrefs(Godot 中类似设置的功能)来存储秘密 — 使用专用的 user://secrets.cfg。secret_lockout_cheat_guard.gd 为过多的失败尝试添加惩罚。secret_audio_environment_occluder.gd 来改变氛围。每周安装量
56
代码仓库
GitHub 星标数
62
首次出现
2026年2月16日
安全审计
安装于
opencode55
kimi-cli54
gemini-cli54
amp54
github-copilot54
codex54
This skill provides reusable components for hiding content behind specific player actions (e.g., Konami code, repetitive interaction) and managing the persistence of these discoveries.
Expert logic for saving global unlocks and discovery flags across all save profiles.
View-dependent hidden wall detection using optimized Dot Product calculations.
Professional time-sensitive input buffer for detecting complex cheat combos and sequences.
Logic for tracking repetitive player actions to trigger curiosity-based Easter Eggs.
Spatial logic for dynamically adjusting AudioBus effects in sealed or hidden areas.
Percentage-based unlocker for meta-content and 'True Ending' triggers.
Weighted random system for rarest-tier entities and secret vendor encounters.
Anti-brute-force lockout manager to protect secret integrity.
Subtle procedural visual cues for hinting at hidden interactables.
Specialized implementation of the iconic Konami code using the buffer matcher.
# In your Game Manager or Player Controller
@onready var cheat_watcher = $InputSequenceWatcher
func _ready():
# Define UP, UP, DOWN, DOWN...
cheat_watcher.sequence = [
"ui_up", "ui_up", "ui_down", "ui_down"
]
cheat_watcher.sequence_matched.connect(_on_cheat_unlocked)
func _on_cheat_unlocked():
print("God Mode Enabled!")
SecretPersistence.unlock_secret("god_mode")
_process — Frame-dependent polling is unreliable for fast combos. Always use an event-based buffer like secret_sequence_combo_matcher.gd.secret_visibility_detector.gd for overhead efficiency.secret_meta_persistence.gd.PlayerPrefs (Godot's equivalent of Settings) for secrets — Use a dedicated user://secrets.cfg.secret_lockout_cheat_guard.gd to add a penalty for excessive failures.secret_audio_environment_occluder.gd to change the atmosphere.Weekly Installs
56
Repository
GitHub Stars
62
First Seen
Feb 16, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode55
kimi-cli54
gemini-cli54
amp54
github-copilot54
codex54
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
125,600 周安装