重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
ansible by teachingai/full-stack-skills
npx skills add https://github.com/teachingai/full-stack-skills --skill ansible当用户想要进行以下操作时,请使用此技能:
ansible-playbook 执行并验证幂等性# site.yml
---
- name: Deploy web application
hosts: webservers
become: true
vars:
app_port: 8080
tasks:
- name: Install nginx
ansible.builtin.package:
name: nginx
state: present
- name: Deploy config from template
ansible.builtin.template:
src: templates/nginx.conf.j2
dest: /etc/nginx/nginx.conf
notify: restart nginx
handlers:
- name: restart nginx
ansible.builtin.service:
name: nginx
state: restarted
# Run the playbook
ansible-playbook -i inventory/production site.yml
# Ad-hoc ping all hosts
ansible -m ping all
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 命令 | 用途 |
|---|---|
ansible-playbook playbook.yml | 运行 playbook |
ansible -m ping all | 测试连通性 |
ansible-vault encrypt vars/secrets.yml | 加密敏感数据 |
ansible-galaxy init myrole | 初始化新角色 |
group_vars/host_vars 层次结构进行组织;避免使用单一的庞大 playbookansible-vault 加密敏感数据;使用带有 state 参数和条件判断的幂等任务ignore_errors、block/rescue);使用标签进行选择性运行ansible_useransible.builtin.copy)state 参数,并在有模块可用时避免使用 shell 命令ansible, playbook, role, inventory, automation, configuration management, ansible-vault, infrastructure
每周安装数
64
代码仓库
GitHub 星标数
271
首次出现
2026年1月24日
安全审计
安装于
opencode57
codex54
gemini-cli53
github-copilot50
amp44
kimi-cli43
Use this skill whenever the user wants to:
ansible-playbook and verify idempotency# site.yml
---
- name: Deploy web application
hosts: webservers
become: true
vars:
app_port: 8080
tasks:
- name: Install nginx
ansible.builtin.package:
name: nginx
state: present
- name: Deploy config from template
ansible.builtin.template:
src: templates/nginx.conf.j2
dest: /etc/nginx/nginx.conf
notify: restart nginx
handlers:
- name: restart nginx
ansible.builtin.service:
name: nginx
state: restarted
# Run the playbook
ansible-playbook -i inventory/production site.yml
# Ad-hoc ping all hosts
ansible -m ping all
| Command | Purpose |
|---|---|
ansible-playbook playbook.yml | Run a playbook |
ansible -m ping all | Test connectivity |
ansible-vault encrypt vars/secrets.yml | Encrypt sensitive data |
ansible-galaxy init myrole | Scaffold a new role |
group_vars/host_vars hierarchy; avoid monolithic playbooksansible-vault; use idempotent tasks with state and conditionalsignore_errors, block/rescue); use tags for selective runsansible_user in inventoryansible.builtin.copy)state parameter and avoid shell commands where modules existansible, playbook, role, inventory, automation, configuration management, ansible-vault, infrastructure
Weekly Installs
64
Repository
GitHub Stars
271
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode57
codex54
gemini-cli53
github-copilot50
amp44
kimi-cli43
Skills CLI 使用指南:AI Agent 技能包管理器安装与管理教程
50,200 周安装
Android原生开发指南:项目初始化、Gradle配置与构建变体管理
630 周安装
每日新闻报告v3.0:主代理编排+子代理执行+浏览器抓取的自动化新闻聚合系统
611 周安装
UI/UX设计专家:以用户为中心、无障碍、响应式界面设计与开发
608 周安装
GitHub Trending 趋势分析工具:实时发现热门项目、技术洞察与开源机会
613 周安装
OrchestKit validate-counts技能:自动化验证钩子、技能和智能体计数一致性工具
51 周安装
腾讯云CloudBase AI模型Web技能:前端调用混元/DeepSeek模型,实现流式文本生成
625 周安装