用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/themactep/thingino-skills --skill nfs-dev-deploy命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Write and edit thingino blog articles in the established voice, structure, and terminology so the blog stays consistent.
Style Thingino-related product pages and UI blocks to match Thingino web and camera UI patterns.
Write and publish articles to the thingino blog (Markdown files served by a Sinatra app, deployed via git push).
基于 SOC 职业分类
正在显示 SKILL.md
| name | nfs-dev-deploy |
| description | Build and run Thingino binaries from NFS using bind mounts on the camera. |
| license | MIT |
Use this skill for fast development deployment to a Thingino camera without full firmware flashing.
pryntu) and want to test quickly./mnt/nfs mounted from the development host.CAMERA=<camera_defconfig> make rebuild-pryntuoutput/.../per-package/pryntu/target/usr/bin/pryntudoutput/.../per-package/pryntu/target/usr/bin/pryntuctl (if enabled)output/.../per-package/pryntu/target/etc/pryntu.json/mnt/nfs/<drop>/./etc/init.d/S31pryntu stopmount --bind /mnt/nfs/<drop>/pryntud /usr/bin/pryntudmount --bind /mnt/nfs/<drop>/pryntuctl /usr/bin/pryntuctl (if present)mount --bind /mnt/nfs/<drop>/pryntu.json /etc/pryntu.json/etc/init.d/S31pryntu startpidof pryntudmount | grep pryntunetstat -lntp | grep -E ':8090|:554|:8554|:80'br-pryntu builds the package but does not produce a final flash image by itself.